Shades of Deep Pink #FC0077
Tints of Deep Pink #FC0077
RGB
CMYK
RGB Variations
Color information
#FC0077 (or 0xFC0077) is known color: Deep Pink. HEX triplet: FC, 00 and 77. RGB value is (252,0,119). Sum of RGB (Red+Green+Blue) = 252+0+119=371 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.92% from 371); Green value is 0 (0.39% from 255 or 0% from 371); Blue value is 119 (46.88% from 255 or 32.08% from 371); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0077 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0077 is #03FF88. Grayscale: #585858. Windows color (decimal): -262025 or 7799036. OLE color: 7799036.
HSL color Cylindrical-coordinate representation of color #FC0077: hue angle of 331.67º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC0077 is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 0 | 119 | - |
| CMYK | 0 | 1 | 0.53 | 0.01 |
| HSL | 331.67º | 1% | 0.49% | - |
| HSV(B) | 331.67º | 1% | 0.99% | - |
| XYZ | 43.47 | 22.03 | 19.41 | - |
| YUV | 88.91 | 144.99 | 244.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 0 | 119 | 0 | 1 | 0.53 | 0.01 | 331.67 | 1 | 0.49 |
| Hex | FC | 0 | 77 | 0 | 64 | 35 | 1 | 14C | 64 | 31 |
| Octal | 374 | 0 | 167 | 0 | 144 | 65 | 1 | 514 | 144 | 61 |
| Binary | 11111100 | 0 | 1110111 | 0 | 1100100 | 110101 | 1 | 101001100 | 1100100 | 110001 |
Color Harmonies of #FC0077
Complementary color
Monochromatic Colors of #FC0077
Black with #FC0077
Text Example
Text Example
White with #FC0077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0077; }
p { color: rgb(252,0,119); }
H1.HeaderClassName
{
color: #FC0077;
}
.AnyTagClassName
{
color: #FC0077;
}
</style>
background-color css
<style>
a { background-color: #FC0077; }
a { background-color: rgb(252,0,119); }
div.DivClassName
{
background-color: #FC0077;
}
.BgClassName
{
background-color: #FC0077;
}
</style>
border-color css
<style>
span { border-color: #FC0077; }
span { border-color: rgb(252,0,119); }
td.TdClassName
{
border-color: #FC0077;
}
.TagClassName
{
border-color: #FC0077;
}
</style>