Shades of Deep Pink #FC0182
Tints of Deep Pink #FC0182
RGB
CMYK
RGB Variations
Color information
#FC0182 (or 0xFC0182) is known color: Deep Pink. HEX triplet: FC, 01 and 82. RGB value is (252,1,130). Sum of RGB (Red+Green+Blue) = 252+1+130=383 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.80% from 383); Green value is 1 (0.78% from 255 or 0.26% from 383); Blue value is 130 (51.17% from 255 or 33.94% from 383); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0182 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0182 is #03FE7D. Grayscale: #5A5A5A. Windows color (decimal): -261758 or 8520188. OLE color: 8520188.
HSL color Cylindrical-coordinate representation of color #FC0182: hue angle of 329.16º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC0182 is Cyan = 0, Magento = 1.00, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 1 | 130 | - |
| CMYK | 0 | 1.00 | 0.48 | 0.01 |
| HSL | 329.16º | 0.99% | 0.5% | - |
| HSV(B) | 329.16º | 1% | 0.99% | - |
| XYZ | 44.19 | 22.33 | 23.1 | - |
| YUV | 90.76 | 150.16 | 243.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 1 | 130 | 0 | 1.00 | 0.48 | 0.01 | 329.16 | 0.99 | 0.5 |
| Hex | FC | 1 | 82 | 0 | 64 | 30 | 1 | 149 | 63 | 32 |
| Octal | 374 | 1 | 202 | 0 | 144 | 60 | 1 | 511 | 143 | 62 |
| Binary | 11111100 | 1 | 10000010 | 0 | 1100100 | 110000 | 1 | 101001001 | 1100011 | 110010 |
Color Harmonies of #FC0182
Complementary color
Monochromatic Colors of #FC0182
Black with #FC0182
Text Example
Text Example
White with #FC0182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0182; }
p { color: rgb(252,1,130); }
H1.HeaderClassName
{
color: #FC0182;
}
.AnyTagClassName
{
color: #FC0182;
}
</style>
background-color css
<style>
a { background-color: #FC0182; }
a { background-color: rgb(252,1,130); }
div.DivClassName
{
background-color: #FC0182;
}
.BgClassName
{
background-color: #FC0182;
}
</style>
border-color css
<style>
span { border-color: #FC0182; }
span { border-color: rgb(252,1,130); }
td.TdClassName
{
border-color: #FC0182;
}
.TagClassName
{
border-color: #FC0182;
}
</style>