Shades of Deep Pink #FF167B
Tints of Deep Pink #FF167B
RGB
CMYK
RGB Variations
Color information
#FF167B (or 0xFF167B) is known color: Deep Pink. HEX triplet: FF, 16 and 7B. RGB value is (255,22,123). Sum of RGB (Red+Green+Blue) = 255+22+123=400 (52% of max value = 765). Red value is 255 (100% from 255 or 63.75% from 400); Green value is 22 (8.98% from 255 or 5.5% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 255 - color contains mainly: red. Hex color #FF167B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF167B is #00E984. Grayscale: #676767. Windows color (decimal): -59781 or 8066815. OLE color: 8066815.
HSL color Cylindrical-coordinate representation of color #FF167B: hue angle of 333.99º 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 #FF167B is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 22 | 123 | - |
| CMYK | 0 | 0.91 | 0.52 | 0 |
| HSL | 333.99º | 1% | 0.54% | - |
| HSV(B) | 333.99º | 0.91% | 1% | - |
| XYZ | 45.1 | 23.26 | 20.85 | - |
| YUV | 103.18 | 139.19 | 236.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 22 | 123 | 0 | 0.91 | 0.52 | 0 | 333.99 | 1 | 0.54 |
| Hex | FF | 16 | 7B | 0 | 5B | 34 | 0 | 14E | 64 | 36 |
| Octal | 377 | 26 | 173 | 0 | 133 | 64 | 0 | 516 | 144 | 66 |
| Binary | 11111111 | 10110 | 1111011 | 0 | 1011011 | 110100 | 0 | 101001110 | 1100100 | 110110 |
Color Harmonies of #FF167B
Complementary color
Monochromatic Colors of #FF167B
Black with #FF167B
Text Example
Text Example
White with #FF167B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF167B; }
p { color: rgb(255,22,123); }
H1.HeaderClassName
{
color: #FF167B;
}
.AnyTagClassName
{
color: #FF167B;
}
</style>
background-color css
<style>
a { background-color: #FF167B; }
a { background-color: rgb(255,22,123); }
div.DivClassName
{
background-color: #FF167B;
}
.BgClassName
{
background-color: #FF167B;
}
</style>
border-color css
<style>
span { border-color: #FF167B; }
span { border-color: rgb(255,22,123); }
td.TdClassName
{
border-color: #FF167B;
}
.TagClassName
{
border-color: #FF167B;
}
</style>