Shades of Deep Pink #F70F86
Tints of Deep Pink #F70F86
RGB
CMYK
RGB Variations
Color information
#F70F86 (or 0xF70F86) is known color: Deep Pink. HEX triplet: F7, 0F and 86. RGB value is (247,15,134). Sum of RGB (Red+Green+Blue) = 247+15+134=396 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.37% from 396); Green value is 15 (6.25% from 255 or 3.79% from 396); Blue value is 134 (52.73% from 255 or 33.84% from 396); Max value from RGB is 247 - color contains mainly: red. Hex color #F70F86 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70F86 is #08F079. Grayscale: #616161. Windows color (decimal): -585850 or 8785911. OLE color: 8785911.
HSL color Cylindrical-coordinate representation of color #F70F86: hue angle of 329.22º 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 #F70F86 is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 15 | 134 | - |
| CMYK | 0 | 0.94 | 0.46 | 0.03 |
| HSL | 329.22º | 0.94% | 0.51% | - |
| HSV(B) | 329.22º | 0.94% | 0.97% | - |
| XYZ | 42.83 | 21.84 | 24.51 | - |
| YUV | 97.93 | 148.36 | 234.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 15 | 134 | 0 | 0.94 | 0.46 | 0.03 | 329.22 | 0.94 | 0.51 |
| Hex | F7 | F | 86 | 0 | 5E | 2E | 3 | 149 | 5E | 33 |
| Octal | 367 | 17 | 206 | 0 | 136 | 56 | 3 | 511 | 136 | 63 |
| Binary | 11110111 | 1111 | 10000110 | 0 | 1011110 | 101110 | 11 | 101001001 | 1011110 | 110011 |
Color Harmonies of #F70F86
Complementary color
Monochromatic Colors of #F70F86
Black with #F70F86
Text Example
Text Example
White with #F70F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70F86; }
p { color: rgb(247,15,134); }
H1.HeaderClassName
{
color: #F70F86;
}
.AnyTagClassName
{
color: #F70F86;
}
</style>
background-color css
<style>
a { background-color: #F70F86; }
a { background-color: rgb(247,15,134); }
div.DivClassName
{
background-color: #F70F86;
}
.BgClassName
{
background-color: #F70F86;
}
</style>
border-color css
<style>
span { border-color: #F70F86; }
span { border-color: rgb(247,15,134); }
td.TdClassName
{
border-color: #F70F86;
}
.TagClassName
{
border-color: #F70F86;
}
</style>