#F850FF
A light, vivid magenta closely aligning with Fuchsia.
About #F850FF
Visually, #F850FF is defined as a vivid magenta. Its closest recognized web color is Fuchsia. To achieve this exact tint on a monitor, you would use an RGB mix of 248, 80, and 255.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 3% Cyan, 69% Magenta, 0% Yellow, and 0% Black. With a hue angle of 297.6 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F850FF
RGB248, 80, 255
HSL297.6°, 100.0%, 65.7%
CMYK3%, 69%, 0%, 0%
HSV297.6°, 68.6%, 100.0%
LAB64.1, 82.8, -54.9
XYZ59.6, 32.9, 97.8
Decimal16273663
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.77:1
Text on #FFFFFF
FAIL
7.58:1
Text on #000000
AAA
2.65:1
Text on #F8FAFC
FAIL
6.45:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F850FF;
}
.text-color {
color: #F850FF;
}
.border-color {
border: 2px solid #F850FF;
}