Shades of Deep Pink #F70890
Tints of Deep Pink #F70890
RGB
CMYK
RGB Variations
Color information
#F70890 (or 0xF70890) is known color: Deep Pink. HEX triplet: F7, 08 and 90. RGB value is (247,8,144). Sum of RGB (Red+Green+Blue) = 247+8+144=399 (52% of max value = 765). Red value is 247 (96.88% from 255 or 61.90% from 399); Green value is 8 (3.52% from 255 or 2.01% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 247 - color contains mainly: red. Hex color #F70890 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70890 is #08F76F. Grayscale: #5E5E5E. Windows color (decimal): -587632 or 9439479. OLE color: 9439479.
HSL color Cylindrical-coordinate representation of color #F70890: hue angle of 325.86º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F70890 is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 8 | 144 | - |
| CMYK | 0 | 0.97 | 0.42 | 0.03 |
| HSL | 325.86º | 0.94% | 0.5% | - |
| HSV(B) | 325.86º | 0.97% | 0.97% | - |
| XYZ | 43.48 | 21.96 | 28.33 | - |
| YUV | 94.97 | 155.68 | 236.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 8 | 144 | 0 | 0.97 | 0.42 | 0.03 | 325.86 | 0.94 | 0.5 |
| Hex | F7 | 8 | 90 | 0 | 61 | 2A | 3 | 146 | 5E | 32 |
| Octal | 367 | 10 | 220 | 0 | 141 | 52 | 3 | 506 | 136 | 62 |
| Binary | 11110111 | 1000 | 10010000 | 0 | 1100001 | 101010 | 11 | 101000110 | 1011110 | 110010 |
Color Harmonies of #F70890
Complementary color
Monochromatic Colors of #F70890
Black with #F70890
Text Example
Text Example
White with #F70890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70890; }
p { color: rgb(247,8,144); }
H1.HeaderClassName
{
color: #F70890;
}
.AnyTagClassName
{
color: #F70890;
}
</style>
background-color css
<style>
a { background-color: #F70890; }
a { background-color: rgb(247,8,144); }
div.DivClassName
{
background-color: #F70890;
}
.BgClassName
{
background-color: #F70890;
}
</style>
border-color css
<style>
span { border-color: #F70890; }
span { border-color: rgb(247,8,144); }
td.TdClassName
{
border-color: #F70890;
}
.TagClassName
{
border-color: #F70890;
}
</style>