Magenta/ reddish black
Enter any color value (e.g., #6feb06, rgb 244 9 55, gold).
We care about the protection of your data. Read our Privacy Policy.
#ff00ff color RGB value is (255,0,255)
#ff00ff color CMYK value
#ff00ff color HSL value
HSV(or HSB) | 300° | 100 | 100 |
XYZ | 59.29 | 28.48 | 96.98 |
Yxy | 0.321 | 0.154 | 28.48 |
LAB | 60.32 | 98.254 | -60.843 |
LUV | 60.32 | 84.075 | -108.712 |
Hunter-LAB | 53.367 | 104.921 | -70.387 |
CIE-LCH | 60.32 | 115.567 | 328.233 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | FF | 0 | FF |
Decimal | 255 | 0 | 255 |
Octal | 377 | 0 | 377 |
Binary | 11111111 | 00000000 | 11111111 |
Below, you can see some colors close to #ff00ff. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #ff00ff.
<span style="color:#ff00ff">Text here</span>
This paragraph has a background color of #ff00ff.
<p style="background-color:#ff00ff;">Content here</p>
This element has a border color of #ff00ff.
<div style="border:1px #ff00ff;">Content here</div>
.text {color:#ff00ff;}
.background {background-color:#ff00ff;}
.border {border:1px solid #ff00ff;}
.text-shadow {border:1px solid #ff00ff;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #000000 is the darkest color, while #ffeaff is the lightest one.