#F892CC
A light, vivid magenta closely aligning with Plum.
About #F892CC
At its core, #F892CC is a light and vivid hue. It is closely associated with the named CSS color Plum. In the RGB color space, it consists of 248 red, 146 green, and 204 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 41% magenta, 18% yellow, and 3% black. With a hue angle of 325.9 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F892CC
RGB248, 146, 204
HSL325.9°, 87.9%, 77.3%
CMYK0%, 41%, 18%, 3%
HSV325.9°, 41.1%, 97.3%
LAB72.8, 45.9, -13.2
XYZ59.9, 44.9, 62.6
Decimal16290508
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.11:1
Text on #FFFFFF
FAIL
9.97:1
Text on #000000
AAA
2.01:1
Text on #F8FAFC
FAIL
8.48:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F892CC;
}
.text-color {
color: #F892CC;
}
.border-color {
border: 2px solid #F892CC;
}