#F02C6D
A medium, vivid magenta closely aligning with Deeppink.
About #F02C6D
Visually, #F02C6D is defined as a vivid magenta. It is closely associated with the named CSS color Deeppink. Its digital footprint relies on 240 parts red, 44 parts green, and 109 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 82% M, 55% Y, and 6% K. With a hue angle of 340.1 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F02C6D
RGB240, 44, 109
HSL340.1°, 86.7%, 55.7%
CMYK0%, 82%, 55%, 6%
HSV340.1°, 81.7%, 94.1%
LAB53.4, 74.2, 13.0
XYZ39.6, 21.4, 16.5
Decimal15740013
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.97:1
Text on #FFFFFF
AA Large
5.29:1
Text on #000000
AA
3.80:1
Text on #F8FAFC
AA Large
4.49:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F02C6D;
}
.text-color {
color: #F02C6D;
}
.border-color {
border: 2px solid #F02C6D;
}