#FF00FF — Magenta

#FF00FF is Magenta. RGB, HSL, CMYK values, a shade/tint palette, and CSS snippets.

HEX
#FF00FF
RGB
rgb(255, 0, 255)
HSL
hsl(300, 100%, 50%)
HSV
hsv(300, 100%, 100%)
CMYK
cmyk(0%, 100%, 0%, 0%)
20%
40%
60%
80%
100%

Shades and tints of Magenta

CSS snippets

Hexcolor: #FF00FF;
Keywordcolor: magenta;
RGBcolor: rgb(255, 0, 255);
HSLcolor: hsl(300, 100%, 50%);

Frequently asked questions

What color is #FF00FF?

#FF00FF is Magenta, a standard CSS named color. In RGB it's rgb(255, 0, 255); in HSL it's hsl(300, 100%, 50%).

How do I use #FF00FF in CSS?

Use it directly as a hex value (color: #FF00FF;), or by its CSS keyword name (color: magenta;) — both are recognized by every modern browser and produce the identical color.

What's the CMYK value for print?

Magenta converts to approximately C0 M100 Y0 K0 in CMYK — useful as a starting point for print work, though always verify against your printer's actual color profile since RGB-to-CMYK conversion is inherently approximate.

Other colors