#F80099
A medium, vivid magenta closely aligning with Deeppink.
About #F80099
The hex code #F80099 represents a beautifully specific shade of magenta. Designers often compare it to the standard color Deeppink. In the RGB color space, it consists of 248 red, 0 green, and 153 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 100% Magenta, 38% Yellow, and 3% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F80099
RGB248, 0, 153
HSL323.0°, 100.0%, 48.6%
CMYK0%, 100%, 38%, 3%
HSV323.0°, 100.0%, 97.3%
LAB54.3, 85.1, -11.9
XYZ44.5, 22.3, 32.1
Decimal16253081
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.85:1
Text on #FFFFFF
AA Large
5.45:1
Text on #000000
AA
3.68:1
Text on #F8FAFC
AA Large
4.63:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F80099;
}
.text-color {
color: #F80099;
}
.border-color {
border: 2px solid #F80099;
}