Shades of Deep Pink #FF1696
Tints of Deep Pink #FF1696
RGB
CMYK
RGB Variations
Color information
#FF1696 (or 0xFF1696) is known color: Deep Pink. HEX triplet: FF, 16 and 96. RGB value is (255,22,150). Sum of RGB (Red+Green+Blue) = 255+22+150=427 (56% of max value = 765). Red value is 255 (100% from 255 or 59.72% from 427); Green value is 22 (8.98% from 255 or 5.15% from 427); Blue value is 150 (58.98% from 255 or 35.13% from 427); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1696 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1696 is #00E969. Grayscale: #696969. Windows color (decimal): -59754 or 9836287. OLE color: 9836287.
HSL color Cylindrical-coordinate representation of color #FF1696: hue angle of 327.04º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF1696 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 22 | 150 | - |
| CMYK | 0 | 0.91 | 0.41 | 0 |
| HSL | 327.04º | 1% | 0.54% | - |
| HSV(B) | 327.04º | 0.91% | 1% | - |
| XYZ | 47.03 | 24.04 | 31.01 | - |
| YUV | 106.26 | 152.69 | 234.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 22 | 150 | 0 | 0.91 | 0.41 | 0 | 327.04 | 1 | 0.54 |
| Hex | FF | 16 | 96 | 0 | 5B | 29 | 0 | 147 | 64 | 36 |
| Octal | 377 | 26 | 226 | 0 | 133 | 51 | 0 | 507 | 144 | 66 |
| Binary | 11111111 | 10110 | 10010110 | 0 | 1011011 | 101001 | 0 | 101000111 | 1100100 | 110110 |
Color Harmonies of #FF1696
Complementary color
Monochromatic Colors of #FF1696
Black with #FF1696
Text Example
Text Example
White with #FF1696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1696; }
p { color: rgb(255,22,150); }
H1.HeaderClassName
{
color: #FF1696;
}
.AnyTagClassName
{
color: #FF1696;
}
</style>
background-color css
<style>
a { background-color: #FF1696; }
a { background-color: rgb(255,22,150); }
div.DivClassName
{
background-color: #FF1696;
}
.BgClassName
{
background-color: #FF1696;
}
</style>
border-color css
<style>
span { border-color: #FF1696; }
span { border-color: rgb(255,22,150); }
td.TdClassName
{
border-color: #FF1696;
}
.TagClassName
{
border-color: #FF1696;
}
</style>