#F02C83
A medium, vivid magenta closely aligning with Deeppink.
About #F02C83
Visually, #F02C83 is defined as a vivid magenta. If you're using CSS, you might find it aligns closely with Deeppink. In the RGB color space, it consists of 240 red, 44 green, and 131 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 82% Magenta, 45% Yellow, and 6% Black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. 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#F02C83
RGB240, 44, 131
HSL333.4°, 86.7%, 55.7%
CMYK0%, 82%, 45%, 6%
HSV333.4°, 81.7%, 94.1%
LAB54.0, 75.9, 0.6
XYZ40.9, 22.0, 23.6
Decimal15740035
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.89:1
Text on #FFFFFF
AA Large
5.39:1
Text on #000000
AA
3.72:1
Text on #F8FAFC
AA Large
4.58:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F02C83;
}
.text-color {
color: #F02C83;
}
.border-color {
border: 2px solid #F02C83;
}