Shades of Deep Pink #F70A8C
Tints of Deep Pink #F70A8C
RGB
CMYK
RGB Variations
Color information
#F70A8C (or 0xF70A8C) is known color: Deep Pink. HEX triplet: F7, 0A and 8C. RGB value is (247,10,140). Sum of RGB (Red+Green+Blue) = 247+10+140=397 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.22% from 397); Green value is 10 (4.30% from 255 or 2.52% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 247 - color contains mainly: red. Hex color #F70A8C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70A8C is #08F573. Grayscale: #5F5F5F. Windows color (decimal): -587124 or 9177847. OLE color: 9177847.
HSL color Cylindrical-coordinate representation of color #F70A8C: hue angle of 327.09º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F70A8C is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 10 | 140 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.03 |
| HSL | 327.09º | 0.94% | 0.5% | - |
| HSV(B) | 327.09º | 0.96% | 0.97% | - |
| XYZ | 43.2 | 21.88 | 26.76 | - |
| YUV | 95.68 | 153.02 | 235.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 10 | 140 | 0 | 0.96 | 0.43 | 0.03 | 327.09 | 0.94 | 0.5 |
| Hex | F7 | A | 8C | 0 | 60 | 2B | 3 | 147 | 5E | 32 |
| Octal | 367 | 12 | 214 | 0 | 140 | 53 | 3 | 507 | 136 | 62 |
| Binary | 11110111 | 1010 | 10001100 | 0 | 1100000 | 101011 | 11 | 101000111 | 1011110 | 110010 |
Color Harmonies of #F70A8C
Complementary color
Monochromatic Colors of #F70A8C
Black with #F70A8C
Text Example
Text Example
White with #F70A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70A8C; }
p { color: rgb(247,10,140); }
H1.HeaderClassName
{
color: #F70A8C;
}
.AnyTagClassName
{
color: #F70A8C;
}
</style>
background-color css
<style>
a { background-color: #F70A8C; }
a { background-color: rgb(247,10,140); }
div.DivClassName
{
background-color: #F70A8C;
}
.BgClassName
{
background-color: #F70A8C;
}
</style>
border-color css
<style>
span { border-color: #F70A8C; }
span { border-color: rgb(247,10,140); }
td.TdClassName
{
border-color: #F70A8C;
}
.TagClassName
{
border-color: #F70A8C;
}
</style>