Shades of Deep Pink #F71191
Tints of Deep Pink #F71191
RGB
CMYK
RGB Variations
Color information
#F71191 (or 0xF71191) is known color: Deep Pink. HEX triplet: F7, 11 and 91. RGB value is (247,17,145). Sum of RGB (Red+Green+Blue) = 247+17+145=409 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.39% from 409); Green value is 17 (7.03% from 255 or 4.16% from 409); Blue value is 145 (57.03% from 255 or 35.45% from 409); Max value from RGB is 247 - color contains mainly: red. Hex color #F71191 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F71191 is #08EE6E. Grayscale: #646464. Windows color (decimal): -585327 or 9507319. OLE color: 9507319.
HSL color Cylindrical-coordinate representation of color #F71191: hue angle of 326.61º 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 #F71191 is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 17 | 145 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.03 |
| HSL | 326.61º | 0.93% | 0.52% | - |
| HSV(B) | 326.61º | 0.93% | 0.97% | - |
| XYZ | 43.67 | 22.22 | 28.78 | - |
| YUV | 100.36 | 153.2 | 232.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 17 | 145 | 0 | 0.93 | 0.41 | 0.03 | 326.61 | 0.93 | 0.52 |
| Hex | F7 | 11 | 91 | 0 | 5D | 29 | 3 | 147 | 5D | 34 |
| Octal | 367 | 21 | 221 | 0 | 135 | 51 | 3 | 507 | 135 | 64 |
| Binary | 11110111 | 10001 | 10010001 | 0 | 1011101 | 101001 | 11 | 101000111 | 1011101 | 110100 |
Color Harmonies of #F71191
Complementary color
Monochromatic Colors of #F71191
Black with #F71191
Text Example
Text Example
White with #F71191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71191; }
p { color: rgb(247,17,145); }
H1.HeaderClassName
{
color: #F71191;
}
.AnyTagClassName
{
color: #F71191;
}
</style>
background-color css
<style>
a { background-color: #F71191; }
a { background-color: rgb(247,17,145); }
div.DivClassName
{
background-color: #F71191;
}
.BgClassName
{
background-color: #F71191;
}
</style>
border-color css
<style>
span { border-color: #F71191; }
span { border-color: rgb(247,17,145); }
td.TdClassName
{
border-color: #F71191;
}
.TagClassName
{
border-color: #F71191;
}
</style>