Shades of Deep Pink #F70591
Tints of Deep Pink #F70591
RGB
CMYK
RGB Variations
Color information
#F70591 (or 0xF70591) is known color: Deep Pink. HEX triplet: F7, 05 and 91. RGB value is (247,5,145). Sum of RGB (Red+Green+Blue) = 247+5+145=397 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.22% from 397); Green value is 5 (2.34% from 255 or 1.26% from 397); Blue value is 145 (57.03% from 255 or 36.52% from 397); Max value from RGB is 247 - color contains mainly: red. Hex color #F70591 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70591 is #08FA6E. Grayscale: #5D5D5D. Windows color (decimal): -588399 or 9504247. OLE color: 9504247.
HSL color Cylindrical-coordinate representation of color #F70591: hue angle of 325.29º 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 #F70591 is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 5 | 145 | - |
| CMYK | 0 | 0.98 | 0.41 | 0.03 |
| HSL | 325.29º | 0.96% | 0.49% | - |
| HSV(B) | 325.29º | 0.98% | 0.97% | - |
| XYZ | 43.52 | 21.93 | 28.73 | - |
| YUV | 93.32 | 157.17 | 237.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 5 | 145 | 0 | 0.98 | 0.41 | 0.03 | 325.29 | 0.96 | 0.49 |
| Hex | F7 | 5 | 91 | 0 | 62 | 29 | 3 | 145 | 60 | 31 |
| Octal | 367 | 5 | 221 | 0 | 142 | 51 | 3 | 505 | 140 | 61 |
| Binary | 11110111 | 101 | 10010001 | 0 | 1100010 | 101001 | 11 | 101000101 | 1100000 | 110001 |
Color Harmonies of #F70591
Complementary color
Monochromatic Colors of #F70591
Black with #F70591
Text Example
Text Example
White with #F70591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70591; }
p { color: rgb(247,5,145); }
H1.HeaderClassName
{
color: #F70591;
}
.AnyTagClassName
{
color: #F70591;
}
</style>
background-color css
<style>
a { background-color: #F70591; }
a { background-color: rgb(247,5,145); }
div.DivClassName
{
background-color: #F70591;
}
.BgClassName
{
background-color: #F70591;
}
</style>
border-color css
<style>
span { border-color: #F70591; }
span { border-color: rgb(247,5,145); }
td.TdClassName
{
border-color: #F70591;
}
.TagClassName
{
border-color: #F70591;
}
</style>