Shades of Deep Pink #F70089
Tints of Deep Pink #F70089
RGB
CMYK
RGB Variations
Color information
#F70089 (or 0xF70089) is known color: Deep Pink. HEX triplet: F7, 00 and 89. RGB value is (247,0,137). Sum of RGB (Red+Green+Blue) = 247+0+137=384 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.32% from 384); Green value is 0 (0.39% from 255 or 0% from 384); Blue value is 137 (53.91% from 255 or 35.68% from 384); Max value from RGB is 247 - color contains mainly: red. Hex color #F70089 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70089 is #08FF76. Grayscale: #595959. Windows color (decimal): -589687 or 8978679. OLE color: 8978679.
HSL color Cylindrical-coordinate representation of color #F70089: hue angle of 326.72º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F70089 is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 0 | 137 | - |
| CMYK | 0 | 1 | 0.45 | 0.03 |
| HSL | 326.72º | 1% | 0.48% | - |
| HSV(B) | 326.72º | 1% | 0.97% | - |
| XYZ | 42.87 | 21.58 | 25.57 | - |
| YUV | 89.47 | 154.83 | 240.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 0 | 137 | 0 | 1 | 0.45 | 0.03 | 326.72 | 1 | 0.48 |
| Hex | F7 | 0 | 89 | 0 | 64 | 2D | 3 | 147 | 64 | 30 |
| Octal | 367 | 0 | 211 | 0 | 144 | 55 | 3 | 507 | 144 | 60 |
| Binary | 11110111 | 0 | 10001001 | 0 | 1100100 | 101101 | 11 | 101000111 | 1100100 | 110000 |
Color Harmonies of #F70089
Complementary color
Monochromatic Colors of #F70089
Black with #F70089
Text Example
Text Example
White with #F70089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70089; }
p { color: rgb(247,0,137); }
H1.HeaderClassName
{
color: #F70089;
}
.AnyTagClassName
{
color: #F70089;
}
</style>
background-color css
<style>
a { background-color: #F70089; }
a { background-color: rgb(247,0,137); }
div.DivClassName
{
background-color: #F70089;
}
.BgClassName
{
background-color: #F70089;
}
</style>
border-color css
<style>
span { border-color: #F70089; }
span { border-color: rgb(247,0,137); }
td.TdClassName
{
border-color: #F70089;
}
.TagClassName
{
border-color: #F70089;
}
</style>