Shades of Deep Pink #F71999
Tints of Deep Pink #F71999
RGB
CMYK
RGB Variations
Color information
#F71999 (or 0xF71999) is known color: Deep Pink. HEX triplet: F7, 19 and 99. RGB value is (247,25,153). Sum of RGB (Red+Green+Blue) = 247+25+153=425 (56% of max value = 765). Red value is 247 (96.88% from 255 or 58.12% from 425); Green value is 25 (10.16% from 255 or 5.88% from 425); Blue value is 153 (60.16% from 255 or 36% from 425); Max value from RGB is 247 - color contains mainly: red. Hex color #F71999 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F71999 is #08E666. Grayscale: #696969. Windows color (decimal): -583271 or 10033655. OLE color: 10033655.
HSL color Cylindrical-coordinate representation of color #F71999: hue angle of 325.41º 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 #F71999 is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 25 | 153 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.03 |
| HSL | 325.41º | 0.93% | 0.53% | - |
| HSV(B) | 325.41º | 0.9% | 0.97% | - |
| XYZ | 44.46 | 22.77 | 32.19 | - |
| YUV | 105.97 | 154.55 | 228.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 25 | 153 | 0 | 0.90 | 0.38 | 0.03 | 325.41 | 0.93 | 0.53 |
| Hex | F7 | 19 | 99 | 0 | 5A | 26 | 3 | 145 | 5D | 35 |
| Octal | 367 | 31 | 231 | 0 | 132 | 46 | 3 | 505 | 135 | 65 |
| Binary | 11110111 | 11001 | 10011001 | 0 | 1011010 | 100110 | 11 | 101000101 | 1011101 | 110101 |
Color Harmonies of #F71999
Complementary color
Monochromatic Colors of #F71999
Black with #F71999
Text Example
Text Example
White with #F71999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71999; }
p { color: rgb(247,25,153); }
H1.HeaderClassName
{
color: #F71999;
}
.AnyTagClassName
{
color: #F71999;
}
</style>
background-color css
<style>
a { background-color: #F71999; }
a { background-color: rgb(247,25,153); }
div.DivClassName
{
background-color: #F71999;
}
.BgClassName
{
background-color: #F71999;
}
</style>
border-color css
<style>
span { border-color: #F71999; }
span { border-color: rgb(247,25,153); }
td.TdClassName
{
border-color: #F71999;
}
.TagClassName
{
border-color: #F71999;
}
</style>