Shades of Deep Pink #F70588
Tints of Deep Pink #F70588
RGB
CMYK
RGB Variations
Color information
#F70588 (or 0xF70588) is known color: Deep Pink. HEX triplet: F7, 05 and 88. RGB value is (247,5,136). Sum of RGB (Red+Green+Blue) = 247+5+136=388 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.66% from 388); Green value is 5 (2.34% from 255 or 1.29% from 388); Blue value is 136 (53.52% from 255 or 35.05% from 388); Max value from RGB is 247 - color contains mainly: red. Hex color #F70588 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70588 is #08FA77. Grayscale: #5C5C5C. Windows color (decimal): -588408 or 8914423. OLE color: 8914423.
HSL color Cylindrical-coordinate representation of color #F70588: hue angle of 327.52º degrees, saturation: 0.96, 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 #F70588 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 5 | 136 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.03 |
| HSL | 327.52º | 0.96% | 0.49% | - |
| HSV(B) | 327.52º | 0.98% | 0.97% | - |
| XYZ | 42.86 | 21.66 | 25.21 | - |
| YUV | 92.29 | 152.67 | 238.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 5 | 136 | 0 | 0.98 | 0.45 | 0.03 | 327.52 | 0.96 | 0.49 |
| Hex | F7 | 5 | 88 | 0 | 62 | 2D | 3 | 148 | 60 | 31 |
| Octal | 367 | 5 | 210 | 0 | 142 | 55 | 3 | 510 | 140 | 61 |
| Binary | 11110111 | 101 | 10001000 | 0 | 1100010 | 101101 | 11 | 101001000 | 1100000 | 110001 |
Color Harmonies of #F70588
Complementary color
Monochromatic Colors of #F70588
Black with #F70588
Text Example
Text Example
White with #F70588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70588; }
p { color: rgb(247,5,136); }
H1.HeaderClassName
{
color: #F70588;
}
.AnyTagClassName
{
color: #F70588;
}
</style>
background-color css
<style>
a { background-color: #F70588; }
a { background-color: rgb(247,5,136); }
div.DivClassName
{
background-color: #F70588;
}
.BgClassName
{
background-color: #F70588;
}
</style>
border-color css
<style>
span { border-color: #F70588; }
span { border-color: rgb(247,5,136); }
td.TdClassName
{
border-color: #F70588;
}
.TagClassName
{
border-color: #F70588;
}
</style>