Shades of Deep Pink #F71888
Tints of Deep Pink #F71888
RGB
CMYK
RGB Variations
Color information
#F71888 (or 0xF71888) is known color: Deep Pink. HEX triplet: F7, 18 and 88. RGB value is (247,24,136). Sum of RGB (Red+Green+Blue) = 247+24+136=407 (53% of max value = 765). Red value is 247 (96.88% from 255 or 60.69% from 407); Green value is 24 (9.77% from 255 or 5.90% from 407); Blue value is 136 (53.52% from 255 or 33.42% from 407); Max value from RGB is 247 - color contains mainly: red. Hex color #F71888 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F71888 is #08E777. Grayscale: #676767. Windows color (decimal): -583544 or 8919287. OLE color: 8919287.
HSL color Cylindrical-coordinate representation of color #F71888: hue angle of 329.87º 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 #F71888 is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 24 | 136 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.03 |
| HSL | 329.87º | 0.93% | 0.53% | - |
| HSV(B) | 329.87º | 0.9% | 0.97% | - |
| XYZ | 43.13 | 22.21 | 25.31 | - |
| YUV | 103.45 | 146.38 | 230.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 24 | 136 | 0 | 0.90 | 0.45 | 0.03 | 329.87 | 0.93 | 0.53 |
| Hex | F7 | 18 | 88 | 0 | 5A | 2D | 3 | 14A | 5D | 35 |
| Octal | 367 | 30 | 210 | 0 | 132 | 55 | 3 | 512 | 135 | 65 |
| Binary | 11110111 | 11000 | 10001000 | 0 | 1011010 | 101101 | 11 | 101001010 | 1011101 | 110101 |
Color Harmonies of #F71888
Complementary color
Monochromatic Colors of #F71888
Black with #F71888
Text Example
Text Example
White with #F71888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71888; }
p { color: rgb(247,24,136); }
H1.HeaderClassName
{
color: #F71888;
}
.AnyTagClassName
{
color: #F71888;
}
</style>
background-color css
<style>
a { background-color: #F71888; }
a { background-color: rgb(247,24,136); }
div.DivClassName
{
background-color: #F71888;
}
.BgClassName
{
background-color: #F71888;
}
</style>
border-color css
<style>
span { border-color: #F71888; }
span { border-color: rgb(247,24,136); }
td.TdClassName
{
border-color: #F71888;
}
.TagClassName
{
border-color: #F71888;
}
</style>