#F099C5
A light, vivid magenta closely aligning with Plum.
About #F099C5
The precise color #F099C5 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Plum. This translates to an RGB value of rgb(240, 153, 197).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 36% M, 18% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F099C5
RGB240, 153, 197
HSL329.7°, 74.4%, 77.1%
CMYK0%, 36%, 18%, 6%
HSV329.7°, 36.2%, 94.1%
LAB73.1, 38.5, -9.0
XYZ57.4, 45.3, 58.5
Decimal15768005
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.09:1
Text on #FFFFFF
FAIL
10.07:1
Text on #000000
AAA
1.99:1
Text on #F8FAFC
FAIL
8.56:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F099C5;
}
.text-color {
color: #F099C5;
}
.border-color {
border: 2px solid #F099C5;
}