Shades of Deep Pink #FC168A
Tints of Deep Pink #FC168A
RGB
CMYK
RGB Variations
Color information
#FC168A (or 0xFC168A) is known color: Deep Pink. HEX triplet: FC, 16 and 8A. RGB value is (252,22,138). Sum of RGB (Red+Green+Blue) = 252+22+138=412 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.17% from 412); Green value is 22 (8.98% from 255 or 5.34% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 252 - color contains mainly: red. Hex color #FC168A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC168A is #03E975. Grayscale: #676767. Windows color (decimal): -256374 or 9049852. OLE color: 9049852.
HSL color Cylindrical-coordinate representation of color #FC168A: hue angle of 329.74º 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 #FC168A is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 22 | 138 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.01 |
| HSL | 329.74º | 0.97% | 0.54% | - |
| HSV(B) | 329.74º | 0.91% | 0.99% | - |
| XYZ | 45.02 | 23.1 | 26.13 | - |
| YUV | 103.99 | 147.2 | 233.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 22 | 138 | 0 | 0.91 | 0.45 | 0.01 | 329.74 | 0.97 | 0.54 |
| Hex | FC | 16 | 8A | 0 | 5B | 2D | 1 | 14A | 61 | 36 |
| Octal | 374 | 26 | 212 | 0 | 133 | 55 | 1 | 512 | 141 | 66 |
| Binary | 11111100 | 10110 | 10001010 | 0 | 1011011 | 101101 | 1 | 101001010 | 1100001 | 110110 |
Color Harmonies of #FC168A
Complementary color
Monochromatic Colors of #FC168A
Black with #FC168A
Text Example
Text Example
White with #FC168A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC168A; }
p { color: rgb(252,22,138); }
H1.HeaderClassName
{
color: #FC168A;
}
.AnyTagClassName
{
color: #FC168A;
}
</style>
background-color css
<style>
a { background-color: #FC168A; }
a { background-color: rgb(252,22,138); }
div.DivClassName
{
background-color: #FC168A;
}
.BgClassName
{
background-color: #FC168A;
}
</style>
border-color css
<style>
span { border-color: #FC168A; }
span { border-color: rgb(252,22,138); }
td.TdClassName
{
border-color: #FC168A;
}
.TagClassName
{
border-color: #FC168A;
}
</style>