Shades of Deep Pink #FC2077
Tints of Deep Pink #FC2077
RGB
CMYK
RGB Variations
Color information
#FC2077 (or 0xFC2077) is known color: Deep Pink. HEX triplet: FC, 20 and 77. RGB value is (252,32,119). Sum of RGB (Red+Green+Blue) = 252+32+119=403 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.53% from 403); Green value is 32 (12.89% from 255 or 7.94% from 403); Blue value is 119 (46.88% from 255 or 29.53% from 403); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2077 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2077 is #03DF88. Grayscale: #6B6B6B. Windows color (decimal): -253833 or 7807228. OLE color: 7807228.
HSL color Cylindrical-coordinate representation of color #FC2077: hue angle of 336.27º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FC2077 is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 32 | 119 | - |
| CMYK | 0 | 0.87 | 0.53 | 0.01 |
| HSL | 336.27º | 0.97% | 0.56% | - |
| HSV(B) | 336.27º | 0.87% | 0.99% | - |
| XYZ | 43.99 | 23.06 | 19.59 | - |
| YUV | 107.7 | 134.39 | 230.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 32 | 119 | 0 | 0.87 | 0.53 | 0.01 | 336.27 | 0.97 | 0.56 |
| Hex | FC | 20 | 77 | 0 | 57 | 35 | 1 | 150 | 61 | 38 |
| Octal | 374 | 40 | 167 | 0 | 127 | 65 | 1 | 520 | 141 | 70 |
| Binary | 11111100 | 100000 | 1110111 | 0 | 1010111 | 110101 | 1 | 101010000 | 1100001 | 111000 |
Color Harmonies of #FC2077
Complementary color
Monochromatic Colors of #FC2077
Black with #FC2077
Text Example
Text Example
White with #FC2077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2077; }
p { color: rgb(252,32,119); }
H1.HeaderClassName
{
color: #FC2077;
}
.AnyTagClassName
{
color: #FC2077;
}
</style>
background-color css
<style>
a { background-color: #FC2077; }
a { background-color: rgb(252,32,119); }
div.DivClassName
{
background-color: #FC2077;
}
.BgClassName
{
background-color: #FC2077;
}
</style>
border-color css
<style>
span { border-color: #FC2077; }
span { border-color: rgb(252,32,119); }
td.TdClassName
{
border-color: #FC2077;
}
.TagClassName
{
border-color: #FC2077;
}
</style>