Shades of Deep Pink #FC2080
Tints of Deep Pink #FC2080
RGB
CMYK
RGB Variations
Color information
#FC2080 (or 0xFC2080) is known color: Deep Pink. HEX triplet: FC, 20 and 80. RGB value is (252,32,128). Sum of RGB (Red+Green+Blue) = 252+32+128=412 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.17% from 412); Green value is 32 (12.89% from 255 or 7.77% from 412); Blue value is 128 (50.39% from 255 or 31.07% from 412); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2080 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2080 is #03DF7F. Grayscale: #6C6C6C. Windows color (decimal): -253824 or 8397052. OLE color: 8397052.
HSL color Cylindrical-coordinate representation of color #FC2080: hue angle of 333.82º 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 #FC2080 is Cyan = 0, Magento = 0.87, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 32 | 128 | - |
| CMYK | 0 | 0.87 | 0.49 | 0.01 |
| HSL | 333.82º | 0.97% | 0.56% | - |
| HSV(B) | 333.82º | 0.87% | 0.99% | - |
| XYZ | 44.56 | 23.29 | 22.57 | - |
| YUV | 108.72 | 138.89 | 230.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 32 | 128 | 0 | 0.87 | 0.49 | 0.01 | 333.82 | 0.97 | 0.56 |
| Hex | FC | 20 | 80 | 0 | 57 | 31 | 1 | 14E | 61 | 38 |
| Octal | 374 | 40 | 200 | 0 | 127 | 61 | 1 | 516 | 141 | 70 |
| Binary | 11111100 | 100000 | 10000000 | 0 | 1010111 | 110001 | 1 | 101001110 | 1100001 | 111000 |
Color Harmonies of #FC2080
Complementary color
Monochromatic Colors of #FC2080
Black with #FC2080
Text Example
Text Example
White with #FC2080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2080; }
p { color: rgb(252,32,128); }
H1.HeaderClassName
{
color: #FC2080;
}
.AnyTagClassName
{
color: #FC2080;
}
</style>
background-color css
<style>
a { background-color: #FC2080; }
a { background-color: rgb(252,32,128); }
div.DivClassName
{
background-color: #FC2080;
}
.BgClassName
{
background-color: #FC2080;
}
</style>
border-color css
<style>
span { border-color: #FC2080; }
span { border-color: rgb(252,32,128); }
td.TdClassName
{
border-color: #FC2080;
}
.TagClassName
{
border-color: #FC2080;
}
</style>