#F80FB6
A medium, vivid magenta closely aligning with Deeppink.
About #F80FB6
The hex code #F80FB6 represents a beautifully specific shade of magenta. Its closest recognized web color is Deeppink. In the RGB color space, it consists of 248 red, 15 green, and 182 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 94% Magenta, 27% Yellow, and 3% Black. The HSL representation is 317.0° hue, 94.3% saturation, and 51.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F80FB6
RGB248, 15, 182
HSL317.0°, 94.3%, 51.6%
CMYK0%, 94%, 27%, 3%
HSV317.0°, 94.0%, 97.3%
LAB55.8, 87.0, -26.7
XYZ47.3, 23.7, 46.3
Decimal16256950
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.66:1
Text on #FFFFFF
AA Large
5.74:1
Text on #000000
AA
3.50:1
Text on #F8FAFC
AA Large
4.88:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F80FB6;
}
.text-color {
color: #F80FB6;
}
.border-color {
border: 2px solid #F80FB6;
}