#F066F0
A light, vivid magenta closely aligning with Mediumorchid.
About #F066F0
At its core, #F066F0 is a light and vivid hue. Designers often compare it to the standard color Mediumorchid. Its digital footprint relies on 240 parts red, 102 parts green, and 240 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 57% M, 0% Y, and 6% K. The HSL representation is 300.0° hue, 82.1% saturation, and 67.1% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F066F0
RGB240, 102, 240
HSL300.0°, 82.1%, 67.1%
CMYK0%, 57%, 0%, 6%
HSV300.0°, 57.5%, 94.1%
LAB65.2, 70.1, -44.9
XYZ56.4, 34.3, 86.1
Decimal15754992
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.67:1
Text on #FFFFFF
FAIL
7.86:1
Text on #000000
AAA
2.55:1
Text on #F8FAFC
FAIL
6.69:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F066F0;
}
.text-color {
color: #F066F0;
}
.border-color {
border: 2px solid #F066F0;
}