Shades of Deep Pink #F70880
Tints of Deep Pink #F70880
RGB
CMYK
RGB Variations
Color information
#F70880 (or 0xF70880) is known color: Deep Pink. HEX triplet: F7, 08 and 80. RGB value is (247,8,128). Sum of RGB (Red+Green+Blue) = 247+8+128=383 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.49% from 383); Green value is 8 (3.52% from 255 or 2.09% from 383); Blue value is 128 (50.39% from 255 or 33.42% from 383); Max value from RGB is 247 - color contains mainly: red. Hex color #F70880 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70880 is #08F77F. Grayscale: #5C5C5C. Windows color (decimal): -587648 or 8390903. OLE color: 8390903.
HSL color Cylindrical-coordinate representation of color #F70880: hue angle of 329.87º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F70880 is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 8 | 128 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.03 |
| HSL | 329.87º | 0.94% | 0.5% | - |
| HSV(B) | 329.87º | 0.97% | 0.97% | - |
| XYZ | 42.34 | 21.51 | 22.34 | - |
| YUV | 93.14 | 147.68 | 237.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 8 | 128 | 0 | 0.97 | 0.48 | 0.03 | 329.87 | 0.94 | 0.5 |
| Hex | F7 | 8 | 80 | 0 | 61 | 30 | 3 | 14A | 5E | 32 |
| Octal | 367 | 10 | 200 | 0 | 141 | 60 | 3 | 512 | 136 | 62 |
| Binary | 11110111 | 1000 | 10000000 | 0 | 1100001 | 110000 | 11 | 101001010 | 1011110 | 110010 |
Color Harmonies of #F70880
Complementary color
Monochromatic Colors of #F70880
Black with #F70880
Text Example
Text Example
White with #F70880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70880; }
p { color: rgb(247,8,128); }
H1.HeaderClassName
{
color: #F70880;
}
.AnyTagClassName
{
color: #F70880;
}
</style>
background-color css
<style>
a { background-color: #F70880; }
a { background-color: rgb(247,8,128); }
div.DivClassName
{
background-color: #F70880;
}
.BgClassName
{
background-color: #F70880;
}
</style>
border-color css
<style>
span { border-color: #F70880; }
span { border-color: rgb(247,8,128); }
td.TdClassName
{
border-color: #F70880;
}
.TagClassName
{
border-color: #F70880;
}
</style>