Shades of Deep Pink #FF167D
Tints of Deep Pink #FF167D
RGB
CMYK
RGB Variations
Color information
#FF167D (or 0xFF167D) is known color: Deep Pink. HEX triplet: FF, 16 and 7D. RGB value is (255,22,125). Sum of RGB (Red+Green+Blue) = 255+22+125=402 (53% of max value = 765). Red value is 255 (100% from 255 or 63.43% from 402); Green value is 22 (8.98% from 255 or 5.47% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 255 - color contains mainly: red. Hex color #FF167D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF167D is #00E982. Grayscale: #676767. Windows color (decimal): -59779 or 8197887. OLE color: 8197887.
HSL color Cylindrical-coordinate representation of color #FF167D: hue angle of 333.48º 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 #FF167D is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 22 | 125 | - |
| CMYK | 0 | 0.91 | 0.51 | 0 |
| HSL | 333.48º | 1% | 0.54% | - |
| HSV(B) | 333.48º | 0.91% | 1% | - |
| XYZ | 45.23 | 23.31 | 21.52 | - |
| YUV | 103.41 | 140.19 | 236.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 22 | 125 | 0 | 0.91 | 0.51 | 0 | 333.48 | 1 | 0.54 |
| Hex | FF | 16 | 7D | 0 | 5B | 33 | 0 | 14D | 64 | 36 |
| Octal | 377 | 26 | 175 | 0 | 133 | 63 | 0 | 515 | 144 | 66 |
| Binary | 11111111 | 10110 | 1111101 | 0 | 1011011 | 110011 | 0 | 101001101 | 1100100 | 110110 |
Color Harmonies of #FF167D
Complementary color
Monochromatic Colors of #FF167D
Black with #FF167D
Text Example
Text Example
White with #FF167D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF167D; }
p { color: rgb(255,22,125); }
H1.HeaderClassName
{
color: #FF167D;
}
.AnyTagClassName
{
color: #FF167D;
}
</style>
background-color css
<style>
a { background-color: #FF167D; }
a { background-color: rgb(255,22,125); }
div.DivClassName
{
background-color: #FF167D;
}
.BgClassName
{
background-color: #FF167D;
}
</style>
border-color css
<style>
span { border-color: #FF167D; }
span { border-color: rgb(255,22,125); }
td.TdClassName
{
border-color: #FF167D;
}
.TagClassName
{
border-color: #FF167D;
}
</style>