#FF0FFF
A medium, vivid magenta closely aligning with Fuchsia.
About #FF0FFF
The precise color #FF0FFF is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Fuchsia. In the RGB color space, it consists of 255 red, 15 green, and 255 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 94% magenta, 0% yellow, and 0% black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FF0FFF
RGB255, 15, 255
HSL300.0°, 100.0%, 52.9%
CMYK0%, 94%, 0%, 0%
HSV300.0°, 94.1%, 100.0%
LAB60.6, 97.4, -60.4
XYZ59.5, 28.8, 97.0
Decimal16715775
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.10:1
Text on #FFFFFF
AA Large
6.76:1
Text on #000000
AA
2.97:1
Text on #F8FAFC
FAIL
5.75:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF0FFF;
}
.text-color {
color: #FF0FFF;
}
.border-color {
border: 2px solid #FF0FFF;
}