#F050FF
A light, vivid magenta closely aligning with Fuchsia.
About #F050FF
The hex code #F050FF represents a beautifully specific shade of magenta. Its closest recognized web color is Fuchsia. This translates to an RGB value of rgb(240, 80, 255).
For print applications, it's crucial to understand its CMYK makeup. The color uses 6% Cyan, 69% Magenta, 0% Yellow, and 0% Black. With a hue angle of 294.9 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F050FF
RGB240, 80, 255
HSL294.9°, 100.0%, 65.7%
CMYK6%, 69%, 0%, 0%
HSV294.9°, 68.6%, 100.0%
LAB62.9, 81.1, -56.8
XYZ56.9, 31.5, 97.7
Decimal15749375
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.88:1
Text on #FFFFFF
FAIL
7.30:1
Text on #000000
AAA
2.75:1
Text on #F8FAFC
FAIL
6.20:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F050FF;
}
.text-color {
color: #F050FF;
}
.border-color {
border: 2px solid #F050FF;
}