Shades of Deep Pink #F71189
Tints of Deep Pink #F71189
RGB
CMYK
RGB Variations
Color information
#F71189 (or 0xF71189) is known color: Deep Pink. HEX triplet: F7, 11 and 89. RGB value is (247,17,137). Sum of RGB (Red+Green+Blue) = 247+17+137=401 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.60% from 401); Green value is 17 (7.03% from 255 or 4.24% from 401); Blue value is 137 (53.91% from 255 or 34.16% from 401); Max value from RGB is 247 - color contains mainly: red. Hex color #F71189 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F71189 is #08EE76. Grayscale: #636363. Windows color (decimal): -585335 or 8983031. OLE color: 8983031.
HSL color Cylindrical-coordinate representation of color #F71189: hue angle of 328.7º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F71189 is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 17 | 137 | - |
| CMYK | 0 | 0.93 | 0.45 | 0.03 |
| HSL | 328.7º | 0.93% | 0.52% | - |
| HSV(B) | 328.7º | 0.93% | 0.97% | - |
| XYZ | 43.07 | 21.98 | 25.64 | - |
| YUV | 99.45 | 149.2 | 233.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 17 | 137 | 0 | 0.93 | 0.45 | 0.03 | 328.7 | 0.93 | 0.52 |
| Hex | F7 | 11 | 89 | 0 | 5D | 2D | 3 | 149 | 5D | 34 |
| Octal | 367 | 21 | 211 | 0 | 135 | 55 | 3 | 511 | 135 | 64 |
| Binary | 11110111 | 10001 | 10001001 | 0 | 1011101 | 101101 | 11 | 101001001 | 1011101 | 110100 |
Color Harmonies of #F71189
Complementary color
Monochromatic Colors of #F71189
Black with #F71189
Text Example
Text Example
White with #F71189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71189; }
p { color: rgb(247,17,137); }
H1.HeaderClassName
{
color: #F71189;
}
.AnyTagClassName
{
color: #F71189;
}
</style>
background-color css
<style>
a { background-color: #F71189; }
a { background-color: rgb(247,17,137); }
div.DivClassName
{
background-color: #F71189;
}
.BgClassName
{
background-color: #F71189;
}
</style>
border-color css
<style>
span { border-color: #F71189; }
span { border-color: rgb(247,17,137); }
td.TdClassName
{
border-color: #F71189;
}
.TagClassName
{
border-color: #F71189;
}
</style>