Shades of Deep Pink #FF1178
Tints of Deep Pink #FF1178
RGB
CMYK
RGB Variations
Color information
#FF1178 (or 0xFF1178) is known color: Deep Pink. HEX triplet: FF, 11 and 78. RGB value is (255,17,120). Sum of RGB (Red+Green+Blue) = 255+17+120=392 (51% of max value = 765). Red value is 255 (100% from 255 or 65.05% from 392); Green value is 17 (7.03% from 255 or 4.34% from 392); Blue value is 120 (47.27% from 255 or 30.61% from 392); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1178 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1178 is #00EE87. Grayscale: #636363. Windows color (decimal): -61064 or 7868927. OLE color: 7868927.
HSL color Cylindrical-coordinate representation of color #FF1178: hue angle of 334.03º 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 #FF1178 is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 120 | - |
| CMYK | 0 | 0.93 | 0.53 | 0 |
| HSL | 334.03º | 1% | 0.53% | - |
| HSV(B) | 334.03º | 0.93% | 1% | - |
| XYZ | 44.83 | 23.02 | 19.85 | - |
| YUV | 99.9 | 139.35 | 238.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 120 | 0 | 0.93 | 0.53 | 0 | 334.03 | 1 | 0.53 |
| Hex | FF | 11 | 78 | 0 | 5D | 35 | 0 | 14E | 64 | 35 |
| Octal | 377 | 21 | 170 | 0 | 135 | 65 | 0 | 516 | 144 | 65 |
| Binary | 11111111 | 10001 | 1111000 | 0 | 1011101 | 110101 | 0 | 101001110 | 1100100 | 110101 |
Color Harmonies of #FF1178
Complementary color
Monochromatic Colors of #FF1178
Black with #FF1178
Text Example
Text Example
White with #FF1178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1178; }
p { color: rgb(255,17,120); }
H1.HeaderClassName
{
color: #FF1178;
}
.AnyTagClassName
{
color: #FF1178;
}
</style>
background-color css
<style>
a { background-color: #FF1178; }
a { background-color: rgb(255,17,120); }
div.DivClassName
{
background-color: #FF1178;
}
.BgClassName
{
background-color: #FF1178;
}
</style>
border-color css
<style>
span { border-color: #FF1178; }
span { border-color: rgb(255,17,120); }
td.TdClassName
{
border-color: #FF1178;
}
.TagClassName
{
border-color: #FF1178;
}
</style>