Shades of Deep Pink #F71791
Tints of Deep Pink #F71791
RGB
CMYK
RGB Variations
Color information
#F71791 (or 0xF71791) is known color: Deep Pink. HEX triplet: F7, 17 and 91. RGB value is (247,23,145). Sum of RGB (Red+Green+Blue) = 247+23+145=415 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.52% from 415); Green value is 23 (9.38% from 255 or 5.54% from 415); Blue value is 145 (57.03% from 255 or 34.94% from 415); Max value from RGB is 247 - color contains mainly: red. Hex color #F71791 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F71791 is #08E86E. Grayscale: #676767. Windows color (decimal): -583791 or 9508855. OLE color: 9508855.
HSL color Cylindrical-coordinate representation of color #F71791: hue angle of 327.32º 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 #F71791 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 23 | 145 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.03 |
| HSL | 327.32º | 0.93% | 0.53% | - |
| HSV(B) | 327.32º | 0.91% | 0.97% | - |
| XYZ | 43.78 | 22.43 | 28.81 | - |
| YUV | 103.88 | 151.21 | 230.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 23 | 145 | 0 | 0.91 | 0.41 | 0.03 | 327.32 | 0.93 | 0.53 |
| Hex | F7 | 17 | 91 | 0 | 5B | 29 | 3 | 147 | 5D | 35 |
| Octal | 367 | 27 | 221 | 0 | 133 | 51 | 3 | 507 | 135 | 65 |
| Binary | 11110111 | 10111 | 10010001 | 0 | 1011011 | 101001 | 11 | 101000111 | 1011101 | 110101 |
Color Harmonies of #F71791
Complementary color
Monochromatic Colors of #F71791
Black with #F71791
Text Example
Text Example
White with #F71791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71791; }
p { color: rgb(247,23,145); }
H1.HeaderClassName
{
color: #F71791;
}
.AnyTagClassName
{
color: #F71791;
}
</style>
background-color css
<style>
a { background-color: #F71791; }
a { background-color: rgb(247,23,145); }
div.DivClassName
{
background-color: #F71791;
}
.BgClassName
{
background-color: #F71791;
}
</style>
border-color css
<style>
span { border-color: #F71791; }
span { border-color: rgb(247,23,145); }
td.TdClassName
{
border-color: #F71791;
}
.TagClassName
{
border-color: #F71791;
}
</style>