Shades of Deep Pink #FC1676
Tints of Deep Pink #FC1676
RGB
CMYK
RGB Variations
Color information
#FC1676 (or 0xFC1676) is known color: Deep Pink. HEX triplet: FC, 16 and 76. RGB value is (252,22,118). Sum of RGB (Red+Green+Blue) = 252+22+118=392 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.29% from 392); Green value is 22 (8.98% from 255 or 5.61% from 392); Blue value is 118 (46.48% from 255 or 30.10% from 392); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1676 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1676 is #03E989. Grayscale: #656565. Windows color (decimal): -256394 or 7739132. OLE color: 7739132.
HSL color Cylindrical-coordinate representation of color #FC1676: hue angle of 334.96º 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 #FC1676 is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 22 | 118 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.01 |
| HSL | 334.96º | 0.97% | 0.54% | - |
| HSV(B) | 334.96º | 0.91% | 0.99% | - |
| XYZ | 43.7 | 22.58 | 19.19 | - |
| YUV | 101.71 | 137.2 | 235.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 22 | 118 | 0 | 0.91 | 0.53 | 0.01 | 334.96 | 0.97 | 0.54 |
| Hex | FC | 16 | 76 | 0 | 5B | 35 | 1 | 14F | 61 | 36 |
| Octal | 374 | 26 | 166 | 0 | 133 | 65 | 1 | 517 | 141 | 66 |
| Binary | 11111100 | 10110 | 1110110 | 0 | 1011011 | 110101 | 1 | 101001111 | 1100001 | 110110 |
Color Harmonies of #FC1676
Complementary color
Monochromatic Colors of #FC1676
Black with #FC1676
Text Example
Text Example
White with #FC1676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1676; }
p { color: rgb(252,22,118); }
H1.HeaderClassName
{
color: #FC1676;
}
.AnyTagClassName
{
color: #FC1676;
}
</style>
background-color css
<style>
a { background-color: #FC1676; }
a { background-color: rgb(252,22,118); }
div.DivClassName
{
background-color: #FC1676;
}
.BgClassName
{
background-color: #FC1676;
}
</style>
border-color css
<style>
span { border-color: #FC1676; }
span { border-color: rgb(252,22,118); }
td.TdClassName
{
border-color: #FC1676;
}
.TagClassName
{
border-color: #FC1676;
}
</style>