Shades of Deep Pink #FC1786
Tints of Deep Pink #FC1786
RGB
CMYK
RGB Variations
Color information
#FC1786 (or 0xFC1786) is known color: Deep Pink. HEX triplet: FC, 17 and 86. RGB value is (252,23,134). Sum of RGB (Red+Green+Blue) = 252+23+134=409 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.61% from 409); Green value is 23 (9.38% from 255 or 5.62% from 409); Blue value is 134 (52.73% from 255 or 32.76% from 409); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1786 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC1786 is #03E879. Grayscale: #676767. Windows color (decimal): -256122 or 8787964. OLE color: 8787964.
HSL color Cylindrical-coordinate representation of color #FC1786: hue angle of 330.92º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FC1786 is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 23 | 134 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.01 |
| HSL | 330.92º | 0.97% | 0.54% | - |
| HSV(B) | 330.92º | 0.91% | 0.99% | - |
| XYZ | 44.75 | 23.03 | 24.64 | - |
| YUV | 104.13 | 144.87 | 233.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 23 | 134 | 0 | 0.91 | 0.47 | 0.01 | 330.92 | 0.97 | 0.54 |
| Hex | FC | 17 | 86 | 0 | 5B | 2F | 1 | 14B | 61 | 36 |
| Octal | 374 | 27 | 206 | 0 | 133 | 57 | 1 | 513 | 141 | 66 |
| Binary | 11111100 | 10111 | 10000110 | 0 | 1011011 | 101111 | 1 | 101001011 | 1100001 | 110110 |
Color Harmonies of #FC1786
Complementary color
Monochromatic Colors of #FC1786
Black with #FC1786
Text Example
Text Example
White with #FC1786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1786; }
p { color: rgb(252,23,134); }
H1.HeaderClassName
{
color: #FC1786;
}
.AnyTagClassName
{
color: #FC1786;
}
</style>
background-color css
<style>
a { background-color: #FC1786; }
a { background-color: rgb(252,23,134); }
div.DivClassName
{
background-color: #FC1786;
}
.BgClassName
{
background-color: #FC1786;
}
</style>
border-color css
<style>
span { border-color: #FC1786; }
span { border-color: rgb(252,23,134); }
td.TdClassName
{
border-color: #FC1786;
}
.TagClassName
{
border-color: #FC1786;
}
</style>