Shades of Deep Pink #F70F89
Tints of Deep Pink #F70F89
RGB
CMYK
RGB Variations
Color information
#F70F89 (or 0xF70F89) is known color: Deep Pink. HEX triplet: F7, 0F and 89. RGB value is (247,15,137). Sum of RGB (Red+Green+Blue) = 247+15+137=399 (52% of max value = 765). Red value is 247 (96.88% from 255 or 61.90% from 399); Green value is 15 (6.25% from 255 or 3.76% from 399); Blue value is 137 (53.91% from 255 or 34.34% from 399); Max value from RGB is 247 - color contains mainly: red. Hex color #F70F89 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70F89 is #08F076. Grayscale: #626262. Windows color (decimal): -585847 or 8982519. OLE color: 8982519.
HSL color Cylindrical-coordinate representation of color #F70F89: hue angle of 328.45º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F70F89 is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 15 | 137 | - |
| CMYK | 0 | 0.94 | 0.45 | 0.03 |
| HSL | 328.45º | 0.94% | 0.51% | - |
| HSV(B) | 328.45º | 0.94% | 0.97% | - |
| XYZ | 43.04 | 21.92 | 25.63 | - |
| YUV | 98.28 | 149.86 | 234.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 15 | 137 | 0 | 0.94 | 0.45 | 0.03 | 328.45 | 0.94 | 0.51 |
| Hex | F7 | F | 89 | 0 | 5E | 2D | 3 | 148 | 5E | 33 |
| Octal | 367 | 17 | 211 | 0 | 136 | 55 | 3 | 510 | 136 | 63 |
| Binary | 11110111 | 1111 | 10001001 | 0 | 1011110 | 101101 | 11 | 101001000 | 1011110 | 110011 |
Color Harmonies of #F70F89
Complementary color
Monochromatic Colors of #F70F89
Black with #F70F89
Text Example
Text Example
White with #F70F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70F89; }
p { color: rgb(247,15,137); }
H1.HeaderClassName
{
color: #F70F89;
}
.AnyTagClassName
{
color: #F70F89;
}
</style>
background-color css
<style>
a { background-color: #F70F89; }
a { background-color: rgb(247,15,137); }
div.DivClassName
{
background-color: #F70F89;
}
.BgClassName
{
background-color: #F70F89;
}
</style>
border-color css
<style>
span { border-color: #F70F89; }
span { border-color: rgb(247,15,137); }
td.TdClassName
{
border-color: #F70F89;
}
.TagClassName
{
border-color: #F70F89;
}
</style>