Shades of Deep Pink #F70E7A
Tints of Deep Pink #F70E7A
RGB
CMYK
RGB Variations
Color information
#F70E7A (or 0xF70E7A) is known color: Deep Pink. HEX triplet: F7, 0E and 7A. RGB value is (247,14,122). Sum of RGB (Red+Green+Blue) = 247+14+122=383 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.49% from 383); Green value is 14 (5.86% from 255 or 3.66% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 247 - color contains mainly: red. Hex color #F70E7A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70E7A is #08F185. Grayscale: #5F5F5F. Windows color (decimal): -586118 or 7999223. OLE color: 7999223.
HSL color Cylindrical-coordinate representation of color #F70E7A: hue angle of 332.19º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F70E7A is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 14 | 122 | - |
| CMYK | 0 | 0.94 | 0.51 | 0.03 |
| HSL | 332.19º | 0.94% | 0.51% | - |
| HSV(B) | 332.19º | 0.94% | 0.97% | - |
| XYZ | 42.03 | 21.49 | 20.35 | - |
| YUV | 95.98 | 142.69 | 235.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 14 | 122 | 0 | 0.94 | 0.51 | 0.03 | 332.19 | 0.94 | 0.51 |
| Hex | F7 | E | 7A | 0 | 5E | 33 | 3 | 14C | 5E | 33 |
| Octal | 367 | 16 | 172 | 0 | 136 | 63 | 3 | 514 | 136 | 63 |
| Binary | 11110111 | 1110 | 1111010 | 0 | 1011110 | 110011 | 11 | 101001100 | 1011110 | 110011 |
Color Harmonies of #F70E7A
Complementary color
Monochromatic Colors of #F70E7A
Black with #F70E7A
Text Example
Text Example
White with #F70E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70E7A; }
p { color: rgb(247,14,122); }
H1.HeaderClassName
{
color: #F70E7A;
}
.AnyTagClassName
{
color: #F70E7A;
}
</style>
background-color css
<style>
a { background-color: #F70E7A; }
a { background-color: rgb(247,14,122); }
div.DivClassName
{
background-color: #F70E7A;
}
.BgClassName
{
background-color: #F70E7A;
}
</style>
border-color css
<style>
span { border-color: #F70E7A; }
span { border-color: rgb(247,14,122); }
td.TdClassName
{
border-color: #F70E7A;
}
.TagClassName
{
border-color: #F70E7A;
}
</style>