Shades of Deep Pink #FF167C
Tints of Deep Pink #FF167C
RGB
CMYK
RGB Variations
Color information
#FF167C (or 0xFF167C) is known color: Deep Pink. HEX triplet: FF, 16 and 7C. RGB value is (255,22,124). Sum of RGB (Red+Green+Blue) = 255+22+124=401 (53% of max value = 765). Red value is 255 (100% from 255 or 63.59% from 401); Green value is 22 (8.98% from 255 or 5.49% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 255 - color contains mainly: red. Hex color #FF167C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF167C is #00E983. Grayscale: #676767. Windows color (decimal): -59780 or 8132351. OLE color: 8132351.
HSL color Cylindrical-coordinate representation of color #FF167C: hue angle of 333.73º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF167C is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 22 | 124 | - |
| CMYK | 0 | 0.91 | 0.51 | 0 |
| HSL | 333.73º | 1% | 0.54% | - |
| HSV(B) | 333.73º | 0.91% | 1% | - |
| XYZ | 45.17 | 23.29 | 21.18 | - |
| YUV | 103.3 | 139.69 | 236.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 22 | 124 | 0 | 0.91 | 0.51 | 0 | 333.73 | 1 | 0.54 |
| Hex | FF | 16 | 7C | 0 | 5B | 33 | 0 | 14E | 64 | 36 |
| Octal | 377 | 26 | 174 | 0 | 133 | 63 | 0 | 516 | 144 | 66 |
| Binary | 11111111 | 10110 | 1111100 | 0 | 1011011 | 110011 | 0 | 101001110 | 1100100 | 110110 |
Color Harmonies of #FF167C
Complementary color
Monochromatic Colors of #FF167C
Black with #FF167C
Text Example
Text Example
White with #FF167C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF167C; }
p { color: rgb(255,22,124); }
H1.HeaderClassName
{
color: #FF167C;
}
.AnyTagClassName
{
color: #FF167C;
}
</style>
background-color css
<style>
a { background-color: #FF167C; }
a { background-color: rgb(255,22,124); }
div.DivClassName
{
background-color: #FF167C;
}
.BgClassName
{
background-color: #FF167C;
}
</style>
border-color css
<style>
span { border-color: #FF167C; }
span { border-color: rgb(255,22,124); }
td.TdClassName
{
border-color: #FF167C;
}
.TagClassName
{
border-color: #FF167C;
}
</style>