#F73879
A medium, vivid magenta closely aligning with Deeppink.
About #F73879
At its core, #F73879 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 247, 56, and 121.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 77% M, 51% Y, and 3% K. The HSL representation is 339.6° hue, 92.3% saturation, and 59.4% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#F73879
RGB247, 56, 121
HSL339.6°, 92.3%, 59.4%
CMYK0%, 77%, 51%, 3%
HSV339.6°, 77.3%, 96.9%
LAB56.1, 73.8, 9.7
XYZ43.2, 24.0, 20.4
Decimal16201849
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.62:1
Text on #FFFFFF
AA Large
5.80:1
Text on #000000
AA
3.46:1
Text on #F8FAFC
AA Large
4.93:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F73879;
}
.text-color {
color: #F73879;
}
.border-color {
border: 2px solid #F73879;
}