Shades of Deep Pink #FC167A
Tints of Deep Pink #FC167A
RGB
CMYK
RGB Variations
Color information
#FC167A (or 0xFC167A) is known color: Deep Pink. HEX triplet: FC, 16 and 7A. RGB value is (252,22,122). Sum of RGB (Red+Green+Blue) = 252+22+122=396 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.64% from 396); Green value is 22 (8.98% from 255 or 5.56% from 396); Blue value is 122 (48.05% from 255 or 30.81% from 396); Max value from RGB is 252 - color contains mainly: red. Hex color #FC167A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC167A is #03E985. Grayscale: #666666. Windows color (decimal): -256390 or 8001276. OLE color: 8001276.
HSL color Cylindrical-coordinate representation of color #FC167A: hue angle of 333.91º 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 #FC167A is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 22 | 122 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.01 |
| HSL | 333.91º | 0.97% | 0.54% | - |
| HSV(B) | 333.91º | 0.91% | 0.99% | - |
| XYZ | 43.94 | 22.67 | 20.47 | - |
| YUV | 102.17 | 139.2 | 234.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 22 | 122 | 0 | 0.91 | 0.52 | 0.01 | 333.91 | 0.97 | 0.54 |
| Hex | FC | 16 | 7A | 0 | 5B | 34 | 1 | 14E | 61 | 36 |
| Octal | 374 | 26 | 172 | 0 | 133 | 64 | 1 | 516 | 141 | 66 |
| Binary | 11111100 | 10110 | 1111010 | 0 | 1011011 | 110100 | 1 | 101001110 | 1100001 | 110110 |
Color Harmonies of #FC167A
Complementary color
Monochromatic Colors of #FC167A
Black with #FC167A
Text Example
Text Example
White with #FC167A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC167A; }
p { color: rgb(252,22,122); }
H1.HeaderClassName
{
color: #FC167A;
}
.AnyTagClassName
{
color: #FC167A;
}
</style>
background-color css
<style>
a { background-color: #FC167A; }
a { background-color: rgb(252,22,122); }
div.DivClassName
{
background-color: #FC167A;
}
.BgClassName
{
background-color: #FC167A;
}
</style>
border-color css
<style>
span { border-color: #FC167A; }
span { border-color: rgb(252,22,122); }
td.TdClassName
{
border-color: #FC167A;
}
.TagClassName
{
border-color: #FC167A;
}
</style>