#F8008A
A medium, vivid magenta closely aligning with Deeppink.
About #F8008A
The precise color #F8008A is an excellent choice for modern design projects. Designers often compare it to the standard color Deeppink. In the RGB color space, it consists of 248 red, 0 green, and 138 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 100% Magenta, 44% 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F8008A
RGB248, 0, 138
HSL326.6°, 100.0%, 48.6%
CMYK0%, 100%, 44%, 3%
HSV326.6°, 100.0%, 97.3%
LAB53.8, 83.8, -3.7
XYZ43.3, 21.8, 26.0
Decimal16253066
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.92:1
Text on #FFFFFF
AA Large
5.36:1
Text on #000000
AA
3.75:1
Text on #F8FAFC
AA Large
4.56:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F8008A;
}
.text-color {
color: #F8008A;
}
.border-color {
border: 2px solid #F8008A;
}