Shades of Deep Pink #F70577
Tints of Deep Pink #F70577
RGB
CMYK
RGB Variations
Color information
#F70577 (or 0xF70577) is known color: Deep Pink. HEX triplet: F7, 05 and 77. RGB value is (247,5,119). Sum of RGB (Red+Green+Blue) = 247+5+119=371 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.58% from 371); Green value is 5 (2.34% from 255 or 1.35% from 371); Blue value is 119 (46.88% from 255 or 32.08% from 371); Max value from RGB is 247 - color contains mainly: red. Hex color #F70577 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70577 is #08FA88. Grayscale: #5A5A5A. Windows color (decimal): -588425 or 7800311. OLE color: 7800311.
HSL color Cylindrical-coordinate representation of color #F70577: hue angle of 331.74º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F70577 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 5 | 119 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.03 |
| HSL | 331.74º | 0.96% | 0.49% | - |
| HSV(B) | 331.74º | 0.98% | 0.97% | - |
| XYZ | 41.74 | 21.21 | 19.35 | - |
| YUV | 90.35 | 144.17 | 239.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 5 | 119 | 0 | 0.98 | 0.52 | 0.03 | 331.74 | 0.96 | 0.49 |
| Hex | F7 | 5 | 77 | 0 | 62 | 34 | 3 | 14C | 60 | 31 |
| Octal | 367 | 5 | 167 | 0 | 142 | 64 | 3 | 514 | 140 | 61 |
| Binary | 11110111 | 101 | 1110111 | 0 | 1100010 | 110100 | 11 | 101001100 | 1100000 | 110001 |
Color Harmonies of #F70577
Complementary color
Monochromatic Colors of #F70577
Black with #F70577
Text Example
Text Example
White with #F70577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70577; }
p { color: rgb(247,5,119); }
H1.HeaderClassName
{
color: #F70577;
}
.AnyTagClassName
{
color: #F70577;
}
</style>
background-color css
<style>
a { background-color: #F70577; }
a { background-color: rgb(247,5,119); }
div.DivClassName
{
background-color: #F70577;
}
.BgClassName
{
background-color: #F70577;
}
</style>
border-color css
<style>
span { border-color: #F70577; }
span { border-color: rgb(247,5,119); }
td.TdClassName
{
border-color: #F70577;
}
.TagClassName
{
border-color: #F70577;
}
</style>