Shades of Deep Pink #F70589
Tints of Deep Pink #F70589
RGB
CMYK
RGB Variations
Color information
#F70589 (or 0xF70589) is known color: Deep Pink. HEX triplet: F7, 05 and 89. RGB value is (247,5,137). Sum of RGB (Red+Green+Blue) = 247+5+137=389 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.50% from 389); Green value is 5 (2.34% from 255 or 1.29% from 389); Blue value is 137 (53.91% from 255 or 35.22% from 389); Max value from RGB is 247 - color contains mainly: red. Hex color #F70589 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70589 is #08FA76. Grayscale: #5C5C5C. Windows color (decimal): -588407 or 8979959. OLE color: 8979959.
HSL color Cylindrical-coordinate representation of color #F70589: hue angle of 327.27º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F70589 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 5 | 137 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.03 |
| HSL | 327.27º | 0.96% | 0.49% | - |
| HSV(B) | 327.27º | 0.98% | 0.97% | - |
| XYZ | 42.93 | 21.69 | 25.59 | - |
| YUV | 92.41 | 153.17 | 238.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 5 | 137 | 0 | 0.98 | 0.45 | 0.03 | 327.27 | 0.96 | 0.49 |
| Hex | F7 | 5 | 89 | 0 | 62 | 2D | 3 | 147 | 60 | 31 |
| Octal | 367 | 5 | 211 | 0 | 142 | 55 | 3 | 507 | 140 | 61 |
| Binary | 11110111 | 101 | 10001001 | 0 | 1100010 | 101101 | 11 | 101000111 | 1100000 | 110001 |
Color Harmonies of #F70589
Complementary color
Monochromatic Colors of #F70589
Black with #F70589
Text Example
Text Example
White with #F70589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70589; }
p { color: rgb(247,5,137); }
H1.HeaderClassName
{
color: #F70589;
}
.AnyTagClassName
{
color: #F70589;
}
</style>
background-color css
<style>
a { background-color: #F70589; }
a { background-color: rgb(247,5,137); }
div.DivClassName
{
background-color: #F70589;
}
.BgClassName
{
background-color: #F70589;
}
</style>
border-color css
<style>
span { border-color: #F70589; }
span { border-color: rgb(247,5,137); }
td.TdClassName
{
border-color: #F70589;
}
.TagClassName
{
border-color: #F70589;
}
</style>