Shades of Deep Pink #FC0582
Tints of Deep Pink #FC0582
RGB
CMYK
RGB Variations
Color information
#FC0582 (or 0xFC0582) is known color: Deep Pink. HEX triplet: FC, 05 and 82. RGB value is (252,5,130). Sum of RGB (Red+Green+Blue) = 252+5+130=387 (51% of max value = 765). Red value is 252 (98.83% from 255 or 65.12% from 387); Green value is 5 (2.34% from 255 or 1.29% from 387); Blue value is 130 (51.17% from 255 or 33.59% from 387); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0582 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0582 is #03FA7D. Grayscale: #5C5C5C. Windows color (decimal): -260734 or 8521212. OLE color: 8521212.
HSL color Cylindrical-coordinate representation of color #FC0582: hue angle of 329.64º 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 #FC0582 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 5 | 130 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.01 |
| HSL | 329.64º | 0.98% | 0.5% | - |
| HSV(B) | 329.64º | 0.98% | 0.99% | - |
| XYZ | 44.23 | 22.42 | 23.11 | - |
| YUV | 93.1 | 148.83 | 241.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 5 | 130 | 0 | 0.98 | 0.48 | 0.01 | 329.64 | 0.98 | 0.5 |
| Hex | FC | 5 | 82 | 0 | 62 | 30 | 1 | 14A | 62 | 32 |
| Octal | 374 | 5 | 202 | 0 | 142 | 60 | 1 | 512 | 142 | 62 |
| Binary | 11111100 | 101 | 10000010 | 0 | 1100010 | 110000 | 1 | 101001010 | 1100010 | 110010 |
Color Harmonies of #FC0582
Complementary color
Monochromatic Colors of #FC0582
Black with #FC0582
Text Example
Text Example
White with #FC0582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0582; }
p { color: rgb(252,5,130); }
H1.HeaderClassName
{
color: #FC0582;
}
.AnyTagClassName
{
color: #FC0582;
}
</style>
background-color css
<style>
a { background-color: #FC0582; }
a { background-color: rgb(252,5,130); }
div.DivClassName
{
background-color: #FC0582;
}
.BgClassName
{
background-color: #FC0582;
}
</style>
border-color css
<style>
span { border-color: #FC0582; }
span { border-color: rgb(252,5,130); }
td.TdClassName
{
border-color: #FC0582;
}
.TagClassName
{
border-color: #FC0582;
}
</style>