Shades of Deep Pink #FF1172
Tints of Deep Pink #FF1172
RGB
CMYK
RGB Variations
Color information
#FF1172 (or 0xFF1172) is known color: Deep Pink. HEX triplet: FF, 11 and 72. RGB value is (255,17,114). Sum of RGB (Red+Green+Blue) = 255+17+114=386 (51% of max value = 765). Red value is 255 (100% from 255 or 66.06% from 386); Green value is 17 (7.03% from 255 or 4.40% from 386); Blue value is 114 (44.92% from 255 or 29.53% from 386); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1172 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1172 is #00EE8D. Grayscale: #636363. Windows color (decimal): -61070 or 7475711. OLE color: 7475711.
HSL color Cylindrical-coordinate representation of color #FF1172: hue angle of 335.55º 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 #FF1172 is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 114 | - |
| CMYK | 0 | 0.93 | 0.55 | 0 |
| HSL | 335.55º | 1% | 0.53% | - |
| HSV(B) | 335.55º | 0.93% | 1% | - |
| XYZ | 44.48 | 22.88 | 17.99 | - |
| YUV | 99.22 | 136.35 | 239.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 114 | 0 | 0.93 | 0.55 | 0 | 335.55 | 1 | 0.53 |
| Hex | FF | 11 | 72 | 0 | 5D | 37 | 0 | 150 | 64 | 35 |
| Octal | 377 | 21 | 162 | 0 | 135 | 67 | 0 | 520 | 144 | 65 |
| Binary | 11111111 | 10001 | 1110010 | 0 | 1011101 | 110111 | 0 | 101010000 | 1100100 | 110101 |
Color Harmonies of #FF1172
Complementary color
Monochromatic Colors of #FF1172
Black with #FF1172
Text Example
Text Example
White with #FF1172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1172; }
p { color: rgb(255,17,114); }
H1.HeaderClassName
{
color: #FF1172;
}
.AnyTagClassName
{
color: #FF1172;
}
</style>
background-color css
<style>
a { background-color: #FF1172; }
a { background-color: rgb(255,17,114); }
div.DivClassName
{
background-color: #FF1172;
}
.BgClassName
{
background-color: #FF1172;
}
</style>
border-color css
<style>
span { border-color: #FF1172; }
span { border-color: rgb(255,17,114); }
td.TdClassName
{
border-color: #FF1172;
}
.TagClassName
{
border-color: #FF1172;
}
</style>