Shades of Deep Pink #FC0777
Tints of Deep Pink #FC0777
RGB
CMYK
RGB Variations
Color information
#FC0777 (or 0xFC0777) is known color: Deep Pink. HEX triplet: FC, 07 and 77. RGB value is (252,7,119). Sum of RGB (Red+Green+Blue) = 252+7+119=378 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.67% from 378); Green value is 7 (3.12% from 255 or 1.85% from 378); Blue value is 119 (46.88% from 255 or 31.48% from 378); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0777 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0777 is #03F888. Grayscale: #5C5C5C. Windows color (decimal): -260233 or 7800828. OLE color: 7800828.
HSL color Cylindrical-coordinate representation of color #FC0777: hue angle of 332.57º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FC0777 is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 7 | 119 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.01 |
| HSL | 332.57º | 0.98% | 0.51% | - |
| HSV(B) | 332.57º | 0.97% | 0.99% | - |
| XYZ | 43.55 | 22.18 | 19.44 | - |
| YUV | 93.02 | 142.67 | 241.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 7 | 119 | 0 | 0.97 | 0.53 | 0.01 | 332.57 | 0.98 | 0.51 |
| Hex | FC | 7 | 77 | 0 | 61 | 35 | 1 | 14D | 62 | 33 |
| Octal | 374 | 7 | 167 | 0 | 141 | 65 | 1 | 515 | 142 | 63 |
| Binary | 11111100 | 111 | 1110111 | 0 | 1100001 | 110101 | 1 | 101001101 | 1100010 | 110011 |
Color Harmonies of #FC0777
Complementary color
Monochromatic Colors of #FC0777
Black with #FC0777
Text Example
Text Example
White with #FC0777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0777; }
p { color: rgb(252,7,119); }
H1.HeaderClassName
{
color: #FC0777;
}
.AnyTagClassName
{
color: #FC0777;
}
</style>
background-color css
<style>
a { background-color: #FC0777; }
a { background-color: rgb(252,7,119); }
div.DivClassName
{
background-color: #FC0777;
}
.BgClassName
{
background-color: #FC0777;
}
</style>
border-color css
<style>
span { border-color: #FC0777; }
span { border-color: rgb(252,7,119); }
td.TdClassName
{
border-color: #FC0777;
}
.TagClassName
{
border-color: #FC0777;
}
</style>