#F066CC
A light, vivid magenta closely aligning with Orchid.
About #F066CC
Visually, #F066CC is defined as a vivid magenta. Its closest recognized web color is Orchid. To achieve this exact tint on a monitor, you would use an RGB mix of 240, 102, and 204.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 57% Magenta, 15% Yellow, and 6% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F066CC
RGB240, 102, 204
HSL315.7°, 82.1%, 67.1%
CMYK0%, 57%, 15%, 6%
HSV315.7°, 57.5%, 94.1%
LAB63.7, 64.5, -27.2
XYZ51.6, 32.4, 60.7
Decimal15754956
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.81:1
Text on #FFFFFF
FAIL
7.48:1
Text on #000000
AAA
2.68:1
Text on #F8FAFC
FAIL
6.36:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F066CC;
}
.text-color {
color: #F066CC;
}
.border-color {
border: 2px solid #F066CC;
}