Shades of Deep Pink #FC0482
Tints of Deep Pink #FC0482
RGB
CMYK
RGB Variations
Color information
#FC0482 (or 0xFC0482) is known color: Deep Pink. HEX triplet: FC, 04 and 82. RGB value is (252,4,130). Sum of RGB (Red+Green+Blue) = 252+4+130=386 (51% of max value = 765). Red value is 252 (98.83% from 255 or 65.28% from 386); Green value is 4 (1.95% from 255 or 1.04% from 386); Blue value is 130 (51.17% from 255 or 33.68% from 386); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0482 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0482 is #03FB7D. Grayscale: #5C5C5C. Windows color (decimal): -260990 or 8520956. OLE color: 8520956.
HSL color Cylindrical-coordinate representation of color #FC0482: hue angle of 329.52º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC0482 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 4 | 130 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.01 |
| HSL | 329.52º | 0.98% | 0.5% | - |
| HSV(B) | 329.52º | 0.98% | 0.99% | - |
| XYZ | 44.22 | 22.39 | 23.11 | - |
| YUV | 92.52 | 149.16 | 241.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 4 | 130 | 0 | 0.98 | 0.48 | 0.01 | 329.52 | 0.98 | 0.5 |
| Hex | FC | 4 | 82 | 0 | 62 | 30 | 1 | 14A | 62 | 32 |
| Octal | 374 | 4 | 202 | 0 | 142 | 60 | 1 | 512 | 142 | 62 |
| Binary | 11111100 | 100 | 10000010 | 0 | 1100010 | 110000 | 1 | 101001010 | 1100010 | 110010 |
Color Harmonies of #FC0482
Complementary color
Monochromatic Colors of #FC0482
Black with #FC0482
Text Example
Text Example
White with #FC0482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0482; }
p { color: rgb(252,4,130); }
H1.HeaderClassName
{
color: #FC0482;
}
.AnyTagClassName
{
color: #FC0482;
}
</style>
background-color css
<style>
a { background-color: #FC0482; }
a { background-color: rgb(252,4,130); }
div.DivClassName
{
background-color: #FC0482;
}
.BgClassName
{
background-color: #FC0482;
}
</style>
border-color css
<style>
span { border-color: #FC0482; }
span { border-color: rgb(252,4,130); }
td.TdClassName
{
border-color: #FC0482;
}
.TagClassName
{
border-color: #FC0482;
}
</style>