Shades of Deep Pink #FC167C
Tints of Deep Pink #FC167C
RGB
CMYK
RGB Variations
Color information
#FC167C (or 0xFC167C) is known color: Deep Pink. HEX triplet: FC, 16 and 7C. RGB value is (252,22,124). Sum of RGB (Red+Green+Blue) = 252+22+124=398 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.32% from 398); Green value is 22 (8.98% from 255 or 5.53% from 398); Blue value is 124 (48.83% from 255 or 31.16% from 398); Max value from RGB is 252 - color contains mainly: red. Hex color #FC167C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC167C is #03E983. Grayscale: #666666. Windows color (decimal): -256388 or 8132348. OLE color: 8132348.
HSL color Cylindrical-coordinate representation of color #FC167C: hue angle of 333.39º 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 #FC167C is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 22 | 124 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.01 |
| HSL | 333.39º | 0.97% | 0.54% | - |
| HSV(B) | 333.39º | 0.91% | 0.99% | - |
| XYZ | 44.07 | 22.72 | 21.13 | - |
| YUV | 102.4 | 140.2 | 234.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 22 | 124 | 0 | 0.91 | 0.51 | 0.01 | 333.39 | 0.97 | 0.54 |
| Hex | FC | 16 | 7C | 0 | 5B | 33 | 1 | 14D | 61 | 36 |
| Octal | 374 | 26 | 174 | 0 | 133 | 63 | 1 | 515 | 141 | 66 |
| Binary | 11111100 | 10110 | 1111100 | 0 | 1011011 | 110011 | 1 | 101001101 | 1100001 | 110110 |
Color Harmonies of #FC167C
Complementary color
Monochromatic Colors of #FC167C
Black with #FC167C
Text Example
Text Example
White with #FC167C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC167C; }
p { color: rgb(252,22,124); }
H1.HeaderClassName
{
color: #FC167C;
}
.AnyTagClassName
{
color: #FC167C;
}
</style>
background-color css
<style>
a { background-color: #FC167C; }
a { background-color: rgb(252,22,124); }
div.DivClassName
{
background-color: #FC167C;
}
.BgClassName
{
background-color: #FC167C;
}
</style>
border-color css
<style>
span { border-color: #FC167C; }
span { border-color: rgb(252,22,124); }
td.TdClassName
{
border-color: #FC167C;
}
.TagClassName
{
border-color: #FC167C;
}
</style>