#F03A83
A medium, vivid magenta closely aligning with Deeppink.
About #F03A83
At its core, #F03A83 is a medium and vivid hue. 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, 58, and 131.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 76% M, 45% Y, and 6% K. The HSL representation is 335.9° hue, 85.8% saturation, and 58.4% lightness.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F03A83
RGB240, 58, 131
HSL335.9°, 85.8%, 58.4%
CMYK0%, 76%, 45%, 6%
HSV335.9°, 75.8%, 94.1%
LAB55.3, 72.3, 2.5
XYZ41.5, 23.2, 23.8
Decimal15743619
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.72:1
Text on #FFFFFF
AA Large
5.64:1
Text on #000000
AA
3.56:1
Text on #F8FAFC
AA Large
4.79:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F03A83;
}
.text-color {
color: #F03A83;
}
.border-color {
border: 2px solid #F03A83;
}