Shades of Deep Pink #F70B91
Tints of Deep Pink #F70B91
RGB
CMYK
RGB Variations
Color information
#F70B91 (or 0xF70B91) is known color: Deep Pink. HEX triplet: F7, 0B and 91. RGB value is (247,11,145). Sum of RGB (Red+Green+Blue) = 247+11+145=403 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.29% from 403); Green value is 11 (4.69% from 255 or 2.73% from 403); Blue value is 145 (57.03% from 255 or 35.98% from 403); Max value from RGB is 247 - color contains mainly: red. Hex color #F70B91 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70B91 is #08F46E. Grayscale: #606060. Windows color (decimal): -586863 or 9505783. OLE color: 9505783.
HSL color Cylindrical-coordinate representation of color #F70B91: hue angle of 325.93º 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 #F70B91 is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 11 | 145 | - |
| CMYK | 0 | 0.96 | 0.41 | 0.03 |
| HSL | 325.93º | 0.94% | 0.51% | - |
| HSV(B) | 325.93º | 0.96% | 0.97% | - |
| XYZ | 43.59 | 22.06 | 28.75 | - |
| YUV | 96.84 | 155.19 | 235.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 11 | 145 | 0 | 0.96 | 0.41 | 0.03 | 325.93 | 0.94 | 0.51 |
| Hex | F7 | B | 91 | 0 | 60 | 29 | 3 | 146 | 5E | 33 |
| Octal | 367 | 13 | 221 | 0 | 140 | 51 | 3 | 506 | 136 | 63 |
| Binary | 11110111 | 1011 | 10010001 | 0 | 1100000 | 101001 | 11 | 101000110 | 1011110 | 110011 |
Color Harmonies of #F70B91
Complementary color
Monochromatic Colors of #F70B91
Black with #F70B91
Text Example
Text Example
White with #F70B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70B91; }
p { color: rgb(247,11,145); }
H1.HeaderClassName
{
color: #F70B91;
}
.AnyTagClassName
{
color: #F70B91;
}
</style>
background-color css
<style>
a { background-color: #F70B91; }
a { background-color: rgb(247,11,145); }
div.DivClassName
{
background-color: #F70B91;
}
.BgClassName
{
background-color: #F70B91;
}
</style>
border-color css
<style>
span { border-color: #F70B91; }
span { border-color: rgb(247,11,145); }
td.TdClassName
{
border-color: #F70B91;
}
.TagClassName
{
border-color: #F70B91;
}
</style>