#F8248A
A medium, vivid magenta closely aligning with Deeppink.
About #F8248A
When working with digital screens, the color #F8248A is rendered by mixing light. Its closest recognized web color is Deeppink. In the RGB color space, it consists of 248 red, 36 green, and 138 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 85% M, 44% Y, and 3% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#F8248A
RGB248, 36, 138
HSL331.1°, 93.8%, 55.7%
CMYK0%, 85%, 44%, 3%
HSV331.1°, 85.5%, 97.3%
LAB55.1, 80.0, -1.7
XYZ43.9, 23.1, 26.2
Decimal16262282
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.74:1
Text on #FFFFFF
AA Large
5.61:1
Text on #000000
AA
3.58:1
Text on #F8FAFC
AA Large
4.77:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F8248A;
}
.text-color {
color: #F8248A;
}
.border-color {
border: 2px solid #F8248A;
}