Shades of Deep Pink #FC1086
Tints of Deep Pink #FC1086
RGB
CMYK
RGB Variations
Color information
#FC1086 (or 0xFC1086) is known color: Deep Pink. HEX triplet: FC, 10 and 86. RGB value is (252,16,134). Sum of RGB (Red+Green+Blue) = 252+16+134=402 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.69% from 402); Green value is 16 (6.64% from 255 or 3.98% from 402); Blue value is 134 (52.73% from 255 or 33.33% from 402); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1086 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC1086 is #03EF79. Grayscale: #636363. Windows color (decimal): -257914 or 8786172. OLE color: 8786172.
HSL color Cylindrical-coordinate representation of color #FC1086: hue angle of 330º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC1086 is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 16 | 134 | - |
| CMYK | 0 | 0.94 | 0.47 | 0.01 |
| HSL | 330º | 0.98% | 0.53% | - |
| HSV(B) | 330º | 0.94% | 0.99% | - |
| XYZ | 44.63 | 22.79 | 24.6 | - |
| YUV | 100.02 | 147.19 | 236.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 16 | 134 | 0 | 0.94 | 0.47 | 0.01 | 330 | 0.98 | 0.53 |
| Hex | FC | 10 | 86 | 0 | 5E | 2F | 1 | 14A | 62 | 35 |
| Octal | 374 | 20 | 206 | 0 | 136 | 57 | 1 | 512 | 142 | 65 |
| Binary | 11111100 | 10000 | 10000110 | 0 | 1011110 | 101111 | 1 | 101001010 | 1100010 | 110101 |
Color Harmonies of #FC1086
Complementary color
Monochromatic Colors of #FC1086
Black with #FC1086
Text Example
Text Example
White with #FC1086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1086; }
p { color: rgb(252,16,134); }
H1.HeaderClassName
{
color: #FC1086;
}
.AnyTagClassName
{
color: #FC1086;
}
</style>
background-color css
<style>
a { background-color: #FC1086; }
a { background-color: rgb(252,16,134); }
div.DivClassName
{
background-color: #FC1086;
}
.BgClassName
{
background-color: #FC1086;
}
</style>
border-color css
<style>
span { border-color: #FC1086; }
span { border-color: rgb(252,16,134); }
td.TdClassName
{
border-color: #FC1086;
}
.TagClassName
{
border-color: #FC1086;
}
</style>