#FF00F0
A medium, vivid magenta closely aligning with Fuchsia.
About #FF00F0
The precise color #FF00F0 is an excellent choice for modern design projects. It is closely associated with the named CSS color Fuchsia. This translates to an RGB value of rgb(255, 0, 240).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 100% magenta, 6% yellow, and 0% black. The HSL representation is 303.5° hue, 100.0% saturation, and 50.0% 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FF00F0
RGB255, 0, 240
HSL303.5°, 100.0%, 50.0%
CMYK0%, 100%, 6%, 0%
HSV303.5°, 100.0%, 100.0%
LAB59.5, 96.2, -53.8
XYZ57.0, 27.6, 84.8
Decimal16711920
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.23:1
Text on #FFFFFF
AA Large
6.51:1
Text on #000000
AA
3.08:1
Text on #F8FAFC
AA Large
5.53:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF00F0;
}
.text-color {
color: #FF00F0;
}
.border-color {
border: 2px solid #FF00F0;
}