#F807A0
A medium, vivid magenta closely aligning with Deeppink.
About #F807A0
At its core, #F807A0 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 248, 7, and 160.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 97% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. 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#F807A0
RGB248, 7, 160
HSL321.9°, 94.5%, 50.0%
CMYK0%, 97%, 35%, 3%
HSV321.9°, 97.2%, 97.3%
LAB54.7, 85.3, -15.4
XYZ45.1, 22.6, 35.3
Decimal16254880
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.80:1
Text on #FFFFFF
AA Large
5.53:1
Text on #000000
AA
3.63:1
Text on #F8FAFC
AA Large
4.70:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F807A0;
}
.text-color {
color: #F807A0;
}
.border-color {
border: 2px solid #F807A0;
}