Shades of Deep Pink #FC0686
Tints of Deep Pink #FC0686
RGB
CMYK
RGB Variations
Color information
#FC0686 (or 0xFC0686) is known color: Deep Pink. HEX triplet: FC, 06 and 86. RGB value is (252,6,134). Sum of RGB (Red+Green+Blue) = 252+6+134=392 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.29% from 392); Green value is 6 (2.73% from 255 or 1.53% from 392); Blue value is 134 (52.73% from 255 or 34.18% from 392); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0686 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0686 is #03F979. Grayscale: #5D5D5D. Windows color (decimal): -260474 or 8783612. OLE color: 8783612.
HSL color Cylindrical-coordinate representation of color #FC0686: hue angle of 328.78º 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 #FC0686 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 6 | 134 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.01 |
| HSL | 328.78º | 0.98% | 0.51% | - |
| HSV(B) | 328.78º | 0.98% | 0.99% | - |
| XYZ | 44.51 | 22.55 | 24.56 | - |
| YUV | 94.15 | 150.5 | 240.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 6 | 134 | 0 | 0.98 | 0.47 | 0.01 | 328.78 | 0.98 | 0.51 |
| Hex | FC | 6 | 86 | 0 | 62 | 2F | 1 | 149 | 62 | 33 |
| Octal | 374 | 6 | 206 | 0 | 142 | 57 | 1 | 511 | 142 | 63 |
| Binary | 11111100 | 110 | 10000110 | 0 | 1100010 | 101111 | 1 | 101001001 | 1100010 | 110011 |
Color Harmonies of #FC0686
Complementary color
Monochromatic Colors of #FC0686
Black with #FC0686
Text Example
Text Example
White with #FC0686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0686; }
p { color: rgb(252,6,134); }
H1.HeaderClassName
{
color: #FC0686;
}
.AnyTagClassName
{
color: #FC0686;
}
</style>
background-color css
<style>
a { background-color: #FC0686; }
a { background-color: rgb(252,6,134); }
div.DivClassName
{
background-color: #FC0686;
}
.BgClassName
{
background-color: #FC0686;
}
</style>
border-color css
<style>
span { border-color: #FC0686; }
span { border-color: rgb(252,6,134); }
td.TdClassName
{
border-color: #FC0686;
}
.TagClassName
{
border-color: #FC0686;
}
</style>