Shades of Deep Pink #F00788
Tints of Deep Pink #F00788
RGB
CMYK
RGB Variations
Color information
#F00788 (or 0xF00788) is known color: Deep Pink. HEX triplet: F0, 07 and 88. RGB value is (240,7,136). Sum of RGB (Red+Green+Blue) = 240+7+136=383 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.66% from 383); Green value is 7 (3.12% from 255 or 1.83% from 383); Blue value is 136 (53.52% from 255 or 35.51% from 383); Max value from RGB is 240 - color contains mainly: red. Hex color #F00788 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00788 is #0FF877. Grayscale: #5B5B5B. Windows color (decimal): -1046648 or 8914928. OLE color: 8914928.
HSL color Cylindrical-coordinate representation of color #F00788: hue angle of 326.78º 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 #F00788 is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 7 | 136 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.06 |
| HSL | 326.78º | 0.94% | 0.48% | - |
| HSV(B) | 326.78º | 0.97% | 0.94% | - |
| XYZ | 40.46 | 20.45 | 25.11 | - |
| YUV | 91.37 | 153.19 | 234.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 7 | 136 | 0 | 0.97 | 0.43 | 0.06 | 326.78 | 0.94 | 0.48 |
| Hex | F0 | 7 | 88 | 0 | 61 | 2B | 6 | 147 | 5E | 30 |
| Octal | 360 | 7 | 210 | 0 | 141 | 53 | 6 | 507 | 136 | 60 |
| Binary | 11110000 | 111 | 10001000 | 0 | 1100001 | 101011 | 110 | 101000111 | 1011110 | 110000 |
Color Harmonies of #F00788
Complementary color
Monochromatic Colors of #F00788
Black with #F00788
Text Example
Text Example
White with #F00788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00788; }
p { color: rgb(240,7,136); }
H1.HeaderClassName
{
color: #F00788;
}
.AnyTagClassName
{
color: #F00788;
}
</style>
background-color css
<style>
a { background-color: #F00788; }
a { background-color: rgb(240,7,136); }
div.DivClassName
{
background-color: #F00788;
}
.BgClassName
{
background-color: #F00788;
}
</style>
border-color css
<style>
span { border-color: #F00788; }
span { border-color: rgb(240,7,136); }
td.TdClassName
{
border-color: #F00788;
}
.TagClassName
{
border-color: #F00788;
}
</style>