#FF99F0
A very light, vivid magenta closely aligning with Violet.
About #FF99F0
The precise color #FF99F0 is an excellent choice for modern design projects. Designers often compare it to the standard color Violet. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 153, and 240.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 40% Magenta, 6% Yellow, and 0% Black. With a hue angle of 308.8 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FF99F0
RGB255, 153, 240
HSL308.8°, 100.0%, 80.0%
CMYK0%, 40%, 6%, 0%
HSV308.8°, 40.0%, 100.0%
LAB76.3, 50.2, -27.6
XYZ68.4, 50.3, 88.6
Decimal16751088
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.90:1
Text on #FFFFFF
FAIL
11.07:1
Text on #000000
AAA
1.81:1
Text on #F8FAFC
FAIL
9.41:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FF99F0;
}
.text-color {
color: #FF99F0;
}
.border-color {
border: 2px solid #FF99F0;
}