Shades of Deep Pink #F70F9E
Tints of Deep Pink #F70F9E
RGB
CMYK
RGB Variations
Color information
#F70F9E (or 0xF70F9E) is known color: Deep Pink. HEX triplet: F7, 0F and 9E. RGB value is (247,15,158). Sum of RGB (Red+Green+Blue) = 247+15+158=420 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.81% from 420); Green value is 15 (6.25% from 255 or 3.57% from 420); Blue value is 158 (62.11% from 255 or 37.62% from 420); Max value from RGB is 247 - color contains mainly: red. Hex color #F70F9E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70F9E is #08F061. Grayscale: #646464. Windows color (decimal): -585826 or 10358775. OLE color: 10358775.
HSL color Cylindrical-coordinate representation of color #F70F9E: hue angle of 323.02º 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 #F70F9E is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 15 | 158 | - |
| CMYK | 0 | 0.94 | 0.36 | 0.03 |
| HSL | 323.02º | 0.94% | 0.51% | - |
| HSV(B) | 323.02º | 0.94% | 0.97% | - |
| XYZ | 44.7 | 22.58 | 34.35 | - |
| YUV | 100.67 | 160.36 | 232.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 15 | 158 | 0 | 0.94 | 0.36 | 0.03 | 323.02 | 0.94 | 0.51 |
| Hex | F7 | F | 9E | 0 | 5E | 24 | 3 | 143 | 5E | 33 |
| Octal | 367 | 17 | 236 | 0 | 136 | 44 | 3 | 503 | 136 | 63 |
| Binary | 11110111 | 1111 | 10011110 | 0 | 1011110 | 100100 | 11 | 101000011 | 1011110 | 110011 |
Color Harmonies of #F70F9E
Complementary color
Monochromatic Colors of #F70F9E
Black with #F70F9E
Text Example
Text Example
White with #F70F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70F9E; }
p { color: rgb(247,15,158); }
H1.HeaderClassName
{
color: #F70F9E;
}
.AnyTagClassName
{
color: #F70F9E;
}
</style>
background-color css
<style>
a { background-color: #F70F9E; }
a { background-color: rgb(247,15,158); }
div.DivClassName
{
background-color: #F70F9E;
}
.BgClassName
{
background-color: #F70F9E;
}
</style>
border-color css
<style>
span { border-color: #F70F9E; }
span { border-color: rgb(247,15,158); }
td.TdClassName
{
border-color: #F70F9E;
}
.TagClassName
{
border-color: #F70F9E;
}
</style>