#F000F0
A medium, vivid magenta closely aligning with Fuchsia.
About #F000F0
When working with digital screens, the color #F000F0 is rendered by mixing light. Its closest recognized web color is Fuchsia. Its digital footprint relies on 240 parts red, 0 parts green, and 240 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 100% M, 0% Y, and 6% K. With a hue angle of 300.0 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F000F0
RGB240, 0, 240
HSL300.0°, 100.0%, 47.1%
CMYK0%, 100%, 0%, 6%
HSV300.0°, 100.0%, 94.1%
LAB56.9, 93.8, -58.1
XYZ51.7, 24.8, 84.5
Decimal15728880
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.52:1
Text on #FFFFFF
AA Large
5.96:1
Text on #000000
AA
3.37:1
Text on #F8FAFC
AA Large
5.07:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F000F0;
}
.text-color {
color: #F000F0;
}
.border-color {
border: 2px solid #F000F0;
}