Shades of Deep Pink #FF1777
Tints of Deep Pink #FF1777
RGB
CMYK
RGB Variations
Color information
#FF1777 (or 0xFF1777) is known color: Deep Pink. HEX triplet: FF, 17 and 77. RGB value is (255,23,119). Sum of RGB (Red+Green+Blue) = 255+23+119=397 (52% of max value = 765). Red value is 255 (100% from 255 or 64.23% from 397); Green value is 23 (9.38% from 255 or 5.79% from 397); Blue value is 119 (46.88% from 255 or 29.97% from 397); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1777 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1777 is #00E888. Grayscale: #676767. Windows color (decimal): -59529 or 7804927. OLE color: 7804927.
HSL color Cylindrical-coordinate representation of color #FF1777: hue angle of 335.17º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF1777 is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 23 | 119 | - |
| CMYK | 0 | 0.91 | 0.53 | 0 |
| HSL | 335.17º | 1% | 0.55% | - |
| HSV(B) | 335.17º | 0.91% | 1% | - |
| XYZ | 44.88 | 23.2 | 19.57 | - |
| YUV | 103.31 | 136.86 | 236.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 23 | 119 | 0 | 0.91 | 0.53 | 0 | 335.17 | 1 | 0.55 |
| Hex | FF | 17 | 77 | 0 | 5B | 35 | 0 | 14F | 64 | 37 |
| Octal | 377 | 27 | 167 | 0 | 133 | 65 | 0 | 517 | 144 | 67 |
| Binary | 11111111 | 10111 | 1110111 | 0 | 1011011 | 110101 | 0 | 101001111 | 1100100 | 110111 |
Color Harmonies of #FF1777
Complementary color
Monochromatic Colors of #FF1777
Black with #FF1777
Text Example
Text Example
White with #FF1777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1777; }
p { color: rgb(255,23,119); }
H1.HeaderClassName
{
color: #FF1777;
}
.AnyTagClassName
{
color: #FF1777;
}
</style>
background-color css
<style>
a { background-color: #FF1777; }
a { background-color: rgb(255,23,119); }
div.DivClassName
{
background-color: #FF1777;
}
.BgClassName
{
background-color: #FF1777;
}
</style>
border-color css
<style>
span { border-color: #FF1777; }
span { border-color: rgb(255,23,119); }
td.TdClassName
{
border-color: #FF1777;
}
.TagClassName
{
border-color: #FF1777;
}
</style>