Shades of Deep Pink #FF1596
Tints of Deep Pink #FF1596
RGB
CMYK
RGB Variations
Color information
#FF1596 (or 0xFF1596) is known color: Deep Pink. HEX triplet: FF, 15 and 96. RGB value is (255,21,150). Sum of RGB (Red+Green+Blue) = 255+21+150=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 21 (8.59% from 255 or 4.93% from 426); Blue value is 150 (58.98% from 255 or 35.21% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1596 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1596 is #00EA69. Grayscale: #696969. Windows color (decimal): -60010 or 9836031. OLE color: 9836031.
HSL color Cylindrical-coordinate representation of color #FF1596: hue angle of 326.92º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF1596 is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 150 | - |
| CMYK | 0 | 0.92 | 0.41 | 0 |
| HSL | 326.92º | 1% | 0.54% | - |
| HSV(B) | 326.92º | 0.92% | 1% | - |
| XYZ | 47.01 | 24 | 31.01 | - |
| YUV | 105.67 | 153.02 | 234.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 150 | 0 | 0.92 | 0.41 | 0 | 326.92 | 1 | 0.54 |
| Hex | FF | 15 | 96 | 0 | 5C | 29 | 0 | 147 | 64 | 36 |
| Octal | 377 | 25 | 226 | 0 | 134 | 51 | 0 | 507 | 144 | 66 |
| Binary | 11111111 | 10101 | 10010110 | 0 | 1011100 | 101001 | 0 | 101000111 | 1100100 | 110110 |
Color Harmonies of #FF1596
Complementary color
Monochromatic Colors of #FF1596
Black with #FF1596
Text Example
Text Example
White with #FF1596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1596; }
p { color: rgb(255,21,150); }
H1.HeaderClassName
{
color: #FF1596;
}
.AnyTagClassName
{
color: #FF1596;
}
</style>
background-color css
<style>
a { background-color: #FF1596; }
a { background-color: rgb(255,21,150); }
div.DivClassName
{
background-color: #FF1596;
}
.BgClassName
{
background-color: #FF1596;
}
</style>
border-color css
<style>
span { border-color: #FF1596; }
span { border-color: rgb(255,21,150); }
td.TdClassName
{
border-color: #FF1596;
}
.TagClassName
{
border-color: #FF1596;
}
</style>