Shades of Deep Pink #FC0977
Tints of Deep Pink #FC0977
RGB
CMYK
RGB Variations
Color information
#FC0977 (or 0xFC0977) is known color: Deep Pink. HEX triplet: FC, 09 and 77. RGB value is (252,9,119). Sum of RGB (Red+Green+Blue) = 252+9+119=380 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.32% from 380); Green value is 9 (3.91% from 255 or 2.37% from 380); Blue value is 119 (46.88% from 255 or 31.32% from 380); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0977 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0977 is #03F688. Grayscale: #5E5E5E. Windows color (decimal): -259721 or 7801340. OLE color: 7801340.
HSL color Cylindrical-coordinate representation of color #FC0977: hue angle of 332.84º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC0977 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 9 | 119 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.01 |
| HSL | 332.84º | 0.98% | 0.51% | - |
| HSV(B) | 332.84º | 0.96% | 0.99% | - |
| XYZ | 43.57 | 22.22 | 19.45 | - |
| YUV | 94.2 | 142.01 | 240.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 9 | 119 | 0 | 0.96 | 0.53 | 0.01 | 332.84 | 0.98 | 0.51 |
| Hex | FC | 9 | 77 | 0 | 60 | 35 | 1 | 14D | 62 | 33 |
| Octal | 374 | 11 | 167 | 0 | 140 | 65 | 1 | 515 | 142 | 63 |
| Binary | 11111100 | 1001 | 1110111 | 0 | 1100000 | 110101 | 1 | 101001101 | 1100010 | 110011 |
Color Harmonies of #FC0977
Complementary color
Monochromatic Colors of #FC0977
Black with #FC0977
Text Example
Text Example
White with #FC0977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0977; }
p { color: rgb(252,9,119); }
H1.HeaderClassName
{
color: #FC0977;
}
.AnyTagClassName
{
color: #FC0977;
}
</style>
background-color css
<style>
a { background-color: #FC0977; }
a { background-color: rgb(252,9,119); }
div.DivClassName
{
background-color: #FC0977;
}
.BgClassName
{
background-color: #FC0977;
}
</style>
border-color css
<style>
span { border-color: #FC0977; }
span { border-color: rgb(252,9,119); }
td.TdClassName
{
border-color: #FC0977;
}
.TagClassName
{
border-color: #FC0977;
}
</style>