Shades of Deep Pink #F70679
Tints of Deep Pink #F70679
RGB
CMYK
RGB Variations
Color information
#F70679 (or 0xF70679) is known color: Deep Pink. HEX triplet: F7, 06 and 79. RGB value is (247,6,121). Sum of RGB (Red+Green+Blue) = 247+6+121=374 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.04% from 374); Green value is 6 (2.73% from 255 or 1.60% from 374); Blue value is 121 (47.66% from 255 or 32.35% from 374); Max value from RGB is 247 - color contains mainly: red. Hex color #F70679 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70679 is #08F986. Grayscale: #5A5A5A. Windows color (decimal): -588167 or 7931639. OLE color: 7931639.
HSL color Cylindrical-coordinate representation of color #F70679: hue angle of 331.37º 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 #F70679 is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 6 | 121 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.03 |
| HSL | 331.37º | 0.95% | 0.5% | - |
| HSV(B) | 331.37º | 0.98% | 0.97% | - |
| XYZ | 41.87 | 21.28 | 19.99 | - |
| YUV | 91.17 | 144.84 | 239.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 6 | 121 | 0 | 0.98 | 0.51 | 0.03 | 331.37 | 0.95 | 0.5 |
| Hex | F7 | 6 | 79 | 0 | 62 | 33 | 3 | 14B | 5F | 32 |
| Octal | 367 | 6 | 171 | 0 | 142 | 63 | 3 | 513 | 137 | 62 |
| Binary | 11110111 | 110 | 1111001 | 0 | 1100010 | 110011 | 11 | 101001011 | 1011111 | 110010 |
Color Harmonies of #F70679
Complementary color
Monochromatic Colors of #F70679
Black with #F70679
Text Example
Text Example
White with #F70679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70679; }
p { color: rgb(247,6,121); }
H1.HeaderClassName
{
color: #F70679;
}
.AnyTagClassName
{
color: #F70679;
}
</style>
background-color css
<style>
a { background-color: #F70679; }
a { background-color: rgb(247,6,121); }
div.DivClassName
{
background-color: #F70679;
}
.BgClassName
{
background-color: #F70679;
}
</style>
border-color css
<style>
span { border-color: #F70679; }
span { border-color: rgb(247,6,121); }
td.TdClassName
{
border-color: #F70679;
}
.TagClassName
{
border-color: #F70679;
}
</style>