#F03A7C
A medium, vivid magenta closely aligning with Deeppink.
About #F03A7C
At its core, #F03A7C is a medium and vivid hue. It is closely associated with the named CSS color Deeppink. This translates to an RGB value of rgb(240, 58, 124).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 76% M, 48% Y, and 6% K. The HSL representation is 338.2° hue, 85.8% saturation, and 58.4% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F03A7C
RGB240, 58, 124
HSL338.2°, 85.8%, 58.4%
CMYK0%, 76%, 48%, 6%
HSV338.2°, 75.8%, 94.1%
LAB55.1, 71.7, 6.4
XYZ41.1, 23.0, 21.3
Decimal15743612
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.75:1
Text on #FFFFFF
AA Large
5.60:1
Text on #000000
AA
3.58:1
Text on #F8FAFC
AA Large
4.76:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F03A7C;
}
.text-color {
color: #F03A7C;
}
.border-color {
border: 2px solid #F03A7C;
}