Shades of Deep Pink #F7167C
Tints of Deep Pink #F7167C
RGB
CMYK
RGB Variations
Color information
#F7167C (or 0xF7167C) is known color: Deep Pink. HEX triplet: F7, 16 and 7C. RGB value is (247,22,124). Sum of RGB (Red+Green+Blue) = 247+22+124=393 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.85% from 393); Green value is 22 (8.98% from 255 or 5.60% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 247 - color contains mainly: red. Hex color #F7167C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7167C is #08E983. Grayscale: #646464. Windows color (decimal): -584068 or 8132343. OLE color: 8132343.
HSL color Cylindrical-coordinate representation of color #F7167C: hue angle of 332.8º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F7167C is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 22 | 124 | - |
| CMYK | 0 | 0.91 | 0.50 | 0.03 |
| HSL | 332.8º | 0.93% | 0.53% | - |
| HSV(B) | 332.8º | 0.91% | 0.97% | - |
| XYZ | 42.28 | 21.8 | 21.05 | - |
| YUV | 100.9 | 141.04 | 232.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 22 | 124 | 0 | 0.91 | 0.50 | 0.03 | 332.8 | 0.93 | 0.53 |
| Hex | F7 | 16 | 7C | 0 | 5B | 32 | 3 | 14D | 5D | 35 |
| Octal | 367 | 26 | 174 | 0 | 133 | 62 | 3 | 515 | 135 | 65 |
| Binary | 11110111 | 10110 | 1111100 | 0 | 1011011 | 110010 | 11 | 101001101 | 1011101 | 110101 |
Color Harmonies of #F7167C
Complementary color
Monochromatic Colors of #F7167C
Black with #F7167C
Text Example
Text Example
White with #F7167C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7167C; }
p { color: rgb(247,22,124); }
H1.HeaderClassName
{
color: #F7167C;
}
.AnyTagClassName
{
color: #F7167C;
}
</style>
background-color css
<style>
a { background-color: #F7167C; }
a { background-color: rgb(247,22,124); }
div.DivClassName
{
background-color: #F7167C;
}
.BgClassName
{
background-color: #F7167C;
}
</style>
border-color css
<style>
span { border-color: #F7167C; }
span { border-color: rgb(247,22,124); }
td.TdClassName
{
border-color: #F7167C;
}
.TagClassName
{
border-color: #F7167C;
}
</style>