Shades of Deep Pink #FC0682
Tints of Deep Pink #FC0682
RGB
CMYK
RGB Variations
Color information
#FC0682 (or 0xFC0682) is known color: Deep Pink. HEX triplet: FC, 06 and 82. RGB value is (252,6,130). Sum of RGB (Red+Green+Blue) = 252+6+130=388 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.95% from 388); Green value is 6 (2.73% from 255 or 1.55% from 388); Blue value is 130 (51.17% from 255 or 33.51% from 388); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0682 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0682 is #03F97D. Grayscale: #5D5D5D. Windows color (decimal): -260478 or 8521468. OLE color: 8521468.
HSL color Cylindrical-coordinate representation of color #FC0682: hue angle of 329.76º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC0682 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 6 | 130 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.01 |
| HSL | 329.76º | 0.98% | 0.51% | - |
| HSV(B) | 329.76º | 0.98% | 0.99% | - |
| XYZ | 44.24 | 22.44 | 23.12 | - |
| YUV | 93.69 | 148.5 | 240.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 6 | 130 | 0 | 0.98 | 0.48 | 0.01 | 329.76 | 0.98 | 0.51 |
| Hex | FC | 6 | 82 | 0 | 62 | 30 | 1 | 14A | 62 | 33 |
| Octal | 374 | 6 | 202 | 0 | 142 | 60 | 1 | 512 | 142 | 63 |
| Binary | 11111100 | 110 | 10000010 | 0 | 1100010 | 110000 | 1 | 101001010 | 1100010 | 110011 |
Color Harmonies of #FC0682
Complementary color
Monochromatic Colors of #FC0682
Black with #FC0682
Text Example
Text Example
White with #FC0682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0682; }
p { color: rgb(252,6,130); }
H1.HeaderClassName
{
color: #FC0682;
}
.AnyTagClassName
{
color: #FC0682;
}
</style>
background-color css
<style>
a { background-color: #FC0682; }
a { background-color: rgb(252,6,130); }
div.DivClassName
{
background-color: #FC0682;
}
.BgClassName
{
background-color: #FC0682;
}
</style>
border-color css
<style>
span { border-color: #FC0682; }
span { border-color: rgb(252,6,130); }
td.TdClassName
{
border-color: #FC0682;
}
.TagClassName
{
border-color: #FC0682;
}
</style>