Shades of Deep Pink #FF167A
Tints of Deep Pink #FF167A
RGB
CMYK
RGB Variations
Color information
#FF167A (or 0xFF167A) is known color: Deep Pink. HEX triplet: FF, 16 and 7A. RGB value is (255,22,122). Sum of RGB (Red+Green+Blue) = 255+22+122=399 (52% of max value = 765). Red value is 255 (100% from 255 or 63.91% from 399); Green value is 22 (8.98% from 255 or 5.51% from 399); Blue value is 122 (48.05% from 255 or 30.58% from 399); Max value from RGB is 255 - color contains mainly: red. Hex color #FF167A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF167A is #00E985. Grayscale: #666666. Windows color (decimal): -59782 or 8001279. OLE color: 8001279.
HSL color Cylindrical-coordinate representation of color #FF167A: hue angle of 334.25º 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 #FF167A is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 22 | 122 | - |
| CMYK | 0 | 0.91 | 0.52 | 0 |
| HSL | 334.25º | 1% | 0.54% | - |
| HSV(B) | 334.25º | 0.91% | 1% | - |
| XYZ | 45.04 | 23.24 | 20.52 | - |
| YUV | 103.07 | 138.69 | 236.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 22 | 122 | 0 | 0.91 | 0.52 | 0 | 334.25 | 1 | 0.54 |
| Hex | FF | 16 | 7A | 0 | 5B | 34 | 0 | 14E | 64 | 36 |
| Octal | 377 | 26 | 172 | 0 | 133 | 64 | 0 | 516 | 144 | 66 |
| Binary | 11111111 | 10110 | 1111010 | 0 | 1011011 | 110100 | 0 | 101001110 | 1100100 | 110110 |
Color Harmonies of #FF167A
Complementary color
Monochromatic Colors of #FF167A
Black with #FF167A
Text Example
Text Example
White with #FF167A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF167A; }
p { color: rgb(255,22,122); }
H1.HeaderClassName
{
color: #FF167A;
}
.AnyTagClassName
{
color: #FF167A;
}
</style>
background-color css
<style>
a { background-color: #FF167A; }
a { background-color: rgb(255,22,122); }
div.DivClassName
{
background-color: #FF167A;
}
.BgClassName
{
background-color: #FF167A;
}
</style>
border-color css
<style>
span { border-color: #FF167A; }
span { border-color: rgb(255,22,122); }
td.TdClassName
{
border-color: #FF167A;
}
.TagClassName
{
border-color: #FF167A;
}
</style>