Shades of Deep Pink #F70A77
Tints of Deep Pink #F70A77
RGB
CMYK
RGB Variations
Color information
#F70A77 (or 0xF70A77) is known color: Deep Pink. HEX triplet: F7, 0A and 77. RGB value is (247,10,119). Sum of RGB (Red+Green+Blue) = 247+10+119=376 (49% of max value = 765). Red value is 247 (96.88% from 255 or 65.69% from 376); Green value is 10 (4.30% from 255 or 2.66% from 376); Blue value is 119 (46.88% from 255 or 31.65% from 376); Max value from RGB is 247 - color contains mainly: red. Hex color #F70A77 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70A77 is #08F588. Grayscale: #5D5D5D. Windows color (decimal): -587145 or 7801591. OLE color: 7801591.
HSL color Cylindrical-coordinate representation of color #F70A77: hue angle of 332.41º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F70A77 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 10 | 119 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.03 |
| HSL | 332.41º | 0.94% | 0.5% | - |
| HSV(B) | 332.41º | 0.96% | 0.97% | - |
| XYZ | 41.8 | 21.32 | 19.37 | - |
| YUV | 93.29 | 142.52 | 237.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 10 | 119 | 0 | 0.96 | 0.52 | 0.03 | 332.41 | 0.94 | 0.5 |
| Hex | F7 | A | 77 | 0 | 60 | 34 | 3 | 14C | 5E | 32 |
| Octal | 367 | 12 | 167 | 0 | 140 | 64 | 3 | 514 | 136 | 62 |
| Binary | 11110111 | 1010 | 1110111 | 0 | 1100000 | 110100 | 11 | 101001100 | 1011110 | 110010 |
Color Harmonies of #F70A77
Complementary color
Monochromatic Colors of #F70A77
Black with #F70A77
Text Example
Text Example
White with #F70A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70A77; }
p { color: rgb(247,10,119); }
H1.HeaderClassName
{
color: #F70A77;
}
.AnyTagClassName
{
color: #F70A77;
}
</style>
background-color css
<style>
a { background-color: #F70A77; }
a { background-color: rgb(247,10,119); }
div.DivClassName
{
background-color: #F70A77;
}
.BgClassName
{
background-color: #F70A77;
}
</style>
border-color css
<style>
span { border-color: #F70A77; }
span { border-color: rgb(247,10,119); }
td.TdClassName
{
border-color: #F70A77;
}
.TagClassName
{
border-color: #F70A77;
}
</style>