#F80FA8
A medium, vivid magenta closely aligning with Deeppink.
About #F80FA8
At its core, #F80FA8 is a medium and vivid hue. Designers often compare it to the standard color Deeppink. In the RGB color space, it consists of 248 red, 15 green, and 168 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 94% magenta, 32% 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. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F80FA8
RGB248, 15, 168
HSL320.6°, 94.3%, 51.6%
CMYK0%, 94%, 32%, 3%
HSV320.6°, 94.0%, 97.3%
LAB55.2, 85.5, -19.4
XYZ46.0, 23.1, 39.1
Decimal16256936
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.73:1
Text on #FFFFFF
AA Large
5.63:1
Text on #000000
AA
3.57:1
Text on #F8FAFC
AA Large
4.78:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F80FA8;
}
.text-color {
color: #F80FA8;
}
.border-color {
border: 2px solid #F80FA8;
}