#F8247C
A medium, vivid magenta closely aligning with Deeppink.
About #F8247C
At its core, #F8247C is a medium and vivid hue. Its closest recognized web color is Deeppink. To achieve this exact tint on a monitor, you would use an RGB mix of 248, 36, and 124.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 85% magenta inks. The HSL representation is 335.1° hue, 93.8% saturation, and 55.7% lightness.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F8247C
RGB248, 36, 124
HSL335.1°, 93.8%, 55.7%
CMYK0%, 85%, 50%, 3%
HSV335.1°, 85.5%, 97.3%
LAB54.7, 78.9, 6.1
XYZ43.0, 22.7, 21.2
Decimal16262268
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.79:1
Text on #FFFFFF
AA Large
5.53:1
Text on #000000
AA
3.63:1
Text on #F8FAFC
AA Large
4.71:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F8247C;
}
.text-color {
color: #F8247C;
}
.border-color {
border: 2px solid #F8247C;
}