Shades of Deep Pink #F00780
Tints of Deep Pink #F00780
RGB
CMYK
RGB Variations
Color information
#F00780 (or 0xF00780) is known color: Deep Pink. HEX triplet: F0, 07 and 80. RGB value is (240,7,128). Sum of RGB (Red+Green+Blue) = 240+7+128=375 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64% from 375); Green value is 7 (3.12% from 255 or 1.87% from 375); Blue value is 128 (50.39% from 255 or 34.13% from 375); Max value from RGB is 240 - color contains mainly: red. Hex color #F00780 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00780 is #0FF87F. Grayscale: #5A5A5A. Windows color (decimal): -1046656 or 8390640. OLE color: 8390640.
HSL color Cylindrical-coordinate representation of color #F00780: hue angle of 328.84º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F00780 is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 7 | 128 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.06 |
| HSL | 328.84º | 0.94% | 0.48% | - |
| HSV(B) | 328.84º | 0.97% | 0.94% | - |
| XYZ | 39.91 | 20.24 | 22.22 | - |
| YUV | 90.46 | 149.19 | 234.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 7 | 128 | 0 | 0.97 | 0.47 | 0.06 | 328.84 | 0.94 | 0.48 |
| Hex | F0 | 7 | 80 | 0 | 61 | 2F | 6 | 149 | 5E | 30 |
| Octal | 360 | 7 | 200 | 0 | 141 | 57 | 6 | 511 | 136 | 60 |
| Binary | 11110000 | 111 | 10000000 | 0 | 1100001 | 101111 | 110 | 101001001 | 1011110 | 110000 |
Color Harmonies of #F00780
Complementary color
Monochromatic Colors of #F00780
Black with #F00780
Text Example
Text Example
White with #F00780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00780; }
p { color: rgb(240,7,128); }
H1.HeaderClassName
{
color: #F00780;
}
.AnyTagClassName
{
color: #F00780;
}
</style>
background-color css
<style>
a { background-color: #F00780; }
a { background-color: rgb(240,7,128); }
div.DivClassName
{
background-color: #F00780;
}
.BgClassName
{
background-color: #F00780;
}
</style>
border-color css
<style>
span { border-color: #F00780; }
span { border-color: rgb(240,7,128); }
td.TdClassName
{
border-color: #F00780;
}
.TagClassName
{
border-color: #F00780;
}
</style>