Shades of Deep Pink #F70590
Tints of Deep Pink #F70590
RGB
CMYK
RGB Variations
Color information
#F70590 (or 0xF70590) is known color: Deep Pink. HEX triplet: F7, 05 and 90. RGB value is (247,5,144). Sum of RGB (Red+Green+Blue) = 247+5+144=396 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.37% from 396); Green value is 5 (2.34% from 255 or 1.26% from 396); Blue value is 144 (56.64% from 255 or 36.36% from 396); Max value from RGB is 247 - color contains mainly: red. Hex color #F70590 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70590 is #08FA6F. Grayscale: #5C5C5C. Windows color (decimal): -588400 or 9438711. OLE color: 9438711.
HSL color Cylindrical-coordinate representation of color #F70590: hue angle of 325.54º 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 #F70590 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 5 | 144 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.03 |
| HSL | 325.54º | 0.96% | 0.49% | - |
| HSV(B) | 325.54º | 0.98% | 0.97% | - |
| XYZ | 43.45 | 21.9 | 28.32 | - |
| YUV | 93.2 | 156.67 | 237.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 5 | 144 | 0 | 0.98 | 0.42 | 0.03 | 325.54 | 0.96 | 0.49 |
| Hex | F7 | 5 | 90 | 0 | 62 | 2A | 3 | 146 | 60 | 31 |
| Octal | 367 | 5 | 220 | 0 | 142 | 52 | 3 | 506 | 140 | 61 |
| Binary | 11110111 | 101 | 10010000 | 0 | 1100010 | 101010 | 11 | 101000110 | 1100000 | 110001 |
Color Harmonies of #F70590
Complementary color
Monochromatic Colors of #F70590
Black with #F70590
Text Example
Text Example
White with #F70590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70590; }
p { color: rgb(247,5,144); }
H1.HeaderClassName
{
color: #F70590;
}
.AnyTagClassName
{
color: #F70590;
}
</style>
background-color css
<style>
a { background-color: #F70590; }
a { background-color: rgb(247,5,144); }
div.DivClassName
{
background-color: #F70590;
}
.BgClassName
{
background-color: #F70590;
}
</style>
border-color css
<style>
span { border-color: #F70590; }
span { border-color: rgb(247,5,144); }
td.TdClassName
{
border-color: #F70590;
}
.TagClassName
{
border-color: #F70590;
}
</style>