Shades of Deep Pink #FC1777
Tints of Deep Pink #FC1777
RGB
CMYK
RGB Variations
Color information
#FC1777 (or 0xFC1777) is known color: Deep Pink. HEX triplet: FC, 17 and 77. RGB value is (252,23,119). Sum of RGB (Red+Green+Blue) = 252+23+119=394 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.96% from 394); Green value is 23 (9.38% from 255 or 5.84% from 394); Blue value is 119 (46.88% from 255 or 30.20% from 394); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1777 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1777 is #03E888. Grayscale: #666666. Windows color (decimal): -256137 or 7804924. OLE color: 7804924.
HSL color Cylindrical-coordinate representation of color #FC1777: hue angle of 334.85º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FC1777 is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 23 | 119 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.01 |
| HSL | 334.85º | 0.97% | 0.54% | - |
| HSV(B) | 334.85º | 0.91% | 0.99% | - |
| XYZ | 43.78 | 22.64 | 19.52 | - |
| YUV | 102.42 | 137.37 | 234.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 23 | 119 | 0 | 0.91 | 0.53 | 0.01 | 334.85 | 0.97 | 0.54 |
| Hex | FC | 17 | 77 | 0 | 5B | 35 | 1 | 14F | 61 | 36 |
| Octal | 374 | 27 | 167 | 0 | 133 | 65 | 1 | 517 | 141 | 66 |
| Binary | 11111100 | 10111 | 1110111 | 0 | 1011011 | 110101 | 1 | 101001111 | 1100001 | 110110 |
Color Harmonies of #FC1777
Complementary color
Monochromatic Colors of #FC1777
Black with #FC1777
Text Example
Text Example
White with #FC1777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1777; }
p { color: rgb(252,23,119); }
H1.HeaderClassName
{
color: #FC1777;
}
.AnyTagClassName
{
color: #FC1777;
}
</style>
background-color css
<style>
a { background-color: #FC1777; }
a { background-color: rgb(252,23,119); }
div.DivClassName
{
background-color: #FC1777;
}
.BgClassName
{
background-color: #FC1777;
}
</style>
border-color css
<style>
span { border-color: #FC1777; }
span { border-color: rgb(252,23,119); }
td.TdClassName
{
border-color: #FC1777;
}
.TagClassName
{
border-color: #FC1777;
}
</style>