Shades of Deep Pink #FC1688
Tints of Deep Pink #FC1688
RGB
CMYK
RGB Variations
Color information
#FC1688 (or 0xFC1688) is known color: Deep Pink. HEX triplet: FC, 16 and 88. RGB value is (252,22,136). Sum of RGB (Red+Green+Blue) = 252+22+136=410 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.46% from 410); Green value is 22 (8.98% from 255 or 5.37% from 410); Blue value is 136 (53.52% from 255 or 33.17% from 410); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1688 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC1688 is #03E977. Grayscale: #676767. Windows color (decimal): -256376 or 8918780. OLE color: 8918780.
HSL color Cylindrical-coordinate representation of color #FC1688: hue angle of 330.26º 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 #FC1688 is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 22 | 136 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.01 |
| HSL | 330.26º | 0.97% | 0.54% | - |
| HSV(B) | 330.26º | 0.91% | 0.99% | - |
| XYZ | 44.88 | 23.05 | 25.38 | - |
| YUV | 103.77 | 146.2 | 233.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 22 | 136 | 0 | 0.91 | 0.46 | 0.01 | 330.26 | 0.97 | 0.54 |
| Hex | FC | 16 | 88 | 0 | 5B | 2E | 1 | 14A | 61 | 36 |
| Octal | 374 | 26 | 210 | 0 | 133 | 56 | 1 | 512 | 141 | 66 |
| Binary | 11111100 | 10110 | 10001000 | 0 | 1011011 | 101110 | 1 | 101001010 | 1100001 | 110110 |
Color Harmonies of #FC1688
Complementary color
Monochromatic Colors of #FC1688
Black with #FC1688
Text Example
Text Example
White with #FC1688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1688; }
p { color: rgb(252,22,136); }
H1.HeaderClassName
{
color: #FC1688;
}
.AnyTagClassName
{
color: #FC1688;
}
</style>
background-color css
<style>
a { background-color: #FC1688; }
a { background-color: rgb(252,22,136); }
div.DivClassName
{
background-color: #FC1688;
}
.BgClassName
{
background-color: #FC1688;
}
</style>
border-color css
<style>
span { border-color: #FC1688; }
span { border-color: rgb(252,22,136); }
td.TdClassName
{
border-color: #FC1688;
}
.TagClassName
{
border-color: #FC1688;
}
</style>