Shades of Deep Pink #F71986
Tints of Deep Pink #F71986
RGB
CMYK
RGB Variations
Color information
#F71986 (or 0xF71986) is known color: Deep Pink. HEX triplet: F7, 19 and 86. RGB value is (247,25,134). Sum of RGB (Red+Green+Blue) = 247+25+134=406 (53% of max value = 765). Red value is 247 (96.88% from 255 or 60.84% from 406); Green value is 25 (10.16% from 255 or 6.16% from 406); Blue value is 134 (52.73% from 255 or 33.00% from 406); Max value from RGB is 247 - color contains mainly: red. Hex color #F71986 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F71986 is #08E679. Grayscale: #676767. Windows color (decimal): -583290 or 8788471. OLE color: 8788471.
HSL color Cylindrical-coordinate representation of color #F71986: hue angle of 330.54º 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 #F71986 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 25 | 134 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.03 |
| HSL | 330.54º | 0.93% | 0.53% | - |
| HSV(B) | 330.54º | 0.9% | 0.97% | - |
| XYZ | 43.01 | 22.19 | 24.57 | - |
| YUV | 103.8 | 145.05 | 230.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 25 | 134 | 0 | 0.90 | 0.46 | 0.03 | 330.54 | 0.93 | 0.53 |
| Hex | F7 | 19 | 86 | 0 | 5A | 2E | 3 | 14B | 5D | 35 |
| Octal | 367 | 31 | 206 | 0 | 132 | 56 | 3 | 513 | 135 | 65 |
| Binary | 11110111 | 11001 | 10000110 | 0 | 1011010 | 101110 | 11 | 101001011 | 1011101 | 110101 |
Color Harmonies of #F71986
Complementary color
Monochromatic Colors of #F71986
Black with #F71986
Text Example
Text Example
White with #F71986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71986; }
p { color: rgb(247,25,134); }
H1.HeaderClassName
{
color: #F71986;
}
.AnyTagClassName
{
color: #F71986;
}
</style>
background-color css
<style>
a { background-color: #F71986; }
a { background-color: rgb(247,25,134); }
div.DivClassName
{
background-color: #F71986;
}
.BgClassName
{
background-color: #F71986;
}
</style>
border-color css
<style>
span { border-color: #F71986; }
span { border-color: rgb(247,25,134); }
td.TdClassName
{
border-color: #F71986;
}
.TagClassName
{
border-color: #F71986;
}
</style>