represents an aesthetically appealing version of pink in graphics or style specifications.
StandardPink
represents an aesthetically appealing version of pink in graphics or style specifications.
Details
- StandardPink is currently equivalent to RGBColor[1,0.51,0.51].
- StandardPink is a curated color intended to be suitable for a wide array of uses in light and dark themes.
Examples
Basic Examples (4)
Graphics[{StandardPink, Disk[]}]Make a plot with standard pink plot style:
Plot[Sin[x], {x, 0, 10}, PlotStyle -> StandardPink]StandardPink contrasts with both light and dark mode coloring:
g = Plot[Sin[x], {x, 0, 2Pi}, Background -> StandardPink];
{LightModePane[g], DarkModePane[g]}Show a sphere with standard pink coloring:
Graphics3D[{StandardPink, Sphere[]}]Related Guides
-
▪
- Colors
History
Text
Wolfram Research (2025), StandardPink, Wolfram Language function, https://reference.wolfram.com/language/ref/StandardPink.html.
CMS
Wolfram Language. 2025. "StandardPink." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/StandardPink.html.
APA
Wolfram Language. (2025). StandardPink. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/StandardPink.html
BibTeX
@misc{reference.wolfram_2026_standardpink, author="Wolfram Research", title="{StandardPink}", year="2025", howpublished="\url{https://reference.wolfram.com/language/ref/StandardPink.html}", note=[Accessed: 13-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_standardpink, organization={Wolfram Research}, title={StandardPink}, year={2025}, url={https://reference.wolfram.com/language/ref/StandardPink.html}, note=[Accessed: 13-June-2026]}