#FF0FF0
A medium, vivid magenta closely aligning with Fuchsia.
About #FF0FF0
The precise color #FF0FF0 is an excellent choice for modern design projects. Its closest recognized web color is Fuchsia. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 15, and 240.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 94% magenta inks. The HSL representation is 303.8° hue, 100.0% saturation, and 52.9% lightness.
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#FF0FF0
RGB255, 15, 240
HSL303.8°, 100.0%, 52.9%
CMYK0%, 94%, 6%, 0%
HSV303.8°, 94.1%, 100.0%
LAB59.8, 95.3, -53.3
XYZ57.1, 27.9, 84.8
Decimal16715760
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.19:1
Text on #FFFFFF
AA Large
6.58:1
Text on #000000
AA
3.05:1
Text on #F8FAFC
AA Large
5.59:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF0FF0;
}
.text-color {
color: #FF0FF0;
}
.border-color {
border: 2px solid #FF0FF0;
}