#F02C92
A medium, vivid magenta closely aligning with Deeppink.
About #F02C92
The precise color #F02C92 is an excellent choice for modern design projects. It is closely associated with the named CSS color Deeppink. To achieve this exact tint on a monitor, you would use an RGB mix of 240, 44, and 146.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 82% magenta inks. The HSL representation is 328.8° hue, 86.7% saturation, and 55.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F02C92
RGB240, 44, 146
HSL328.8°, 86.7%, 55.7%
CMYK0%, 82%, 39%, 6%
HSV328.8°, 81.7%, 94.1%
LAB54.5, 77.2, -7.7
XYZ42.0, 22.4, 29.3
Decimal15740050
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.83:1
Text on #FFFFFF
AA Large
5.48:1
Text on #000000
AA
3.66:1
Text on #F8FAFC
AA Large
4.66:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F02C92;
}
.text-color {
color: #F02C92;
}
.border-color {
border: 2px solid #F02C92;
}