Shades of Deep Pink #F70884
Tints of Deep Pink #F70884
RGB
CMYK
RGB Variations
Color information
#F70884 (or 0xF70884) is known color: Deep Pink. HEX triplet: F7, 08 and 84. RGB value is (247,8,132). Sum of RGB (Red+Green+Blue) = 247+8+132=387 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.82% from 387); Green value is 8 (3.52% from 255 or 2.07% from 387); Blue value is 132 (51.95% from 255 or 34.11% from 387); Max value from RGB is 247 - color contains mainly: red. Hex color #F70884 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70884 is #08F77B. Grayscale: #5D5D5D. Windows color (decimal): -587644 or 8653047. OLE color: 8653047.
HSL color Cylindrical-coordinate representation of color #F70884: hue angle of 328.87º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F70884 is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 8 | 132 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.03 |
| HSL | 328.87º | 0.94% | 0.5% | - |
| HSV(B) | 328.87º | 0.97% | 0.97% | - |
| XYZ | 42.61 | 21.61 | 23.76 | - |
| YUV | 93.6 | 149.68 | 237.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 8 | 132 | 0 | 0.97 | 0.47 | 0.03 | 328.87 | 0.94 | 0.5 |
| Hex | F7 | 8 | 84 | 0 | 61 | 2F | 3 | 149 | 5E | 32 |
| Octal | 367 | 10 | 204 | 0 | 141 | 57 | 3 | 511 | 136 | 62 |
| Binary | 11110111 | 1000 | 10000100 | 0 | 1100001 | 101111 | 11 | 101001001 | 1011110 | 110010 |
Color Harmonies of #F70884
Complementary color
Monochromatic Colors of #F70884
Black with #F70884
Text Example
Text Example
White with #F70884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70884; }
p { color: rgb(247,8,132); }
H1.HeaderClassName
{
color: #F70884;
}
.AnyTagClassName
{
color: #F70884;
}
</style>
background-color css
<style>
a { background-color: #F70884; }
a { background-color: rgb(247,8,132); }
div.DivClassName
{
background-color: #F70884;
}
.BgClassName
{
background-color: #F70884;
}
</style>
border-color css
<style>
span { border-color: #F70884; }
span { border-color: rgb(247,8,132); }
td.TdClassName
{
border-color: #F70884;
}
.TagClassName
{
border-color: #F70884;
}
</style>