Shades of Deep Pink #F71096
Tints of Deep Pink #F71096
RGB
CMYK
RGB Variations
Color information
#F71096 (or 0xF71096) is known color: Deep Pink. HEX triplet: F7, 10 and 96. RGB value is (247,16,150). Sum of RGB (Red+Green+Blue) = 247+16+150=413 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.81% from 413); Green value is 16 (6.64% from 255 or 3.87% from 413); Blue value is 150 (58.98% from 255 or 36.32% from 413); Max value from RGB is 247 - color contains mainly: red. Hex color #F71096 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F71096 is #08EF69. Grayscale: #646464. Windows color (decimal): -585578 or 9834743. OLE color: 9834743.
HSL color Cylindrical-coordinate representation of color #F71096: hue angle of 325.19º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F71096 is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 16 | 150 | - |
| CMYK | 0 | 0.94 | 0.39 | 0.03 |
| HSL | 325.19º | 0.94% | 0.52% | - |
| HSV(B) | 325.19º | 0.94% | 0.97% | - |
| XYZ | 44.05 | 22.35 | 30.85 | - |
| YUV | 100.35 | 156.03 | 232.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 16 | 150 | 0 | 0.94 | 0.39 | 0.03 | 325.19 | 0.94 | 0.52 |
| Hex | F7 | 10 | 96 | 0 | 5E | 27 | 3 | 145 | 5E | 34 |
| Octal | 367 | 20 | 226 | 0 | 136 | 47 | 3 | 505 | 136 | 64 |
| Binary | 11110111 | 10000 | 10010110 | 0 | 1011110 | 100111 | 11 | 101000101 | 1011110 | 110100 |
Color Harmonies of #F71096
Complementary color
Monochromatic Colors of #F71096
Black with #F71096
Text Example
Text Example
White with #F71096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71096; }
p { color: rgb(247,16,150); }
H1.HeaderClassName
{
color: #F71096;
}
.AnyTagClassName
{
color: #F71096;
}
</style>
background-color css
<style>
a { background-color: #F71096; }
a { background-color: rgb(247,16,150); }
div.DivClassName
{
background-color: #F71096;
}
.BgClassName
{
background-color: #F71096;
}
</style>
border-color css
<style>
span { border-color: #F71096; }
span { border-color: rgb(247,16,150); }
td.TdClassName
{
border-color: #F71096;
}
.TagClassName
{
border-color: #F71096;
}
</style>