Shades of Deep Pink #F70B8E
Tints of Deep Pink #F70B8E
RGB
CMYK
RGB Variations
Color information
#F70B8E (or 0xF70B8E) is known color: Deep Pink. HEX triplet: F7, 0B and 8E. RGB value is (247,11,142). Sum of RGB (Red+Green+Blue) = 247+11+142=400 (52% of max value = 765). Red value is 247 (96.88% from 255 or 61.75% from 400); Green value is 11 (4.69% from 255 or 2.75% from 400); Blue value is 142 (55.86% from 255 or 35.5% from 400); Max value from RGB is 247 - color contains mainly: red. Hex color #F70B8E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70B8E is #08F471. Grayscale: #606060. Windows color (decimal): -586866 or 9309175. OLE color: 9309175.
HSL color Cylindrical-coordinate representation of color #F70B8E: hue angle of 326.69º 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 #F70B8E is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 11 | 142 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.03 |
| HSL | 326.69º | 0.94% | 0.51% | - |
| HSV(B) | 326.69º | 0.96% | 0.97% | - |
| XYZ | 43.36 | 21.97 | 27.55 | - |
| YUV | 96.5 | 153.69 | 235.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 11 | 142 | 0 | 0.96 | 0.43 | 0.03 | 326.69 | 0.94 | 0.51 |
| Hex | F7 | B | 8E | 0 | 60 | 2B | 3 | 147 | 5E | 33 |
| Octal | 367 | 13 | 216 | 0 | 140 | 53 | 3 | 507 | 136 | 63 |
| Binary | 11110111 | 1011 | 10001110 | 0 | 1100000 | 101011 | 11 | 101000111 | 1011110 | 110011 |
Color Harmonies of #F70B8E
Complementary color
Monochromatic Colors of #F70B8E
Black with #F70B8E
Text Example
Text Example
White with #F70B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70B8E; }
p { color: rgb(247,11,142); }
H1.HeaderClassName
{
color: #F70B8E;
}
.AnyTagClassName
{
color: #F70B8E;
}
</style>
background-color css
<style>
a { background-color: #F70B8E; }
a { background-color: rgb(247,11,142); }
div.DivClassName
{
background-color: #F70B8E;
}
.BgClassName
{
background-color: #F70B8E;
}
</style>
border-color css
<style>
span { border-color: #F70B8E; }
span { border-color: rgb(247,11,142); }
td.TdClassName
{
border-color: #F70B8E;
}
.TagClassName
{
border-color: #F70B8E;
}
</style>