Shades of Deep Pink #FF1196
Tints of Deep Pink #FF1196
RGB
CMYK
RGB Variations
Color information
#FF1196 (or 0xFF1196) is known color: Deep Pink. HEX triplet: FF, 11 and 96. RGB value is (255,17,150). Sum of RGB (Red+Green+Blue) = 255+17+150=422 (55% of max value = 765). Red value is 255 (100% from 255 or 60.43% from 422); Green value is 17 (7.03% from 255 or 4.03% from 422); Blue value is 150 (58.98% from 255 or 35.55% from 422); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1196 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1196 is #00EE69. Grayscale: #676767. Windows color (decimal): -61034 or 9835007. OLE color: 9835007.
HSL color Cylindrical-coordinate representation of color #FF1196: hue angle of 326.47º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF1196 is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 150 | - |
| CMYK | 0 | 0.93 | 0.41 | 0 |
| HSL | 326.47º | 1% | 0.53% | - |
| HSV(B) | 326.47º | 0.93% | 1% | - |
| XYZ | 46.95 | 23.86 | 30.99 | - |
| YUV | 103.32 | 154.35 | 236.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 150 | 0 | 0.93 | 0.41 | 0 | 326.47 | 1 | 0.53 |
| Hex | FF | 11 | 96 | 0 | 5D | 29 | 0 | 146 | 64 | 35 |
| Octal | 377 | 21 | 226 | 0 | 135 | 51 | 0 | 506 | 144 | 65 |
| Binary | 11111111 | 10001 | 10010110 | 0 | 1011101 | 101001 | 0 | 101000110 | 1100100 | 110101 |
Color Harmonies of #FF1196
Complementary color
Monochromatic Colors of #FF1196
Black with #FF1196
Text Example
Text Example
White with #FF1196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1196; }
p { color: rgb(255,17,150); }
H1.HeaderClassName
{
color: #FF1196;
}
.AnyTagClassName
{
color: #FF1196;
}
</style>
background-color css
<style>
a { background-color: #FF1196; }
a { background-color: rgb(255,17,150); }
div.DivClassName
{
background-color: #FF1196;
}
.BgClassName
{
background-color: #FF1196;
}
</style>
border-color css
<style>
span { border-color: #FF1196; }
span { border-color: rgb(255,17,150); }
td.TdClassName
{
border-color: #FF1196;
}
.TagClassName
{
border-color: #FF1196;
}
</style>