Shades of Deep Pink #F70F8F
Tints of Deep Pink #F70F8F
RGB
CMYK
RGB Variations
Color information
#F70F8F (or 0xF70F8F) is known color: Deep Pink. HEX triplet: F7, 0F and 8F. RGB value is (247,15,143). Sum of RGB (Red+Green+Blue) = 247+15+143=405 (53% of max value = 765). Red value is 247 (96.88% from 255 or 60.99% from 405); Green value is 15 (6.25% from 255 or 3.70% from 405); Blue value is 143 (56.25% from 255 or 35.31% from 405); Max value from RGB is 247 - color contains mainly: red. Hex color #F70F8F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70F8F is #08F070. Grayscale: #626262. Windows color (decimal): -585841 or 9375735. OLE color: 9375735.
HSL color Cylindrical-coordinate representation of color #F70F8F: hue angle of 326.9º 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 #F70F8F is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 15 | 143 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.03 |
| HSL | 326.9º | 0.94% | 0.51% | - |
| HSV(B) | 326.9º | 0.94% | 0.97% | - |
| XYZ | 43.49 | 22.1 | 27.96 | - |
| YUV | 98.96 | 152.86 | 233.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 15 | 143 | 0 | 0.94 | 0.42 | 0.03 | 326.9 | 0.94 | 0.51 |
| Hex | F7 | F | 8F | 0 | 5E | 2A | 3 | 147 | 5E | 33 |
| Octal | 367 | 17 | 217 | 0 | 136 | 52 | 3 | 507 | 136 | 63 |
| Binary | 11110111 | 1111 | 10001111 | 0 | 1011110 | 101010 | 11 | 101000111 | 1011110 | 110011 |
Color Harmonies of #F70F8F
Complementary color
Monochromatic Colors of #F70F8F
Black with #F70F8F
Text Example
Text Example
White with #F70F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70F8F; }
p { color: rgb(247,15,143); }
H1.HeaderClassName
{
color: #F70F8F;
}
.AnyTagClassName
{
color: #F70F8F;
}
</style>
background-color css
<style>
a { background-color: #F70F8F; }
a { background-color: rgb(247,15,143); }
div.DivClassName
{
background-color: #F70F8F;
}
.BgClassName
{
background-color: #F70F8F;
}
</style>
border-color css
<style>
span { border-color: #F70F8F; }
span { border-color: rgb(247,15,143); }
td.TdClassName
{
border-color: #F70F8F;
}
.TagClassName
{
border-color: #F70F8F;
}
</style>