Shades of Deep Pink #F70C90
Tints of Deep Pink #F70C90
RGB
CMYK
RGB Variations
Color information
#F70C90 (or 0xF70C90) is known color: Deep Pink. HEX triplet: F7, 0C and 90. RGB value is (247,12,144). Sum of RGB (Red+Green+Blue) = 247+12+144=403 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.29% from 403); Green value is 12 (5.08% from 255 or 2.98% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 247 - color contains mainly: red. Hex color #F70C90 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70C90 is #08F36F. Grayscale: #616161. Windows color (decimal): -586608 or 9440503. OLE color: 9440503.
HSL color Cylindrical-coordinate representation of color #F70C90: hue angle of 326.3º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F70C90 is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 12 | 144 | - |
| CMYK | 0 | 0.95 | 0.42 | 0.03 |
| HSL | 326.3º | 0.94% | 0.51% | - |
| HSV(B) | 326.3º | 0.95% | 0.97% | - |
| XYZ | 43.52 | 22.05 | 28.35 | - |
| YUV | 97.31 | 154.36 | 234.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 12 | 144 | 0 | 0.95 | 0.42 | 0.03 | 326.3 | 0.94 | 0.51 |
| Hex | F7 | C | 90 | 0 | 5F | 2A | 3 | 146 | 5E | 33 |
| Octal | 367 | 14 | 220 | 0 | 137 | 52 | 3 | 506 | 136 | 63 |
| Binary | 11110111 | 1100 | 10010000 | 0 | 1011111 | 101010 | 11 | 101000110 | 1011110 | 110011 |
Color Harmonies of #F70C90
Complementary color
Monochromatic Colors of #F70C90
Black with #F70C90
Text Example
Text Example
White with #F70C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70C90; }
p { color: rgb(247,12,144); }
H1.HeaderClassName
{
color: #F70C90;
}
.AnyTagClassName
{
color: #F70C90;
}
</style>
background-color css
<style>
a { background-color: #F70C90; }
a { background-color: rgb(247,12,144); }
div.DivClassName
{
background-color: #F70C90;
}
.BgClassName
{
background-color: #F70C90;
}
</style>
border-color css
<style>
span { border-color: #F70C90; }
span { border-color: rgb(247,12,144); }
td.TdClassName
{
border-color: #F70C90;
}
.TagClassName
{
border-color: #F70C90;
}
</style>