Shades of Deep Pink #F70186
Tints of Deep Pink #F70186
RGB
CMYK
RGB Variations
Color information
#F70186 (or 0xF70186) is known color: Deep Pink. HEX triplet: F7, 01 and 86. RGB value is (247,1,134). Sum of RGB (Red+Green+Blue) = 247+1+134=382 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.66% from 382); Green value is 1 (0.78% from 255 or 0.26% from 382); Blue value is 134 (52.73% from 255 or 35.08% from 382); Max value from RGB is 247 - color contains mainly: red. Hex color #F70186 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70186 is #08FE79. Grayscale: #595959. Windows color (decimal): -589434 or 8782327. OLE color: 8782327.
HSL color Cylindrical-coordinate representation of color #F70186: hue angle of 327.56º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F70186 is Cyan = 0, Magento = 1.00, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 1 | 134 | - |
| CMYK | 0 | 1.00 | 0.46 | 0.03 |
| HSL | 327.56º | 0.99% | 0.49% | - |
| HSV(B) | 327.56º | 1% | 0.97% | - |
| XYZ | 42.67 | 21.52 | 24.46 | - |
| YUV | 89.72 | 153 | 240.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 1 | 134 | 0 | 1.00 | 0.46 | 0.03 | 327.56 | 0.99 | 0.49 |
| Hex | F7 | 1 | 86 | 0 | 64 | 2E | 3 | 148 | 63 | 31 |
| Octal | 367 | 1 | 206 | 0 | 144 | 56 | 3 | 510 | 143 | 61 |
| Binary | 11110111 | 1 | 10000110 | 0 | 1100100 | 101110 | 11 | 101001000 | 1100011 | 110001 |
Color Harmonies of #F70186
Complementary color
Monochromatic Colors of #F70186
Black with #F70186
Text Example
Text Example
White with #F70186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70186; }
p { color: rgb(247,1,134); }
H1.HeaderClassName
{
color: #F70186;
}
.AnyTagClassName
{
color: #F70186;
}
</style>
background-color css
<style>
a { background-color: #F70186; }
a { background-color: rgb(247,1,134); }
div.DivClassName
{
background-color: #F70186;
}
.BgClassName
{
background-color: #F70186;
}
</style>
border-color css
<style>
span { border-color: #F70186; }
span { border-color: rgb(247,1,134); }
td.TdClassName
{
border-color: #F70186;
}
.TagClassName
{
border-color: #F70186;
}
</style>