Shades of Deep Pink #F70990
Tints of Deep Pink #F70990
RGB
CMYK
RGB Variations
Color information
#F70990 (or 0xF70990) is known color: Deep Pink. HEX triplet: F7, 09 and 90. RGB value is (247,9,144). Sum of RGB (Red+Green+Blue) = 247+9+144=400 (52% of max value = 765). Red value is 247 (96.88% from 255 or 61.75% from 400); Green value is 9 (3.91% from 255 or 2.25% from 400); Blue value is 144 (56.64% from 255 or 36% from 400); Max value from RGB is 247 - color contains mainly: red. Hex color #F70990 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70990 is #08F66F. Grayscale: #5F5F5F. Windows color (decimal): -587376 or 9439735. OLE color: 9439735.
HSL color Cylindrical-coordinate representation of color #F70990: hue angle of 325.97º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F70990 is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 9 | 144 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.03 |
| HSL | 325.97º | 0.94% | 0.5% | - |
| HSV(B) | 325.97º | 0.96% | 0.97% | - |
| XYZ | 43.49 | 21.98 | 28.34 | - |
| YUV | 95.55 | 155.35 | 236.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 9 | 144 | 0 | 0.96 | 0.42 | 0.03 | 325.97 | 0.94 | 0.5 |
| Hex | F7 | 9 | 90 | 0 | 60 | 2A | 3 | 146 | 5E | 32 |
| Octal | 367 | 11 | 220 | 0 | 140 | 52 | 3 | 506 | 136 | 62 |
| Binary | 11110111 | 1001 | 10010000 | 0 | 1100000 | 101010 | 11 | 101000110 | 1011110 | 110010 |
Color Harmonies of #F70990
Complementary color
Monochromatic Colors of #F70990
Black with #F70990
Text Example
Text Example
White with #F70990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70990; }
p { color: rgb(247,9,144); }
H1.HeaderClassName
{
color: #F70990;
}
.AnyTagClassName
{
color: #F70990;
}
</style>
background-color css
<style>
a { background-color: #F70990; }
a { background-color: rgb(247,9,144); }
div.DivClassName
{
background-color: #F70990;
}
.BgClassName
{
background-color: #F70990;
}
</style>
border-color css
<style>
span { border-color: #F70990; }
span { border-color: rgb(247,9,144); }
td.TdClassName
{
border-color: #F70990;
}
.TagClassName
{
border-color: #F70990;
}
</style>