strong magenta
Enter any color value (e.g., #1dfc99, rgb 244 9 55, gold).
We care about the protection of your data. Read our Privacy Policy.
#ff2fff color RGB value is (255,47,255)
#ff2fff color CMYK value
#ff2fff color HSL value
HSV(or HSB) | 300.0° | 81.6 | 100.0 |
XYZ | 60.307 | 30.513 | 97.319 |
Yxy | 0.321 | 0.162 | 30.513 |
LAB | 62.094 | 93.033 | -58.007 |
LUV | 62.094 | 80.711 | -104.363 |
Hunter-LAB | 55.239 | 98.209 | -65.790 |
CIE-LCH | 62.094 | 109.636 | 328.056 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | FF | 2F | FF |
Decimal | 255 | 47 | 255 |
Octal | 377 | 57 | 377 |
Binary | 11111111 | 00101111 | 11111111 |
Below, you can see some colors close to #ff2fff. 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 #ff2fff.
<span style="color:#ff2fff">Text here</span>
This paragraph has a background color of #ff2fff.
<p style="background-color:#ff2fff;">Content here</p>
This element has a border color of #ff2fff.
<div style="border:1px #ff2fff;">Content here</div>
.text {color:#ff2fff;}
.background {background-color:#ff2fff;}
.border {border:1px solid #ff2fff;}
.text-shadow {border:1px solid #ff2fff;}
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, #040004 is the darkest color, while #ffeeff is the lightest one.