Shades of Deep Pink #FF1496
Tints of Deep Pink #FF1496
RGB
CMYK
RGB Variations
Color information
#FF1496 (or 0xFF1496) is known color: Deep Pink. HEX triplet: FF, 14 and 96. RGB value is (255,20,150). Sum of RGB (Red+Green+Blue) = 255+20+150=425 (56% of max value = 765). Red value is 255 (100% from 255 or 60% from 425); Green value is 20 (8.20% from 255 or 4.71% from 425); Blue value is 150 (58.98% from 255 or 35.29% from 425); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1496 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1496 is #00EB69. Grayscale: #686868. Windows color (decimal): -60266 or 9835775. OLE color: 9835775.
HSL color Cylindrical-coordinate representation of color #FF1496: hue angle of 326.81º 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 #FF1496 is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 20 | 150 | - |
| CMYK | 0 | 0.92 | 0.41 | 0 |
| HSL | 326.81º | 1% | 0.54% | - |
| HSV(B) | 326.81º | 0.92% | 1% | - |
| XYZ | 47 | 23.96 | 31 | - |
| YUV | 105.09 | 153.36 | 234.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 20 | 150 | 0 | 0.92 | 0.41 | 0 | 326.81 | 1 | 0.54 |
| Hex | FF | 14 | 96 | 0 | 5C | 29 | 0 | 147 | 64 | 36 |
| Octal | 377 | 24 | 226 | 0 | 134 | 51 | 0 | 507 | 144 | 66 |
| Binary | 11111111 | 10100 | 10010110 | 0 | 1011100 | 101001 | 0 | 101000111 | 1100100 | 110110 |
Color Harmonies of #FF1496
Complementary color
Monochromatic Colors of #FF1496
Black with #FF1496
Text Example
Text Example
White with #FF1496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1496; }
p { color: rgb(255,20,150); }
H1.HeaderClassName
{
color: #FF1496;
}
.AnyTagClassName
{
color: #FF1496;
}
</style>
background-color css
<style>
a { background-color: #FF1496; }
a { background-color: rgb(255,20,150); }
div.DivClassName
{
background-color: #FF1496;
}
.BgClassName
{
background-color: #FF1496;
}
</style>
border-color css
<style>
span { border-color: #FF1496; }
span { border-color: rgb(255,20,150); }
td.TdClassName
{
border-color: #FF1496;
}
.TagClassName
{
border-color: #FF1496;
}
</style>