#F899F0
A light, vivid magenta closely aligning with Violet.
About #F899F0
At its core, #F899F0 is a light and vivid hue. It is closely associated with the named CSS color Violet. Its digital footprint relies on 248 parts red, 153 parts green, and 240 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 38% M, 3% Y, and 3% K. With a hue angle of 305.1 degrees, it sits comfortably in the magenta spectrum.
When using this color as a background, text legibility must be considered. 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#F899F0
RGB248, 153, 240
HSL305.1°, 87.2%, 78.6%
CMYK0%, 38%, 3%, 3%
HSV305.1°, 38.3%, 97.3%
LAB75.5, 48.1, -28.9
XYZ65.8, 49.0, 88.4
Decimal16292336
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.94:1
Text on #FFFFFF
FAIL
10.81:1
Text on #000000
AAA
1.86:1
Text on #F8FAFC
FAIL
9.19:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F899F0;
}
.text-color {
color: #F899F0;
}
.border-color {
border: 2px solid #F899F0;
}