Shades of Deep Pink #F70379
Tints of Deep Pink #F70379
RGB
CMYK
RGB Variations
Color information
#F70379 (or 0xF70379) is known color: Deep Pink. HEX triplet: F7, 03 and 79. RGB value is (247,3,121). Sum of RGB (Red+Green+Blue) = 247+3+121=371 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.58% from 371); Green value is 3 (1.56% from 255 or 0.81% from 371); Blue value is 121 (47.66% from 255 or 32.61% from 371); Max value from RGB is 247 - color contains mainly: red. Hex color #F70379 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70379 is #08FC86. Grayscale: #595959. Windows color (decimal): -588935 or 7930871. OLE color: 7930871.
HSL color Cylindrical-coordinate representation of color #F70379: hue angle of 330.98º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F70379 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 3 | 121 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.03 |
| HSL | 330.98º | 0.98% | 0.49% | - |
| HSV(B) | 330.98º | 0.99% | 0.97% | - |
| XYZ | 41.84 | 21.22 | 19.98 | - |
| YUV | 89.41 | 145.84 | 240.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 3 | 121 | 0 | 0.99 | 0.51 | 0.03 | 330.98 | 0.98 | 0.49 |
| Hex | F7 | 3 | 79 | 0 | 63 | 33 | 3 | 14B | 62 | 31 |
| Octal | 367 | 3 | 171 | 0 | 143 | 63 | 3 | 513 | 142 | 61 |
| Binary | 11110111 | 11 | 1111001 | 0 | 1100011 | 110011 | 11 | 101001011 | 1100010 | 110001 |
Color Harmonies of #F70379
Complementary color
Monochromatic Colors of #F70379
Black with #F70379
Text Example
Text Example
White with #F70379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70379; }
p { color: rgb(247,3,121); }
H1.HeaderClassName
{
color: #F70379;
}
.AnyTagClassName
{
color: #F70379;
}
</style>
background-color css
<style>
a { background-color: #F70379; }
a { background-color: rgb(247,3,121); }
div.DivClassName
{
background-color: #F70379;
}
.BgClassName
{
background-color: #F70379;
}
</style>
border-color css
<style>
span { border-color: #F70379; }
span { border-color: rgb(247,3,121); }
td.TdClassName
{
border-color: #F70379;
}
.TagClassName
{
border-color: #F70379;
}
</style>