#F099D3
A light, vivid magenta closely aligning with Plum.
About #F099D3
At its core, #F099D3 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Plum. Its digital footprint relies on 240 parts red, 153 parts green, and 211 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 36% Magenta, 12% Yellow, and 6% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F099D3
RGB240, 153, 211
HSL320.0°, 74.4%, 77.1%
CMYK0%, 36%, 12%, 6%
HSV320.0°, 36.2%, 94.1%
LAB73.6, 40.7, -16.0
XYZ59.1, 46.0, 67.4
Decimal15768019
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.06:1
Text on #FFFFFF
FAIL
10.20:1
Text on #000000
AAA
1.97:1
Text on #F8FAFC
FAIL
8.67:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F099D3;
}
.text-color {
color: #F099D3;
}
.border-color {
border: 2px solid #F099D3;
}