Shades of Deep Pink #F71990
Tints of Deep Pink #F71990
RGB
CMYK
RGB Variations
Color information
#F71990 (or 0xF71990) is known color: Deep Pink. HEX triplet: F7, 19 and 90. RGB value is (247,25,144). Sum of RGB (Red+Green+Blue) = 247+25+144=416 (55% of max value = 765). Red value is 247 (96.88% from 255 or 59.38% from 416); Green value is 25 (10.16% from 255 or 6.01% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 247 - color contains mainly: red. Hex color #F71990 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F71990 is #08E66F. Grayscale: #686868. Windows color (decimal): -583280 or 9443831. OLE color: 9443831.
HSL color Cylindrical-coordinate representation of color #F71990: hue angle of 327.84º 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 #F71990 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 25 | 144 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.03 |
| HSL | 327.84º | 0.93% | 0.53% | - |
| HSV(B) | 327.84º | 0.9% | 0.97% | - |
| XYZ | 43.74 | 22.48 | 28.42 | - |
| YUV | 104.94 | 150.05 | 229.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 25 | 144 | 0 | 0.90 | 0.42 | 0.03 | 327.84 | 0.93 | 0.53 |
| Hex | F7 | 19 | 90 | 0 | 5A | 2A | 3 | 148 | 5D | 35 |
| Octal | 367 | 31 | 220 | 0 | 132 | 52 | 3 | 510 | 135 | 65 |
| Binary | 11110111 | 11001 | 10010000 | 0 | 1011010 | 101010 | 11 | 101001000 | 1011101 | 110101 |
Color Harmonies of #F71990
Complementary color
Monochromatic Colors of #F71990
Black with #F71990
Text Example
Text Example
White with #F71990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71990; }
p { color: rgb(247,25,144); }
H1.HeaderClassName
{
color: #F71990;
}
.AnyTagClassName
{
color: #F71990;
}
</style>
background-color css
<style>
a { background-color: #F71990; }
a { background-color: rgb(247,25,144); }
div.DivClassName
{
background-color: #F71990;
}
.BgClassName
{
background-color: #F71990;
}
</style>
border-color css
<style>
span { border-color: #F71990; }
span { border-color: rgb(247,25,144); }
td.TdClassName
{
border-color: #F71990;
}
.TagClassName
{
border-color: #F71990;
}
</style>