Shades of Deep Pink #F00786
Tints of Deep Pink #F00786
RGB
CMYK
RGB Variations
Color information
#F00786 (or 0xF00786) is known color: Deep Pink. HEX triplet: F0, 07 and 86. RGB value is (240,7,134). Sum of RGB (Red+Green+Blue) = 240+7+134=381 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.99% from 381); Green value is 7 (3.12% from 255 or 1.84% from 381); Blue value is 134 (52.73% from 255 or 35.17% from 381); Max value from RGB is 240 - color contains mainly: red. Hex color #F00786 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00786 is #0FF879. Grayscale: #5A5A5A. Windows color (decimal): -1046650 or 8783856. OLE color: 8783856.
HSL color Cylindrical-coordinate representation of color #F00786: hue angle of 327.3º 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 #F00786 is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 7 | 134 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.06 |
| HSL | 327.3º | 0.94% | 0.48% | - |
| HSV(B) | 327.3º | 0.97% | 0.94% | - |
| XYZ | 40.31 | 20.4 | 24.37 | - |
| YUV | 91.15 | 152.19 | 234.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 7 | 134 | 0 | 0.97 | 0.44 | 0.06 | 327.3 | 0.94 | 0.48 |
| Hex | F0 | 7 | 86 | 0 | 61 | 2C | 6 | 147 | 5E | 30 |
| Octal | 360 | 7 | 206 | 0 | 141 | 54 | 6 | 507 | 136 | 60 |
| Binary | 11110000 | 111 | 10000110 | 0 | 1100001 | 101100 | 110 | 101000111 | 1011110 | 110000 |
Color Harmonies of #F00786
Complementary color
Monochromatic Colors of #F00786
Black with #F00786
Text Example
Text Example
White with #F00786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00786; }
p { color: rgb(240,7,134); }
H1.HeaderClassName
{
color: #F00786;
}
.AnyTagClassName
{
color: #F00786;
}
</style>
background-color css
<style>
a { background-color: #F00786; }
a { background-color: rgb(240,7,134); }
div.DivClassName
{
background-color: #F00786;
}
.BgClassName
{
background-color: #F00786;
}
</style>
border-color css
<style>
span { border-color: #F00786; }
span { border-color: rgb(240,7,134); }
td.TdClassName
{
border-color: #F00786;
}
.TagClassName
{
border-color: #F00786;
}
</style>