Shades of Deep Pink #FC1880
Tints of Deep Pink #FC1880
RGB
CMYK
RGB Variations
Color information
#FC1880 (or 0xFC1880) is known color: Deep Pink. HEX triplet: FC, 18 and 80. RGB value is (252,24,128). Sum of RGB (Red+Green+Blue) = 252+24+128=404 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.38% from 404); Green value is 24 (9.77% from 255 or 5.94% from 404); Blue value is 128 (50.39% from 255 or 31.68% from 404); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1880 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC1880 is #03E77F. Grayscale: #676767. Windows color (decimal): -255872 or 8395004. OLE color: 8395004.
HSL color Cylindrical-coordinate representation of color #FC1880: hue angle of 332.63º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC1880 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 24 | 128 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.01 |
| HSL | 332.63º | 0.97% | 0.54% | - |
| HSV(B) | 332.63º | 0.9% | 0.99% | - |
| XYZ | 44.37 | 22.91 | 22.51 | - |
| YUV | 104.03 | 141.54 | 233.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 24 | 128 | 0 | 0.90 | 0.49 | 0.01 | 332.63 | 0.97 | 0.54 |
| Hex | FC | 18 | 80 | 0 | 5A | 31 | 1 | 14D | 61 | 36 |
| Octal | 374 | 30 | 200 | 0 | 132 | 61 | 1 | 515 | 141 | 66 |
| Binary | 11111100 | 11000 | 10000000 | 0 | 1011010 | 110001 | 1 | 101001101 | 1100001 | 110110 |
Color Harmonies of #FC1880
Complementary color
Monochromatic Colors of #FC1880
Black with #FC1880
Text Example
Text Example
White with #FC1880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1880; }
p { color: rgb(252,24,128); }
H1.HeaderClassName
{
color: #FC1880;
}
.AnyTagClassName
{
color: #FC1880;
}
</style>
background-color css
<style>
a { background-color: #FC1880; }
a { background-color: rgb(252,24,128); }
div.DivClassName
{
background-color: #FC1880;
}
.BgClassName
{
background-color: #FC1880;
}
</style>
border-color css
<style>
span { border-color: #FC1880; }
span { border-color: rgb(252,24,128); }
td.TdClassName
{
border-color: #FC1880;
}
.TagClassName
{
border-color: #FC1880;
}
</style>