Shades of Deep Pink #FC168D
Tints of Deep Pink #FC168D
RGB
CMYK
RGB Variations
Color information
#FC168D (or 0xFC168D) is known color: Deep Pink. HEX triplet: FC, 16 and 8D. RGB value is (252,22,141). Sum of RGB (Red+Green+Blue) = 252+22+141=415 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.72% from 415); Green value is 22 (8.98% from 255 or 5.30% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 252 - color contains mainly: red. Hex color #FC168D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC168D is #03E972. Grayscale: #686868. Windows color (decimal): -256371 or 9246460. OLE color: 9246460.
HSL color Cylindrical-coordinate representation of color #FC168D: hue angle of 328.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 #FC168D is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 22 | 141 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.01 |
| HSL | 328.96º | 0.97% | 0.54% | - |
| HSV(B) | 328.96º | 0.91% | 0.99% | - |
| XYZ | 45.24 | 23.19 | 27.29 | - |
| YUV | 104.34 | 148.7 | 233.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 22 | 141 | 0 | 0.91 | 0.44 | 0.01 | 328.96 | 0.97 | 0.54 |
| Hex | FC | 16 | 8D | 0 | 5B | 2C | 1 | 149 | 61 | 36 |
| Octal | 374 | 26 | 215 | 0 | 133 | 54 | 1 | 511 | 141 | 66 |
| Binary | 11111100 | 10110 | 10001101 | 0 | 1011011 | 101100 | 1 | 101001001 | 1100001 | 110110 |
Color Harmonies of #FC168D
Complementary color
Monochromatic Colors of #FC168D
Black with #FC168D
Text Example
Text Example
White with #FC168D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC168D; }
p { color: rgb(252,22,141); }
H1.HeaderClassName
{
color: #FC168D;
}
.AnyTagClassName
{
color: #FC168D;
}
</style>
background-color css
<style>
a { background-color: #FC168D; }
a { background-color: rgb(252,22,141); }
div.DivClassName
{
background-color: #FC168D;
}
.BgClassName
{
background-color: #FC168D;
}
</style>
border-color css
<style>
span { border-color: #FC168D; }
span { border-color: rgb(252,22,141); }
td.TdClassName
{
border-color: #FC168D;
}
.TagClassName
{
border-color: #FC168D;
}
</style>