Shades of Deep Pink #FF1179
Tints of Deep Pink #FF1179
RGB
CMYK
RGB Variations
Color information
#FF1179 (or 0xFF1179) is known color: Deep Pink. HEX triplet: FF, 11 and 79. RGB value is (255,17,121). Sum of RGB (Red+Green+Blue) = 255+17+121=393 (52% of max value = 765). Red value is 255 (100% from 255 or 64.89% from 393); Green value is 17 (7.03% from 255 or 4.33% from 393); Blue value is 121 (47.66% from 255 or 30.79% from 393); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1179 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1179 is #00EE86. Grayscale: #636363. Windows color (decimal): -61063 or 7934463. OLE color: 7934463.
HSL color Cylindrical-coordinate representation of color #FF1179: hue angle of 333.78º 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 #FF1179 is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 121 | - |
| CMYK | 0 | 0.93 | 0.53 | 0 |
| HSL | 333.78º | 1% | 0.53% | - |
| HSV(B) | 333.78º | 0.93% | 1% | - |
| XYZ | 44.89 | 23.04 | 20.17 | - |
| YUV | 100.02 | 139.85 | 238.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 121 | 0 | 0.93 | 0.53 | 0 | 333.78 | 1 | 0.53 |
| Hex | FF | 11 | 79 | 0 | 5D | 35 | 0 | 14E | 64 | 35 |
| Octal | 377 | 21 | 171 | 0 | 135 | 65 | 0 | 516 | 144 | 65 |
| Binary | 11111111 | 10001 | 1111001 | 0 | 1011101 | 110101 | 0 | 101001110 | 1100100 | 110101 |
Color Harmonies of #FF1179
Complementary color
Monochromatic Colors of #FF1179
Black with #FF1179
Text Example
Text Example
White with #FF1179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1179; }
p { color: rgb(255,17,121); }
H1.HeaderClassName
{
color: #FF1179;
}
.AnyTagClassName
{
color: #FF1179;
}
</style>
background-color css
<style>
a { background-color: #FF1179; }
a { background-color: rgb(255,17,121); }
div.DivClassName
{
background-color: #FF1179;
}
.BgClassName
{
background-color: #FF1179;
}
</style>
border-color css
<style>
span { border-color: #FF1179; }
span { border-color: rgb(255,17,121); }
td.TdClassName
{
border-color: #FF1179;
}
.TagClassName
{
border-color: #FF1179;
}
</style>