Shades of Deep Pink #F70386
Tints of Deep Pink #F70386
RGB
CMYK
RGB Variations
Color information
#F70386 (or 0xF70386) is known color: Deep Pink. HEX triplet: F7, 03 and 86. RGB value is (247,3,134). Sum of RGB (Red+Green+Blue) = 247+3+134=384 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.32% from 384); Green value is 3 (1.56% from 255 or 0.78% from 384); Blue value is 134 (52.73% from 255 or 34.90% from 384); Max value from RGB is 247 - color contains mainly: red. Hex color #F70386 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70386 is #08FC79. Grayscale: #5A5A5A. Windows color (decimal): -588922 or 8782839. OLE color: 8782839.
HSL color Cylindrical-coordinate representation of color #F70386: hue angle of 327.79º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F70386 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 3 | 134 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.03 |
| HSL | 327.79º | 0.98% | 0.49% | - |
| HSV(B) | 327.79º | 0.99% | 0.97% | - |
| XYZ | 42.69 | 21.56 | 24.47 | - |
| YUV | 90.89 | 152.34 | 239.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 3 | 134 | 0 | 0.99 | 0.46 | 0.03 | 327.79 | 0.98 | 0.49 |
| Hex | F7 | 3 | 86 | 0 | 63 | 2E | 3 | 148 | 62 | 31 |
| Octal | 367 | 3 | 206 | 0 | 143 | 56 | 3 | 510 | 142 | 61 |
| Binary | 11110111 | 11 | 10000110 | 0 | 1100011 | 101110 | 11 | 101001000 | 1100010 | 110001 |
Color Harmonies of #F70386
Complementary color
Monochromatic Colors of #F70386
Black with #F70386
Text Example
Text Example
White with #F70386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70386; }
p { color: rgb(247,3,134); }
H1.HeaderClassName
{
color: #F70386;
}
.AnyTagClassName
{
color: #F70386;
}
</style>
background-color css
<style>
a { background-color: #F70386; }
a { background-color: rgb(247,3,134); }
div.DivClassName
{
background-color: #F70386;
}
.BgClassName
{
background-color: #F70386;
}
</style>
border-color css
<style>
span { border-color: #F70386; }
span { border-color: rgb(247,3,134); }
td.TdClassName
{
border-color: #F70386;
}
.TagClassName
{
border-color: #F70386;
}
</style>