Shades of Deep Pink #F71192
Tints of Deep Pink #F71192
RGB
CMYK
RGB Variations
Color information
#F71192 (or 0xF71192) is known color: Deep Pink. HEX triplet: F7, 11 and 92. RGB value is (247,17,146). Sum of RGB (Red+Green+Blue) = 247+17+146=410 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.24% from 410); Green value is 17 (7.03% from 255 or 4.15% from 410); Blue value is 146 (57.42% from 255 or 35.61% from 410); Max value from RGB is 247 - color contains mainly: red. Hex color #F71192 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F71192 is #08EE6D. Grayscale: #646464. Windows color (decimal): -585326 or 9572855. OLE color: 9572855.
HSL color Cylindrical-coordinate representation of color #F71192: hue angle of 326.35º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F71192 is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 17 | 146 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.03 |
| HSL | 326.35º | 0.93% | 0.52% | - |
| HSV(B) | 326.35º | 0.93% | 0.97% | - |
| XYZ | 43.75 | 22.25 | 29.18 | - |
| YUV | 100.48 | 153.7 | 232.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 17 | 146 | 0 | 0.93 | 0.41 | 0.03 | 326.35 | 0.93 | 0.52 |
| Hex | F7 | 11 | 92 | 0 | 5D | 29 | 3 | 146 | 5D | 34 |
| Octal | 367 | 21 | 222 | 0 | 135 | 51 | 3 | 506 | 135 | 64 |
| Binary | 11110111 | 10001 | 10010010 | 0 | 1011101 | 101001 | 11 | 101000110 | 1011101 | 110100 |
Color Harmonies of #F71192
Complementary color
Monochromatic Colors of #F71192
Black with #F71192
Text Example
Text Example
White with #F71192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71192; }
p { color: rgb(247,17,146); }
H1.HeaderClassName
{
color: #F71192;
}
.AnyTagClassName
{
color: #F71192;
}
</style>
background-color css
<style>
a { background-color: #F71192; }
a { background-color: rgb(247,17,146); }
div.DivClassName
{
background-color: #F71192;
}
.BgClassName
{
background-color: #F71192;
}
</style>
border-color css
<style>
span { border-color: #F71192; }
span { border-color: rgb(247,17,146); }
td.TdClassName
{
border-color: #F71192;
}
.TagClassName
{
border-color: #F71192;
}
</style>