Shades of Deep Pink #F70F8C
Tints of Deep Pink #F70F8C
RGB
CMYK
RGB Variations
Color information
#F70F8C (or 0xF70F8C) is known color: Deep Pink. HEX triplet: F7, 0F and 8C. RGB value is (247,15,140). Sum of RGB (Red+Green+Blue) = 247+15+140=402 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.44% from 402); Green value is 15 (6.25% from 255 or 3.73% from 402); Blue value is 140 (55.08% from 255 or 34.83% from 402); Max value from RGB is 247 - color contains mainly: red. Hex color #F70F8C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70F8C is #08F073. Grayscale: #626262. Windows color (decimal): -585844 or 9179127. OLE color: 9179127.
HSL color Cylindrical-coordinate representation of color #F70F8C: hue angle of 327.67º 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 #F70F8C is Cyan = 0, Magento = 0.94, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 15 | 140 | - |
| CMYK | 0 | 0.94 | 0.43 | 0.03 |
| HSL | 327.67º | 0.94% | 0.51% | - |
| HSV(B) | 327.67º | 0.94% | 0.97% | - |
| XYZ | 43.26 | 22.01 | 26.78 | - |
| YUV | 98.62 | 151.36 | 233.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 15 | 140 | 0 | 0.94 | 0.43 | 0.03 | 327.67 | 0.94 | 0.51 |
| Hex | F7 | F | 8C | 0 | 5E | 2B | 3 | 148 | 5E | 33 |
| Octal | 367 | 17 | 214 | 0 | 136 | 53 | 3 | 510 | 136 | 63 |
| Binary | 11110111 | 1111 | 10001100 | 0 | 1011110 | 101011 | 11 | 101001000 | 1011110 | 110011 |
Color Harmonies of #F70F8C
Complementary color
Monochromatic Colors of #F70F8C
Black with #F70F8C
Text Example
Text Example
White with #F70F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70F8C; }
p { color: rgb(247,15,140); }
H1.HeaderClassName
{
color: #F70F8C;
}
.AnyTagClassName
{
color: #F70F8C;
}
</style>
background-color css
<style>
a { background-color: #F70F8C; }
a { background-color: rgb(247,15,140); }
div.DivClassName
{
background-color: #F70F8C;
}
.BgClassName
{
background-color: #F70F8C;
}
</style>
border-color css
<style>
span { border-color: #F70F8C; }
span { border-color: rgb(247,15,140); }
td.TdClassName
{
border-color: #F70F8C;
}
.TagClassName
{
border-color: #F70F8C;
}
</style>