Shades of Deep Pink #F71E91
Tints of Deep Pink #F71E91
RGB
CMYK
RGB Variations
Color information
#F71E91 (or 0xF71E91) is known color: Deep Pink. HEX triplet: F7, 1E and 91. RGB value is (247,30,145). Sum of RGB (Red+Green+Blue) = 247+30+145=422 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.53% from 422); Green value is 30 (12.11% from 255 or 7.11% from 422); Blue value is 145 (57.03% from 255 or 34.36% from 422); Max value from RGB is 247 - color contains mainly: red. Hex color #F71E91 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F71E91 is #08E16E. Grayscale: #6B6B6B. Windows color (decimal): -581999 or 9510647. OLE color: 9510647.
HSL color Cylindrical-coordinate representation of color #F71E91: hue angle of 328.2º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F71E91 is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 30 | 145 | - |
| CMYK | 0 | 0.88 | 0.41 | 0.03 |
| HSL | 328.2º | 0.93% | 0.54% | - |
| HSV(B) | 328.2º | 0.88% | 0.97% | - |
| XYZ | 43.93 | 22.75 | 28.86 | - |
| YUV | 107.99 | 148.89 | 227.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 30 | 145 | 0 | 0.88 | 0.41 | 0.03 | 328.2 | 0.93 | 0.54 |
| Hex | F7 | 1E | 91 | 0 | 58 | 29 | 3 | 148 | 5D | 36 |
| Octal | 367 | 36 | 221 | 0 | 130 | 51 | 3 | 510 | 135 | 66 |
| Binary | 11110111 | 11110 | 10010001 | 0 | 1011000 | 101001 | 11 | 101001000 | 1011101 | 110110 |
Color Harmonies of #F71E91
Complementary color
Monochromatic Colors of #F71E91
Black with #F71E91
Text Example
Text Example
White with #F71E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71E91; }
p { color: rgb(247,30,145); }
H1.HeaderClassName
{
color: #F71E91;
}
.AnyTagClassName
{
color: #F71E91;
}
</style>
background-color css
<style>
a { background-color: #F71E91; }
a { background-color: rgb(247,30,145); }
div.DivClassName
{
background-color: #F71E91;
}
.BgClassName
{
background-color: #F71E91;
}
</style>
border-color css
<style>
span { border-color: #F71E91; }
span { border-color: rgb(247,30,145); }
td.TdClassName
{
border-color: #F71E91;
}
.TagClassName
{
border-color: #F71E91;
}
</style>