Shades of Deep Pink #FC1982
Tints of Deep Pink #FC1982
RGB
CMYK
RGB Variations
Color information
#FC1982 (or 0xFC1982) is known color: Deep Pink. HEX triplet: FC, 19 and 82. RGB value is (252,25,130). Sum of RGB (Red+Green+Blue) = 252+25+130=407 (53% of max value = 765). Red value is 252 (98.83% from 255 or 61.92% from 407); Green value is 25 (10.16% from 255 or 6.14% from 407); Blue value is 130 (51.17% from 255 or 31.94% from 407); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1982 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC1982 is #03E67D. Grayscale: #686868. Windows color (decimal): -255614 or 8526332. OLE color: 8526332.
HSL color Cylindrical-coordinate representation of color #FC1982: hue angle of 332.25º 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 #FC1982 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 25 | 130 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.01 |
| HSL | 332.25º | 0.97% | 0.54% | - |
| HSV(B) | 332.25º | 0.9% | 0.99% | - |
| XYZ | 44.52 | 23 | 23.21 | - |
| YUV | 104.84 | 142.21 | 232.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 25 | 130 | 0 | 0.90 | 0.48 | 0.01 | 332.25 | 0.97 | 0.54 |
| Hex | FC | 19 | 82 | 0 | 5A | 30 | 1 | 14C | 61 | 36 |
| Octal | 374 | 31 | 202 | 0 | 132 | 60 | 1 | 514 | 141 | 66 |
| Binary | 11111100 | 11001 | 10000010 | 0 | 1011010 | 110000 | 1 | 101001100 | 1100001 | 110110 |
Color Harmonies of #FC1982
Complementary color
Monochromatic Colors of #FC1982
Black with #FC1982
Text Example
Text Example
White with #FC1982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1982; }
p { color: rgb(252,25,130); }
H1.HeaderClassName
{
color: #FC1982;
}
.AnyTagClassName
{
color: #FC1982;
}
</style>
background-color css
<style>
a { background-color: #FC1982; }
a { background-color: rgb(252,25,130); }
div.DivClassName
{
background-color: #FC1982;
}
.BgClassName
{
background-color: #FC1982;
}
</style>
border-color css
<style>
span { border-color: #FC1982; }
span { border-color: rgb(252,25,130); }
td.TdClassName
{
border-color: #FC1982;
}
.TagClassName
{
border-color: #FC1982;
}
</style>