Shades of Deep Pink #FC1482
Tints of Deep Pink #FC1482
RGB
CMYK
RGB Variations
Color information
#FC1482 (or 0xFC1482) is known color: Deep Pink. HEX triplet: FC, 14 and 82. RGB value is (252,20,130). Sum of RGB (Red+Green+Blue) = 252+20+130=402 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.69% from 402); Green value is 20 (8.20% from 255 or 4.98% from 402); Blue value is 130 (51.17% from 255 or 32.34% from 402); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1482 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC1482 is #03EB7D. Grayscale: #656565. Windows color (decimal): -256894 or 8525052. OLE color: 8525052.
HSL color Cylindrical-coordinate representation of color #FC1482: hue angle of 331.55º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC1482 is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 20 | 130 | - |
| CMYK | 0 | 0.92 | 0.48 | 0.01 |
| HSL | 331.55º | 0.97% | 0.53% | - |
| HSV(B) | 331.55º | 0.92% | 0.99% | - |
| XYZ | 44.42 | 22.81 | 23.18 | - |
| YUV | 101.91 | 143.86 | 235.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 20 | 130 | 0 | 0.92 | 0.48 | 0.01 | 331.55 | 0.97 | 0.53 |
| Hex | FC | 14 | 82 | 0 | 5C | 30 | 1 | 14C | 61 | 35 |
| Octal | 374 | 24 | 202 | 0 | 134 | 60 | 1 | 514 | 141 | 65 |
| Binary | 11111100 | 10100 | 10000010 | 0 | 1011100 | 110000 | 1 | 101001100 | 1100001 | 110101 |
Color Harmonies of #FC1482
Complementary color
Monochromatic Colors of #FC1482
Black with #FC1482
Text Example
Text Example
White with #FC1482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1482; }
p { color: rgb(252,20,130); }
H1.HeaderClassName
{
color: #FC1482;
}
.AnyTagClassName
{
color: #FC1482;
}
</style>
background-color css
<style>
a { background-color: #FC1482; }
a { background-color: rgb(252,20,130); }
div.DivClassName
{
background-color: #FC1482;
}
.BgClassName
{
background-color: #FC1482;
}
</style>
border-color css
<style>
span { border-color: #FC1482; }
span { border-color: rgb(252,20,130); }
td.TdClassName
{
border-color: #FC1482;
}
.TagClassName
{
border-color: #FC1482;
}
</style>