Shades of Deep Pink #F71591
Tints of Deep Pink #F71591
RGB
CMYK
RGB Variations
Color information
#F71591 (or 0xF71591) is known color: Deep Pink. HEX triplet: F7, 15 and 91. RGB value is (247,21,145). Sum of RGB (Red+Green+Blue) = 247+21+145=413 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.81% from 413); Green value is 21 (8.59% from 255 or 5.08% from 413); Blue value is 145 (57.03% from 255 or 35.11% from 413); Max value from RGB is 247 - color contains mainly: red. Hex color #F71591 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F71591 is #08EA6E. Grayscale: #666666. Windows color (decimal): -584303 or 9508343. OLE color: 9508343.
HSL color Cylindrical-coordinate representation of color #F71591: hue angle of 327.08º 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 #F71591 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 21 | 145 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.03 |
| HSL | 327.08º | 0.93% | 0.53% | - |
| HSV(B) | 327.08º | 0.91% | 0.97% | - |
| XYZ | 43.74 | 22.35 | 28.8 | - |
| YUV | 102.71 | 151.87 | 230.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 21 | 145 | 0 | 0.91 | 0.41 | 0.03 | 327.08 | 0.93 | 0.53 |
| Hex | F7 | 15 | 91 | 0 | 5B | 29 | 3 | 147 | 5D | 35 |
| Octal | 367 | 25 | 221 | 0 | 133 | 51 | 3 | 507 | 135 | 65 |
| Binary | 11110111 | 10101 | 10010001 | 0 | 1011011 | 101001 | 11 | 101000111 | 1011101 | 110101 |
Color Harmonies of #F71591
Complementary color
Monochromatic Colors of #F71591
Black with #F71591
Text Example
Text Example
White with #F71591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71591; }
p { color: rgb(247,21,145); }
H1.HeaderClassName
{
color: #F71591;
}
.AnyTagClassName
{
color: #F71591;
}
</style>
background-color css
<style>
a { background-color: #F71591; }
a { background-color: rgb(247,21,145); }
div.DivClassName
{
background-color: #F71591;
}
.BgClassName
{
background-color: #F71591;
}
</style>
border-color css
<style>
span { border-color: #F71591; }
span { border-color: rgb(247,21,145); }
td.TdClassName
{
border-color: #F71591;
}
.TagClassName
{
border-color: #F71591;
}
</style>