Magenta
#ff00ff · one of 31,915 named colors
Magenta is a medium, vivid pink with the hex code #ff00ff. In RGB it is 255 red, 0 green and 255 blue, and black text is most readable on top of it.
Codes
HEX
#ff00ffHEX8
#ff00ffffRGB
rgb(255, 0, 255)RGBA
rgba(255, 0, 255, 1)RGB %
rgb(100%, 0%, 100%)HSL
hsl(300, 100%, 50%)HSLA
hsla(300, 100%, 50%, 1)Variables
Sass
$magenta: #ff00ff;Less
@magenta: #ff00ff;CSS
--magenta: #ff00ff;