Shades of Deep Pink #FF1977
Tints of Deep Pink #FF1977
RGB
CMYK
RGB Variations
Color information
#FF1977 (or 0xFF1977) is known color: Deep Pink. HEX triplet: FF, 19 and 77. RGB value is (255,25,119). Sum of RGB (Red+Green+Blue) = 255+25+119=399 (52% of max value = 765). Red value is 255 (100% from 255 or 63.91% from 399); Green value is 25 (10.16% from 255 or 6.27% from 399); Blue value is 119 (46.88% from 255 or 29.82% from 399); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1977 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1977 is #00E688. Grayscale: #686868. Windows color (decimal): -59017 or 7805439. OLE color: 7805439.
HSL color Cylindrical-coordinate representation of color #FF1977: hue angle of 335.48º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF1977 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 119 | - |
| CMYK | 0 | 0.90 | 0.53 | 0 |
| HSL | 335.48º | 1% | 0.55% | - |
| HSV(B) | 335.48º | 0.9% | 1% | - |
| XYZ | 44.92 | 23.29 | 19.58 | - |
| YUV | 104.49 | 136.2 | 235.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 119 | 0 | 0.90 | 0.53 | 0 | 335.48 | 1 | 0.55 |
| Hex | FF | 19 | 77 | 0 | 5A | 35 | 0 | 14F | 64 | 37 |
| Octal | 377 | 31 | 167 | 0 | 132 | 65 | 0 | 517 | 144 | 67 |
| Binary | 11111111 | 11001 | 1110111 | 0 | 1011010 | 110101 | 0 | 101001111 | 1100100 | 110111 |
Color Harmonies of #FF1977
Complementary color
Monochromatic Colors of #FF1977
Black with #FF1977
Text Example
Text Example
White with #FF1977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1977; }
p { color: rgb(255,25,119); }
H1.HeaderClassName
{
color: #FF1977;
}
.AnyTagClassName
{
color: #FF1977;
}
</style>
background-color css
<style>
a { background-color: #FF1977; }
a { background-color: rgb(255,25,119); }
div.DivClassName
{
background-color: #FF1977;
}
.BgClassName
{
background-color: #FF1977;
}
</style>
border-color css
<style>
span { border-color: #FF1977; }
span { border-color: rgb(255,25,119); }
td.TdClassName
{
border-color: #FF1977;
}
.TagClassName
{
border-color: #FF1977;
}
</style>