Shades of Deep Pink #F71089
Tints of Deep Pink #F71089
RGB
CMYK
RGB Variations
Color information
#F71089 (or 0xF71089) is known color: Deep Pink. HEX triplet: F7, 10 and 89. RGB value is (247,16,137). Sum of RGB (Red+Green+Blue) = 247+16+137=400 (52% of max value = 765). Red value is 247 (96.88% from 255 or 61.75% from 400); Green value is 16 (6.64% from 255 or 4% from 400); Blue value is 137 (53.91% from 255 or 34.25% from 400); Max value from RGB is 247 - color contains mainly: red. Hex color #F71089 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F71089 is #08EF76. Grayscale: #626262. Windows color (decimal): -585591 or 8982775. OLE color: 8982775.
HSL color Cylindrical-coordinate representation of color #F71089: hue angle of 328.57º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F71089 is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 16 | 137 | - |
| CMYK | 0 | 0.94 | 0.45 | 0.03 |
| HSL | 328.57º | 0.94% | 0.52% | - |
| HSV(B) | 328.57º | 0.94% | 0.97% | - |
| XYZ | 43.06 | 21.95 | 25.63 | - |
| YUV | 98.86 | 149.53 | 233.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 16 | 137 | 0 | 0.94 | 0.45 | 0.03 | 328.57 | 0.94 | 0.52 |
| Hex | F7 | 10 | 89 | 0 | 5E | 2D | 3 | 149 | 5E | 34 |
| Octal | 367 | 20 | 211 | 0 | 136 | 55 | 3 | 511 | 136 | 64 |
| Binary | 11110111 | 10000 | 10001001 | 0 | 1011110 | 101101 | 11 | 101001001 | 1011110 | 110100 |
Color Harmonies of #F71089
Complementary color
Monochromatic Colors of #F71089
Black with #F71089
Text Example
Text Example
White with #F71089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71089; }
p { color: rgb(247,16,137); }
H1.HeaderClassName
{
color: #F71089;
}
.AnyTagClassName
{
color: #F71089;
}
</style>
background-color css
<style>
a { background-color: #F71089; }
a { background-color: rgb(247,16,137); }
div.DivClassName
{
background-color: #F71089;
}
.BgClassName
{
background-color: #F71089;
}
</style>
border-color css
<style>
span { border-color: #F71089; }
span { border-color: rgb(247,16,137); }
td.TdClassName
{
border-color: #F71089;
}
.TagClassName
{
border-color: #F71089;
}
</style>