Shades of Deep Pink #FF1174
Tints of Deep Pink #FF1174
RGB
CMYK
RGB Variations
Color information
#FF1174 (or 0xFF1174) is known color: Deep Pink. HEX triplet: FF, 11 and 74. RGB value is (255,17,116). Sum of RGB (Red+Green+Blue) = 255+17+116=388 (51% of max value = 765). Red value is 255 (100% from 255 or 65.72% from 388); Green value is 17 (7.03% from 255 or 4.38% from 388); Blue value is 116 (45.70% from 255 or 29.90% from 388); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1174 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1174 is #00EE8B. Grayscale: #636363. Windows color (decimal): -61068 or 7606783. OLE color: 7606783.
HSL color Cylindrical-coordinate representation of color #FF1174: hue angle of 335.04º 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 #FF1174 is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 116 | - |
| CMYK | 0 | 0.93 | 0.55 | 0 |
| HSL | 335.04º | 1% | 0.53% | - |
| HSV(B) | 335.04º | 0.93% | 1% | - |
| XYZ | 44.59 | 22.92 | 18.6 | - |
| YUV | 99.45 | 137.35 | 238.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 116 | 0 | 0.93 | 0.55 | 0 | 335.04 | 1 | 0.53 |
| Hex | FF | 11 | 74 | 0 | 5D | 37 | 0 | 14F | 64 | 35 |
| Octal | 377 | 21 | 164 | 0 | 135 | 67 | 0 | 517 | 144 | 65 |
| Binary | 11111111 | 10001 | 1110100 | 0 | 1011101 | 110111 | 0 | 101001111 | 1100100 | 110101 |
Color Harmonies of #FF1174
Complementary color
Monochromatic Colors of #FF1174
Black with #FF1174
Text Example
Text Example
White with #FF1174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1174; }
p { color: rgb(255,17,116); }
H1.HeaderClassName
{
color: #FF1174;
}
.AnyTagClassName
{
color: #FF1174;
}
</style>
background-color css
<style>
a { background-color: #FF1174; }
a { background-color: rgb(255,17,116); }
div.DivClassName
{
background-color: #FF1174;
}
.BgClassName
{
background-color: #FF1174;
}
</style>
border-color css
<style>
span { border-color: #FF1174; }
span { border-color: rgb(255,17,116); }
td.TdClassName
{
border-color: #FF1174;
}
.TagClassName
{
border-color: #FF1174;
}
</style>