Shades of Deep Pink #F70B8D
Tints of Deep Pink #F70B8D
RGB
CMYK
RGB Variations
Color information
#F70B8D (or 0xF70B8D) is known color: Deep Pink. HEX triplet: F7, 0B and 8D. RGB value is (247,11,141). Sum of RGB (Red+Green+Blue) = 247+11+141=399 (52% of max value = 765). Red value is 247 (96.88% from 255 or 61.90% from 399); Green value is 11 (4.69% from 255 or 2.76% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 247 - color contains mainly: red. Hex color #F70B8D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70B8D is #08F472. Grayscale: #606060. Windows color (decimal): -586867 or 9243639. OLE color: 9243639.
HSL color Cylindrical-coordinate representation of color #F70B8D: hue angle of 326.95º 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 #F70B8D is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 11 | 141 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.03 |
| HSL | 326.95º | 0.94% | 0.51% | - |
| HSV(B) | 326.95º | 0.96% | 0.97% | - |
| XYZ | 43.29 | 21.94 | 27.15 | - |
| YUV | 96.38 | 153.19 | 235.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 11 | 141 | 0 | 0.96 | 0.43 | 0.03 | 326.95 | 0.94 | 0.51 |
| Hex | F7 | B | 8D | 0 | 60 | 2B | 3 | 147 | 5E | 33 |
| Octal | 367 | 13 | 215 | 0 | 140 | 53 | 3 | 507 | 136 | 63 |
| Binary | 11110111 | 1011 | 10001101 | 0 | 1100000 | 101011 | 11 | 101000111 | 1011110 | 110011 |
Color Harmonies of #F70B8D
Complementary color
Monochromatic Colors of #F70B8D
Black with #F70B8D
Text Example
Text Example
White with #F70B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70B8D; }
p { color: rgb(247,11,141); }
H1.HeaderClassName
{
color: #F70B8D;
}
.AnyTagClassName
{
color: #F70B8D;
}
</style>
background-color css
<style>
a { background-color: #F70B8D; }
a { background-color: rgb(247,11,141); }
div.DivClassName
{
background-color: #F70B8D;
}
.BgClassName
{
background-color: #F70B8D;
}
</style>
border-color css
<style>
span { border-color: #F70B8D; }
span { border-color: rgb(247,11,141); }
td.TdClassName
{
border-color: #F70B8D;
}
.TagClassName
{
border-color: #F70B8D;
}
</style>