#F842A8
A light, vivid magenta closely aligning with Deeppink.
About #F842A8
Visually, #F842A8 is defined as a vivid magenta. If you're using CSS, you might find it aligns closely with Deeppink. To achieve this exact tint on a monitor, you would use an RGB mix of 248, 66, and 168.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 73% M, 32% Y, and 3% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F842A8
RGB248, 66, 168
HSL326.4°, 92.9%, 61.6%
CMYK0%, 73%, 32%, 3%
HSV326.4°, 73.4%, 97.3%
LAB58.7, 75.5, -14.1
XYZ47.7, 26.7, 39.7
Decimal16269992
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.31:1
Text on #FFFFFF
AA Large
6.34:1
Text on #000000
AA
3.17:1
Text on #F8FAFC
AA Large
5.39:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F842A8;
}
.text-color {
color: #F842A8;
}
.border-color {
border: 2px solid #F842A8;
}