Shades of Deep Pink #F70B8F
Tints of Deep Pink #F70B8F
RGB
CMYK
RGB Variations
Color information
#F70B8F (or 0xF70B8F) is known color: Deep Pink. HEX triplet: F7, 0B and 8F. RGB value is (247,11,143). Sum of RGB (Red+Green+Blue) = 247+11+143=401 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.60% from 401); Green value is 11 (4.69% from 255 or 2.74% from 401); Blue value is 143 (56.25% from 255 or 35.66% from 401); Max value from RGB is 247 - color contains mainly: red. Hex color #F70B8F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70B8F is #08F470. Grayscale: #606060. Windows color (decimal): -586865 or 9374711. OLE color: 9374711.
HSL color Cylindrical-coordinate representation of color #F70B8F: hue angle of 326.44º 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 #F70B8F is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 11 | 143 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.03 |
| HSL | 326.44º | 0.94% | 0.51% | - |
| HSV(B) | 326.44º | 0.96% | 0.97% | - |
| XYZ | 43.44 | 22 | 27.94 | - |
| YUV | 96.61 | 154.19 | 235.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 11 | 143 | 0 | 0.96 | 0.42 | 0.03 | 326.44 | 0.94 | 0.51 |
| Hex | F7 | B | 8F | 0 | 60 | 2A | 3 | 146 | 5E | 33 |
| Octal | 367 | 13 | 217 | 0 | 140 | 52 | 3 | 506 | 136 | 63 |
| Binary | 11110111 | 1011 | 10001111 | 0 | 1100000 | 101010 | 11 | 101000110 | 1011110 | 110011 |
Color Harmonies of #F70B8F
Complementary color
Monochromatic Colors of #F70B8F
Black with #F70B8F
Text Example
Text Example
White with #F70B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70B8F; }
p { color: rgb(247,11,143); }
H1.HeaderClassName
{
color: #F70B8F;
}
.AnyTagClassName
{
color: #F70B8F;
}
</style>
background-color css
<style>
a { background-color: #F70B8F; }
a { background-color: rgb(247,11,143); }
div.DivClassName
{
background-color: #F70B8F;
}
.BgClassName
{
background-color: #F70B8F;
}
</style>
border-color css
<style>
span { border-color: #F70B8F; }
span { border-color: rgb(247,11,143); }
td.TdClassName
{
border-color: #F70B8F;
}
.TagClassName
{
border-color: #F70B8F;
}
</style>