#F099F0
A light, vivid magenta closely aligning with Violet.
About #F099F0
Visually, #F099F0 is defined as a vivid magenta. Its closest recognized web color is Violet. In the RGB color space, it consists of 240 red, 153 green, and 240 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 36% M, 0% Y, and 6% K. The HSL representation is 300.0° hue, 74.4% saturation, and 77.1% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F099F0
RGB240, 153, 240
HSL300.0°, 74.4%, 77.1%
CMYK0%, 36%, 0%, 6%
HSV300.0°, 36.2%, 94.1%
LAB74.6, 45.7, -30.4
XYZ63.1, 47.6, 88.3
Decimal15768048
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.00:1
Text on #FFFFFF
FAIL
10.52:1
Text on #000000
AAA
1.91:1
Text on #F8FAFC
FAIL
8.94:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F099F0;
}
.text-color {
color: #F099F0;
}
.border-color {
border: 2px solid #F099F0;
}