Pinkalicious/ reddish black
Enter any color value (e.g., #c01d95, rgb 244 9 55, gold).
We care about the protection of your data. Read our Privacy Policy.
#ff99ff color RGB value is (255,153,255)
#ff99ff color CMYK value
#ff99ff color HSL value
HSV(or HSB) | 300° | 40 | 100 |
XYZ | 70.681 | 51.262 | 100.777 |
Yxy | 0.317 | 0.23 | 51.262 |
LAB | 76.838 | 52.831 | -34.843 |
LUV | 76.838 | 49.686 | -64.252 |
Hunter-LAB | 71.598 | 50.919 | -33.335 |
CIE-LCH | 76.838 | 63.286 | 326.594 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | FF | 99 | FF |
Decimal | 255 | 153 | 255 |
Octal | 377 | 231 | 377 |
Binary | 11111111 | 10011001 | 11111111 |
Below, you can see some colors close to #ff99ff. 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 #ff99ff.
<span style="color:#ff99ff">Text here</span>
This paragraph has a background color of #ff99ff.
<p style="background-color:#ff99ff;">Content here</p>
This element has a border color of #ff99ff.
<div style="border:1px #ff99ff;">Content here</div>
.text {color:#ff99ff;}
.background {background-color:#ff99ff;}
.border {border:1px solid #ff99ff;}
.text-shadow {border:1px solid #ff99ff;}
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.