Shades of Deep Pink #FC2482
Tints of Deep Pink #FC2482
RGB
CMYK
RGB Variations
Color information
#FC2482 (or 0xFC2482) is known color: Deep Pink. HEX triplet: FC, 24 and 82. RGB value is (252,36,130). Sum of RGB (Red+Green+Blue) = 252+36+130=418 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.29% from 418); Green value is 36 (14.45% from 255 or 8.61% from 418); Blue value is 130 (51.17% from 255 or 31.10% from 418); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2482 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2482 is #03DB7D. Grayscale: #6F6F6F. Windows color (decimal): -252798 or 8529148. OLE color: 8529148.
HSL color Cylindrical-coordinate representation of color #FC2482: hue angle of 333.89º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FC2482 is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 36 | 130 | - |
| CMYK | 0 | 0.86 | 0.48 | 0.01 |
| HSL | 333.89º | 0.97% | 0.56% | - |
| HSV(B) | 333.89º | 0.86% | 0.99% | - |
| XYZ | 44.81 | 23.57 | 23.31 | - |
| YUV | 111.3 | 138.56 | 228.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 36 | 130 | 0 | 0.86 | 0.48 | 0.01 | 333.89 | 0.97 | 0.56 |
| Hex | FC | 24 | 82 | 0 | 56 | 30 | 1 | 14E | 61 | 38 |
| Octal | 374 | 44 | 202 | 0 | 126 | 60 | 1 | 516 | 141 | 70 |
| Binary | 11111100 | 100100 | 10000010 | 0 | 1010110 | 110000 | 1 | 101001110 | 1100001 | 111000 |
Color Harmonies of #FC2482
Complementary color
Monochromatic Colors of #FC2482
Black with #FC2482
Text Example
Text Example
White with #FC2482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2482; }
p { color: rgb(252,36,130); }
H1.HeaderClassName
{
color: #FC2482;
}
.AnyTagClassName
{
color: #FC2482;
}
</style>
background-color css
<style>
a { background-color: #FC2482; }
a { background-color: rgb(252,36,130); }
div.DivClassName
{
background-color: #FC2482;
}
.BgClassName
{
background-color: #FC2482;
}
</style>
border-color css
<style>
span { border-color: #FC2482; }
span { border-color: rgb(252,36,130); }
td.TdClassName
{
border-color: #FC2482;
}
.TagClassName
{
border-color: #FC2482;
}
</style>