Shades of Deep Pink #FF1173
Tints of Deep Pink #FF1173
RGB
CMYK
RGB Variations
Color information
#FF1173 (or 0xFF1173) is known color: Deep Pink. HEX triplet: FF, 11 and 73. RGB value is (255,17,115). Sum of RGB (Red+Green+Blue) = 255+17+115=387 (51% of max value = 765). Red value is 255 (100% from 255 or 65.89% from 387); Green value is 17 (7.03% from 255 or 4.39% from 387); Blue value is 115 (45.31% from 255 or 29.72% from 387); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1173 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1173 is #00EE8C. Grayscale: #636363. Windows color (decimal): -61069 or 7541247. OLE color: 7541247.
HSL color Cylindrical-coordinate representation of color #FF1173: hue angle of 335.29º 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 #FF1173 is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 115 | - |
| CMYK | 0 | 0.93 | 0.55 | 0 |
| HSL | 335.29º | 1% | 0.53% | - |
| HSV(B) | 335.29º | 0.93% | 1% | - |
| XYZ | 44.53 | 22.9 | 18.29 | - |
| YUV | 99.33 | 136.85 | 239.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 115 | 0 | 0.93 | 0.55 | 0 | 335.29 | 1 | 0.53 |
| Hex | FF | 11 | 73 | 0 | 5D | 37 | 0 | 14F | 64 | 35 |
| Octal | 377 | 21 | 163 | 0 | 135 | 67 | 0 | 517 | 144 | 65 |
| Binary | 11111111 | 10001 | 1110011 | 0 | 1011101 | 110111 | 0 | 101001111 | 1100100 | 110101 |
Color Harmonies of #FF1173
Complementary color
Monochromatic Colors of #FF1173
Black with #FF1173
Text Example
Text Example
White with #FF1173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1173; }
p { color: rgb(255,17,115); }
H1.HeaderClassName
{
color: #FF1173;
}
.AnyTagClassName
{
color: #FF1173;
}
</style>
background-color css
<style>
a { background-color: #FF1173; }
a { background-color: rgb(255,17,115); }
div.DivClassName
{
background-color: #FF1173;
}
.BgClassName
{
background-color: #FF1173;
}
</style>
border-color css
<style>
span { border-color: #FF1173; }
span { border-color: rgb(255,17,115); }
td.TdClassName
{
border-color: #FF1173;
}
.TagClassName
{
border-color: #FF1173;
}
</style>