Shades of Deep Pink #FC0477
Tints of Deep Pink #FC0477
RGB
CMYK
RGB Variations
Color information
#FC0477 (or 0xFC0477) is known color: Deep Pink. HEX triplet: FC, 04 and 77. RGB value is (252,4,119). Sum of RGB (Red+Green+Blue) = 252+4+119=375 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.2% from 375); Green value is 4 (1.95% from 255 or 1.07% from 375); Blue value is 119 (46.88% from 255 or 31.73% from 375); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0477 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0477 is #03FB88. Grayscale: #5B5B5B. Windows color (decimal): -261001 or 7800060. OLE color: 7800060.
HSL color Cylindrical-coordinate representation of color #FC0477: hue angle of 332.18º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC0477 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 4 | 119 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.01 |
| HSL | 332.18º | 0.98% | 0.5% | - |
| HSV(B) | 332.18º | 0.98% | 0.99% | - |
| XYZ | 43.52 | 22.11 | 19.43 | - |
| YUV | 91.26 | 143.66 | 242.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 4 | 119 | 0 | 0.98 | 0.53 | 0.01 | 332.18 | 0.98 | 0.5 |
| Hex | FC | 4 | 77 | 0 | 62 | 35 | 1 | 14C | 62 | 32 |
| Octal | 374 | 4 | 167 | 0 | 142 | 65 | 1 | 514 | 142 | 62 |
| Binary | 11111100 | 100 | 1110111 | 0 | 1100010 | 110101 | 1 | 101001100 | 1100010 | 110010 |
Color Harmonies of #FC0477
Complementary color
Monochromatic Colors of #FC0477
Black with #FC0477
Text Example
Text Example
White with #FC0477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0477; }
p { color: rgb(252,4,119); }
H1.HeaderClassName
{
color: #FC0477;
}
.AnyTagClassName
{
color: #FC0477;
}
</style>
background-color css
<style>
a { background-color: #FC0477; }
a { background-color: rgb(252,4,119); }
div.DivClassName
{
background-color: #FC0477;
}
.BgClassName
{
background-color: #FC0477;
}
</style>
border-color css
<style>
span { border-color: #FC0477; }
span { border-color: rgb(252,4,119); }
td.TdClassName
{
border-color: #FC0477;
}
.TagClassName
{
border-color: #FC0477;
}
</style>