Shades of Deep Pink #F71886
Tints of Deep Pink #F71886
RGB
CMYK
RGB Variations
Color information
#F71886 (or 0xF71886) is known color: Deep Pink. HEX triplet: F7, 18 and 86. RGB value is (247,24,134). Sum of RGB (Red+Green+Blue) = 247+24+134=405 (53% of max value = 765). Red value is 247 (96.88% from 255 or 60.99% from 405); Green value is 24 (9.77% from 255 or 5.93% from 405); Blue value is 134 (52.73% from 255 or 33.09% from 405); Max value from RGB is 247 - color contains mainly: red. Hex color #F71886 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F71886 is #08E779. Grayscale: #666666. Windows color (decimal): -583546 or 8788215. OLE color: 8788215.
HSL color Cylindrical-coordinate representation of color #F71886: hue angle of 330.4º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F71886 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 24 | 134 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.03 |
| HSL | 330.4º | 0.93% | 0.53% | - |
| HSV(B) | 330.4º | 0.9% | 0.97% | - |
| XYZ | 42.99 | 22.15 | 24.56 | - |
| YUV | 103.22 | 145.38 | 230.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 24 | 134 | 0 | 0.90 | 0.46 | 0.03 | 330.4 | 0.93 | 0.53 |
| Hex | F7 | 18 | 86 | 0 | 5A | 2E | 3 | 14A | 5D | 35 |
| Octal | 367 | 30 | 206 | 0 | 132 | 56 | 3 | 512 | 135 | 65 |
| Binary | 11110111 | 11000 | 10000110 | 0 | 1011010 | 101110 | 11 | 101001010 | 1011101 | 110101 |
Color Harmonies of #F71886
Complementary color
Monochromatic Colors of #F71886
Black with #F71886
Text Example
Text Example
White with #F71886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71886; }
p { color: rgb(247,24,134); }
H1.HeaderClassName
{
color: #F71886;
}
.AnyTagClassName
{
color: #F71886;
}
</style>
background-color css
<style>
a { background-color: #F71886; }
a { background-color: rgb(247,24,134); }
div.DivClassName
{
background-color: #F71886;
}
.BgClassName
{
background-color: #F71886;
}
</style>
border-color css
<style>
span { border-color: #F71886; }
span { border-color: rgb(247,24,134); }
td.TdClassName
{
border-color: #F71886;
}
.TagClassName
{
border-color: #F71886;
}
</style>