Shades of Deep Pink #F70C96
Tints of Deep Pink #F70C96
RGB
CMYK
RGB Variations
Color information
#F70C96 (or 0xF70C96) is known color: Deep Pink. HEX triplet: F7, 0C and 96. RGB value is (247,12,150). Sum of RGB (Red+Green+Blue) = 247+12+150=409 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.39% from 409); Green value is 12 (5.08% from 255 or 2.93% from 409); Blue value is 150 (58.98% from 255 or 36.67% from 409); Max value from RGB is 247 - color contains mainly: red. Hex color #F70C96 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70C96 is #08F369. Grayscale: #616161. Windows color (decimal): -586602 or 9833719. OLE color: 9833719.
HSL color Cylindrical-coordinate representation of color #F70C96: hue angle of 324.77º 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 #F70C96 is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 12 | 150 | - |
| CMYK | 0 | 0.95 | 0.39 | 0.03 |
| HSL | 324.77º | 0.94% | 0.51% | - |
| HSV(B) | 324.77º | 0.95% | 0.97% | - |
| XYZ | 43.99 | 22.24 | 30.83 | - |
| YUV | 98 | 157.36 | 234.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 12 | 150 | 0 | 0.95 | 0.39 | 0.03 | 324.77 | 0.94 | 0.51 |
| Hex | F7 | C | 96 | 0 | 5F | 27 | 3 | 145 | 5E | 33 |
| Octal | 367 | 14 | 226 | 0 | 137 | 47 | 3 | 505 | 136 | 63 |
| Binary | 11110111 | 1100 | 10010110 | 0 | 1011111 | 100111 | 11 | 101000101 | 1011110 | 110011 |
Color Harmonies of #F70C96
Complementary color
Monochromatic Colors of #F70C96
Black with #F70C96
Text Example
Text Example
White with #F70C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70C96; }
p { color: rgb(247,12,150); }
H1.HeaderClassName
{
color: #F70C96;
}
.AnyTagClassName
{
color: #F70C96;
}
</style>
background-color css
<style>
a { background-color: #F70C96; }
a { background-color: rgb(247,12,150); }
div.DivClassName
{
background-color: #F70C96;
}
.BgClassName
{
background-color: #F70C96;
}
</style>
border-color css
<style>
span { border-color: #F70C96; }
span { border-color: rgb(247,12,150); }
td.TdClassName
{
border-color: #F70C96;
}
.TagClassName
{
border-color: #F70C96;
}
</style>