Shades of Deep Pink #F70688
Tints of Deep Pink #F70688
RGB
CMYK
RGB Variations
Color information
#F70688 (or 0xF70688) is known color: Deep Pink. HEX triplet: F7, 06 and 88. RGB value is (247,6,136). Sum of RGB (Red+Green+Blue) = 247+6+136=389 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.50% from 389); Green value is 6 (2.73% from 255 or 1.54% from 389); Blue value is 136 (53.52% from 255 or 34.96% from 389); Max value from RGB is 247 - color contains mainly: red. Hex color #F70688 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70688 is #08F977. Grayscale: #5C5C5C. Windows color (decimal): -588152 or 8914679. OLE color: 8914679.
HSL color Cylindrical-coordinate representation of color #F70688: hue angle of 327.63º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F70688 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 6 | 136 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.03 |
| HSL | 327.63º | 0.95% | 0.5% | - |
| HSV(B) | 327.63º | 0.98% | 0.97% | - |
| XYZ | 42.87 | 21.68 | 25.22 | - |
| YUV | 92.88 | 152.34 | 237.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 6 | 136 | 0 | 0.98 | 0.45 | 0.03 | 327.63 | 0.95 | 0.5 |
| Hex | F7 | 6 | 88 | 0 | 62 | 2D | 3 | 148 | 5F | 32 |
| Octal | 367 | 6 | 210 | 0 | 142 | 55 | 3 | 510 | 137 | 62 |
| Binary | 11110111 | 110 | 10001000 | 0 | 1100010 | 101101 | 11 | 101001000 | 1011111 | 110010 |
Color Harmonies of #F70688
Complementary color
Monochromatic Colors of #F70688
Black with #F70688
Text Example
Text Example
White with #F70688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70688; }
p { color: rgb(247,6,136); }
H1.HeaderClassName
{
color: #F70688;
}
.AnyTagClassName
{
color: #F70688;
}
</style>
background-color css
<style>
a { background-color: #F70688; }
a { background-color: rgb(247,6,136); }
div.DivClassName
{
background-color: #F70688;
}
.BgClassName
{
background-color: #F70688;
}
</style>
border-color css
<style>
span { border-color: #F70688; }
span { border-color: rgb(247,6,136); }
td.TdClassName
{
border-color: #F70688;
}
.TagClassName
{
border-color: #F70688;
}
</style>