Shades of Deep Pink #F70A78
Tints of Deep Pink #F70A78
RGB
CMYK
RGB Variations
Color information
#F70A78 (or 0xF70A78) is known color: Deep Pink. HEX triplet: F7, 0A and 78. RGB value is (247,10,120). Sum of RGB (Red+Green+Blue) = 247+10+120=377 (49% of max value = 765). Red value is 247 (96.88% from 255 or 65.52% from 377); Green value is 10 (4.30% from 255 or 2.65% from 377); Blue value is 120 (47.27% from 255 or 31.83% from 377); Max value from RGB is 247 - color contains mainly: red. Hex color #F70A78 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70A78 is #08F587. Grayscale: #5D5D5D. Windows color (decimal): -587144 or 7867127. OLE color: 7867127.
HSL color Cylindrical-coordinate representation of color #F70A78: hue angle of 332.15º 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 #F70A78 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 10 | 120 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.03 |
| HSL | 332.15º | 0.94% | 0.5% | - |
| HSV(B) | 332.15º | 0.96% | 0.97% | - |
| XYZ | 41.86 | 21.35 | 19.68 | - |
| YUV | 93.4 | 143.02 | 237.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 10 | 120 | 0 | 0.96 | 0.51 | 0.03 | 332.15 | 0.94 | 0.5 |
| Hex | F7 | A | 78 | 0 | 60 | 33 | 3 | 14C | 5E | 32 |
| Octal | 367 | 12 | 170 | 0 | 140 | 63 | 3 | 514 | 136 | 62 |
| Binary | 11110111 | 1010 | 1111000 | 0 | 1100000 | 110011 | 11 | 101001100 | 1011110 | 110010 |
Color Harmonies of #F70A78
Complementary color
Monochromatic Colors of #F70A78
Black with #F70A78
Text Example
Text Example
White with #F70A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70A78; }
p { color: rgb(247,10,120); }
H1.HeaderClassName
{
color: #F70A78;
}
.AnyTagClassName
{
color: #F70A78;
}
</style>
background-color css
<style>
a { background-color: #F70A78; }
a { background-color: rgb(247,10,120); }
div.DivClassName
{
background-color: #F70A78;
}
.BgClassName
{
background-color: #F70A78;
}
</style>
border-color css
<style>
span { border-color: #F70A78; }
span { border-color: rgb(247,10,120); }
td.TdClassName
{
border-color: #F70A78;
}
.TagClassName
{
border-color: #F70A78;
}
</style>