Shades of Deep Pink #F70D86
Tints of Deep Pink #F70D86
RGB
CMYK
RGB Variations
Color information
#F70D86 (or 0xF70D86) is known color: Deep Pink. HEX triplet: F7, 0D and 86. RGB value is (247,13,134). Sum of RGB (Red+Green+Blue) = 247+13+134=394 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.69% from 394); Green value is 13 (5.47% from 255 or 3.30% from 394); Blue value is 134 (52.73% from 255 or 34.01% from 394); Max value from RGB is 247 - color contains mainly: red. Hex color #F70D86 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70D86 is #08F279. Grayscale: #606060. Windows color (decimal): -586362 or 8785399. OLE color: 8785399.
HSL color Cylindrical-coordinate representation of color #F70D86: hue angle of 328.97º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F70D86 is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 13 | 134 | - |
| CMYK | 0 | 0.95 | 0.46 | 0.03 |
| HSL | 328.97º | 0.94% | 0.51% | - |
| HSV(B) | 328.97º | 0.95% | 0.97% | - |
| XYZ | 42.8 | 21.78 | 24.5 | - |
| YUV | 96.76 | 149.02 | 235.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 13 | 134 | 0 | 0.95 | 0.46 | 0.03 | 328.97 | 0.94 | 0.51 |
| Hex | F7 | D | 86 | 0 | 5F | 2E | 3 | 149 | 5E | 33 |
| Octal | 367 | 15 | 206 | 0 | 137 | 56 | 3 | 511 | 136 | 63 |
| Binary | 11110111 | 1101 | 10000110 | 0 | 1011111 | 101110 | 11 | 101001001 | 1011110 | 110011 |
Color Harmonies of #F70D86
Complementary color
Monochromatic Colors of #F70D86
Black with #F70D86
Text Example
Text Example
White with #F70D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70D86; }
p { color: rgb(247,13,134); }
H1.HeaderClassName
{
color: #F70D86;
}
.AnyTagClassName
{
color: #F70D86;
}
</style>
background-color css
<style>
a { background-color: #F70D86; }
a { background-color: rgb(247,13,134); }
div.DivClassName
{
background-color: #F70D86;
}
.BgClassName
{
background-color: #F70D86;
}
</style>
border-color css
<style>
span { border-color: #F70D86; }
span { border-color: rgb(247,13,134); }
td.TdClassName
{
border-color: #F70D86;
}
.TagClassName
{
border-color: #F70D86;
}
</style>