#F099CC
A light, vivid magenta closely aligning with Plum.
About #F099CC
The hex code #F099CC represents a beautifully specific shade of magenta. Its closest recognized web color is Plum. To achieve this exact tint on a monitor, you would use an RGB mix of 240, 153, and 204.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 36% M, 15% Y, and 6% K. The HSL representation is 324.8° hue, 74.4% saturation, and 77.1% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#F099CC
RGB240, 153, 204
HSL324.8°, 74.4%, 77.1%
CMYK0%, 36%, 15%, 6%
HSV324.8°, 36.2%, 94.1%
LAB73.3, 39.6, -12.5
XYZ58.2, 45.7, 62.9
Decimal15768012
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.07:1
Text on #FFFFFF
FAIL
10.13:1
Text on #000000
AAA
1.98:1
Text on #F8FAFC
FAIL
8.61:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F099CC;
}
.text-color {
color: #F099CC;
}
.border-color {
border: 2px solid #F099CC;
}