Shades of Deep Pink #F71988
Tints of Deep Pink #F71988
RGB
CMYK
RGB Variations
Color information
#F71988 (or 0xF71988) is known color: Deep Pink. HEX triplet: F7, 19 and 88. RGB value is (247,25,136). Sum of RGB (Red+Green+Blue) = 247+25+136=408 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.54% from 408); Green value is 25 (10.16% from 255 or 6.13% from 408); Blue value is 136 (53.52% from 255 or 33.33% from 408); Max value from RGB is 247 - color contains mainly: red. Hex color #F71988 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F71988 is #08E677. Grayscale: #676767. Windows color (decimal): -583288 or 8919543. OLE color: 8919543.
HSL color Cylindrical-coordinate representation of color #F71988: hue angle of 330º 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 #F71988 is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 25 | 136 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.03 |
| HSL | 330º | 0.93% | 0.53% | - |
| HSV(B) | 330º | 0.9% | 0.97% | - |
| XYZ | 43.15 | 22.25 | 25.31 | - |
| YUV | 104.03 | 146.05 | 229.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 25 | 136 | 0 | 0.90 | 0.45 | 0.03 | 330 | 0.93 | 0.53 |
| Hex | F7 | 19 | 88 | 0 | 5A | 2D | 3 | 14A | 5D | 35 |
| Octal | 367 | 31 | 210 | 0 | 132 | 55 | 3 | 512 | 135 | 65 |
| Binary | 11110111 | 11001 | 10001000 | 0 | 1011010 | 101101 | 11 | 101001010 | 1011101 | 110101 |
Color Harmonies of #F71988
Complementary color
Monochromatic Colors of #F71988
Black with #F71988
Text Example
Text Example
White with #F71988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71988; }
p { color: rgb(247,25,136); }
H1.HeaderClassName
{
color: #F71988;
}
.AnyTagClassName
{
color: #F71988;
}
</style>
background-color css
<style>
a { background-color: #F71988; }
a { background-color: rgb(247,25,136); }
div.DivClassName
{
background-color: #F71988;
}
.BgClassName
{
background-color: #F71988;
}
</style>
border-color css
<style>
span { border-color: #F71988; }
span { border-color: rgb(247,25,136); }
td.TdClassName
{
border-color: #F71988;
}
.TagClassName
{
border-color: #F71988;
}
</style>