Shades of Deep Pink #F70889
Tints of Deep Pink #F70889
RGB
CMYK
RGB Variations
Color information
#F70889 (or 0xF70889) is known color: Deep Pink. HEX triplet: F7, 08 and 89. RGB value is (247,8,137). Sum of RGB (Red+Green+Blue) = 247+8+137=392 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.01% from 392); Green value is 8 (3.52% from 255 or 2.04% from 392); Blue value is 137 (53.91% from 255 or 34.95% from 392); Max value from RGB is 247 - color contains mainly: red. Hex color #F70889 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70889 is #08F776. Grayscale: #5D5D5D. Windows color (decimal): -587639 or 8980727. OLE color: 8980727.
HSL color Cylindrical-coordinate representation of color #F70889: hue angle of 327.62º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F70889 is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 8 | 137 | - |
| CMYK | 0 | 0.97 | 0.45 | 0.03 |
| HSL | 327.62º | 0.94% | 0.5% | - |
| HSV(B) | 327.62º | 0.97% | 0.97% | - |
| XYZ | 42.96 | 21.75 | 25.6 | - |
| YUV | 94.17 | 152.18 | 237.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 8 | 137 | 0 | 0.97 | 0.45 | 0.03 | 327.62 | 0.94 | 0.5 |
| Hex | F7 | 8 | 89 | 0 | 61 | 2D | 3 | 148 | 5E | 32 |
| Octal | 367 | 10 | 211 | 0 | 141 | 55 | 3 | 510 | 136 | 62 |
| Binary | 11110111 | 1000 | 10001001 | 0 | 1100001 | 101101 | 11 | 101001000 | 1011110 | 110010 |
Color Harmonies of #F70889
Complementary color
Monochromatic Colors of #F70889
Black with #F70889
Text Example
Text Example
White with #F70889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70889; }
p { color: rgb(247,8,137); }
H1.HeaderClassName
{
color: #F70889;
}
.AnyTagClassName
{
color: #F70889;
}
</style>
background-color css
<style>
a { background-color: #F70889; }
a { background-color: rgb(247,8,137); }
div.DivClassName
{
background-color: #F70889;
}
.BgClassName
{
background-color: #F70889;
}
</style>
border-color css
<style>
span { border-color: #F70889; }
span { border-color: rgb(247,8,137); }
td.TdClassName
{
border-color: #F70889;
}
.TagClassName
{
border-color: #F70889;
}
</style>