Shades of Deep Pink #F70F8D
Tints of Deep Pink #F70F8D
RGB
CMYK
RGB Variations
Color information
#F70F8D (or 0xF70F8D) is known color: Deep Pink. HEX triplet: F7, 0F and 8D. RGB value is (247,15,141). Sum of RGB (Red+Green+Blue) = 247+15+141=403 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.29% from 403); Green value is 15 (6.25% from 255 or 3.72% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 247 - color contains mainly: red. Hex color #F70F8D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70F8D is #08F072. Grayscale: #626262. Windows color (decimal): -585843 or 9244663. OLE color: 9244663.
HSL color Cylindrical-coordinate representation of color #F70F8D: hue angle of 327.41º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F70F8D is Cyan = 0, Magento = 0.94, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 15 | 141 | - |
| CMYK | 0 | 0.94 | 0.43 | 0.03 |
| HSL | 327.41º | 0.94% | 0.51% | - |
| HSV(B) | 327.41º | 0.94% | 0.97% | - |
| XYZ | 43.34 | 22.04 | 27.17 | - |
| YUV | 98.73 | 151.86 | 233.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 15 | 141 | 0 | 0.94 | 0.43 | 0.03 | 327.41 | 0.94 | 0.51 |
| Hex | F7 | F | 8D | 0 | 5E | 2B | 3 | 147 | 5E | 33 |
| Octal | 367 | 17 | 215 | 0 | 136 | 53 | 3 | 507 | 136 | 63 |
| Binary | 11110111 | 1111 | 10001101 | 0 | 1011110 | 101011 | 11 | 101000111 | 1011110 | 110011 |
Color Harmonies of #F70F8D
Complementary color
Monochromatic Colors of #F70F8D
Black with #F70F8D
Text Example
Text Example
White with #F70F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70F8D; }
p { color: rgb(247,15,141); }
H1.HeaderClassName
{
color: #F70F8D;
}
.AnyTagClassName
{
color: #F70F8D;
}
</style>
background-color css
<style>
a { background-color: #F70F8D; }
a { background-color: rgb(247,15,141); }
div.DivClassName
{
background-color: #F70F8D;
}
.BgClassName
{
background-color: #F70F8D;
}
</style>
border-color css
<style>
span { border-color: #F70F8D; }
span { border-color: rgb(247,15,141); }
td.TdClassName
{
border-color: #F70F8D;
}
.TagClassName
{
border-color: #F70F8D;
}
</style>