Shades of Deep Pink #FF1197
Tints of Deep Pink #FF1197
RGB
CMYK
RGB Variations
Color information
#FF1197 (or 0xFF1197) is known color: Deep Pink. HEX triplet: FF, 11 and 97. RGB value is (255,17,151). Sum of RGB (Red+Green+Blue) = 255+17+151=423 (56% of max value = 765). Red value is 255 (100% from 255 or 60.28% from 423); Green value is 17 (7.03% from 255 or 4.02% from 423); Blue value is 151 (59.38% from 255 or 35.70% from 423); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1197 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1197 is #00EE68. Grayscale: #676767. Windows color (decimal): -61033 or 9900543. OLE color: 9900543.
HSL color Cylindrical-coordinate representation of color #FF1197: hue angle of 326.22º 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 #FF1197 is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 151 | - |
| CMYK | 0 | 0.93 | 0.41 | 0 |
| HSL | 326.22º | 1% | 0.53% | - |
| HSV(B) | 326.22º | 0.93% | 1% | - |
| XYZ | 47.03 | 23.9 | 31.41 | - |
| YUV | 103.44 | 154.85 | 236.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 151 | 0 | 0.93 | 0.41 | 0 | 326.22 | 1 | 0.53 |
| Hex | FF | 11 | 97 | 0 | 5D | 29 | 0 | 146 | 64 | 35 |
| Octal | 377 | 21 | 227 | 0 | 135 | 51 | 0 | 506 | 144 | 65 |
| Binary | 11111111 | 10001 | 10010111 | 0 | 1011101 | 101001 | 0 | 101000110 | 1100100 | 110101 |
Color Harmonies of #FF1197
Complementary color
Monochromatic Colors of #FF1197
Black with #FF1197
Text Example
Text Example
White with #FF1197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1197; }
p { color: rgb(255,17,151); }
H1.HeaderClassName
{
color: #FF1197;
}
.AnyTagClassName
{
color: #FF1197;
}
</style>
background-color css
<style>
a { background-color: #FF1197; }
a { background-color: rgb(255,17,151); }
div.DivClassName
{
background-color: #FF1197;
}
.BgClassName
{
background-color: #FF1197;
}
</style>
border-color css
<style>
span { border-color: #FF1197; }
span { border-color: rgb(255,17,151); }
td.TdClassName
{
border-color: #FF1197;
}
.TagClassName
{
border-color: #FF1197;
}
</style>