Shades of Deep Pink #F70B93
Tints of Deep Pink #F70B93
RGB
CMYK
RGB Variations
Color information
#F70B93 (or 0xF70B93) is known color: Deep Pink. HEX triplet: F7, 0B and 93. RGB value is (247,11,147). Sum of RGB (Red+Green+Blue) = 247+11+147=405 (53% of max value = 765). Red value is 247 (96.88% from 255 or 60.99% from 405); Green value is 11 (4.69% from 255 or 2.72% from 405); Blue value is 147 (57.81% from 255 or 36.30% from 405); Max value from RGB is 247 - color contains mainly: red. Hex color #F70B93 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70B93 is #08F46C. Grayscale: #606060. Windows color (decimal): -586861 or 9636855. OLE color: 9636855.
HSL color Cylindrical-coordinate representation of color #F70B93: hue angle of 325.42º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F70B93 is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 11 | 147 | - |
| CMYK | 0 | 0.96 | 0.40 | 0.03 |
| HSL | 325.42º | 0.94% | 0.51% | - |
| HSV(B) | 325.42º | 0.96% | 0.97% | - |
| XYZ | 43.74 | 22.12 | 29.57 | - |
| YUV | 97.07 | 156.19 | 234.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 11 | 147 | 0 | 0.96 | 0.40 | 0.03 | 325.42 | 0.94 | 0.51 |
| Hex | F7 | B | 93 | 0 | 60 | 28 | 3 | 145 | 5E | 33 |
| Octal | 367 | 13 | 223 | 0 | 140 | 50 | 3 | 505 | 136 | 63 |
| Binary | 11110111 | 1011 | 10010011 | 0 | 1100000 | 101000 | 11 | 101000101 | 1011110 | 110011 |
Color Harmonies of #F70B93
Complementary color
Monochromatic Colors of #F70B93
Black with #F70B93
Text Example
Text Example
White with #F70B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70B93; }
p { color: rgb(247,11,147); }
H1.HeaderClassName
{
color: #F70B93;
}
.AnyTagClassName
{
color: #F70B93;
}
</style>
background-color css
<style>
a { background-color: #F70B93; }
a { background-color: rgb(247,11,147); }
div.DivClassName
{
background-color: #F70B93;
}
.BgClassName
{
background-color: #F70B93;
}
</style>
border-color css
<style>
span { border-color: #F70B93; }
span { border-color: rgb(247,11,147); }
td.TdClassName
{
border-color: #F70B93;
}
.TagClassName
{
border-color: #F70B93;
}
</style>