#F02C66
A medium, vivid magenta closely aligning with Crimson.
About #F02C66
Visually, #F02C66 is defined as a vivid magenta. It is closely associated with the named CSS color Crimson. Its digital footprint relies on 240 parts red, 44 parts green, and 102 parts blue light.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 82% magenta inks. The HSL representation is 342.2° hue, 86.7% saturation, and 55.7% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F02C66
RGB240, 44, 102
HSL342.2°, 86.7%, 55.7%
CMYK0%, 82%, 57%, 6%
HSV342.2°, 81.7%, 94.1%
LAB53.3, 73.7, 17.0
XYZ39.2, 21.3, 14.6
Decimal15740006
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.99:1
Text on #FFFFFF
AA Large
5.26:1
Text on #000000
AA
3.82:1
Text on #F8FAFC
AA Large
4.47:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F02C66;
}
.text-color {
color: #F02C66;
}
.border-color {
border: 2px solid #F02C66;
}