Shades of Deep Pink #F70487
Tints of Deep Pink #F70487
RGB
CMYK
RGB Variations
Color information
#F70487 (or 0xF70487) is known color: Deep Pink. HEX triplet: F7, 04 and 87. RGB value is (247,4,135). Sum of RGB (Red+Green+Blue) = 247+4+135=386 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.99% from 386); Green value is 4 (1.95% from 255 or 1.04% from 386); Blue value is 135 (53.12% from 255 or 34.97% from 386); Max value from RGB is 247 - color contains mainly: red. Hex color #F70487 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70487 is #08FB78. Grayscale: #5B5B5B. Windows color (decimal): -588665 or 8848631. OLE color: 8848631.
HSL color Cylindrical-coordinate representation of color #F70487: hue angle of 327.65º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F70487 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 4 | 135 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.03 |
| HSL | 327.65º | 0.97% | 0.49% | - |
| HSV(B) | 327.65º | 0.98% | 0.97% | - |
| XYZ | 42.77 | 21.61 | 24.84 | - |
| YUV | 91.59 | 152.51 | 238.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 4 | 135 | 0 | 0.98 | 0.45 | 0.03 | 327.65 | 0.97 | 0.49 |
| Hex | F7 | 4 | 87 | 0 | 62 | 2D | 3 | 148 | 61 | 31 |
| Octal | 367 | 4 | 207 | 0 | 142 | 55 | 3 | 510 | 141 | 61 |
| Binary | 11110111 | 100 | 10000111 | 0 | 1100010 | 101101 | 11 | 101001000 | 1100001 | 110001 |
Color Harmonies of #F70487
Complementary color
Monochromatic Colors of #F70487
Black with #F70487
Text Example
Text Example
White with #F70487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70487; }
p { color: rgb(247,4,135); }
H1.HeaderClassName
{
color: #F70487;
}
.AnyTagClassName
{
color: #F70487;
}
</style>
background-color css
<style>
a { background-color: #F70487; }
a { background-color: rgb(247,4,135); }
div.DivClassName
{
background-color: #F70487;
}
.BgClassName
{
background-color: #F70487;
}
</style>
border-color css
<style>
span { border-color: #F70487; }
span { border-color: rgb(247,4,135); }
td.TdClassName
{
border-color: #F70487;
}
.TagClassName
{
border-color: #F70487;
}
</style>