#F875CC
A light, vivid magenta closely aligning with Hotpink.
About #F875CC
Visually, #F875CC is defined as a vivid magenta. Its closest recognized web color is Hotpink. This translates to an RGB value of rgb(248, 117, 204).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 53% magenta inks. With a hue angle of 320.2 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F875CC
RGB248, 117, 204
HSL320.2°, 90.3%, 71.6%
CMYK0%, 53%, 18%, 3%
HSV320.2°, 52.8%, 97.3%
LAB67.3, 60.0, -21.5
XYZ56.0, 37.0, 61.3
Decimal16283084
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.50:1
Text on #FFFFFF
FAIL
8.41:1
Text on #000000
AAA
2.39:1
Text on #F8FAFC
FAIL
7.15:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F875CC;
}
.text-color {
color: #F875CC;
}
.border-color {
border: 2px solid #F875CC;
}