Shades of Deep Pink #F71997
Tints of Deep Pink #F71997
RGB
CMYK
RGB Variations
Color information
#F71997 (or 0xF71997) is known color: Deep Pink. HEX triplet: F7, 19 and 97. RGB value is (247,25,151). Sum of RGB (Red+Green+Blue) = 247+25+151=423 (56% of max value = 765). Red value is 247 (96.88% from 255 or 58.39% from 423); Green value is 25 (10.16% from 255 or 5.91% from 423); Blue value is 151 (59.38% from 255 or 35.70% from 423); Max value from RGB is 247 - color contains mainly: red. Hex color #F71997 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F71997 is #08E668. Grayscale: #696969. Windows color (decimal): -583273 or 9902583. OLE color: 9902583.
HSL color Cylindrical-coordinate representation of color #F71997: hue angle of 325.95º 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 #F71997 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 25 | 151 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.03 |
| HSL | 325.95º | 0.93% | 0.53% | - |
| HSV(B) | 325.95º | 0.9% | 0.97% | - |
| XYZ | 44.29 | 22.7 | 31.33 | - |
| YUV | 105.74 | 153.55 | 228.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 25 | 151 | 0 | 0.90 | 0.39 | 0.03 | 325.95 | 0.93 | 0.53 |
| Hex | F7 | 19 | 97 | 0 | 5A | 27 | 3 | 146 | 5D | 35 |
| Octal | 367 | 31 | 227 | 0 | 132 | 47 | 3 | 506 | 135 | 65 |
| Binary | 11110111 | 11001 | 10010111 | 0 | 1011010 | 100111 | 11 | 101000110 | 1011101 | 110101 |
Color Harmonies of #F71997
Complementary color
Monochromatic Colors of #F71997
Black with #F71997
Text Example
Text Example
White with #F71997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71997; }
p { color: rgb(247,25,151); }
H1.HeaderClassName
{
color: #F71997;
}
.AnyTagClassName
{
color: #F71997;
}
</style>
background-color css
<style>
a { background-color: #F71997; }
a { background-color: rgb(247,25,151); }
div.DivClassName
{
background-color: #F71997;
}
.BgClassName
{
background-color: #F71997;
}
</style>
border-color css
<style>
span { border-color: #F71997; }
span { border-color: rgb(247,25,151); }
td.TdClassName
{
border-color: #F71997;
}
.TagClassName
{
border-color: #F71997;
}
</style>