Shades of Deep Pink #F00A86
Tints of Deep Pink #F00A86
RGB
CMYK
RGB Variations
Color information
#F00A86 (or 0xF00A86) is known color: Deep Pink. HEX triplet: F0, 0A and 86. RGB value is (240,10,134). Sum of RGB (Red+Green+Blue) = 240+10+134=384 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.5% from 384); Green value is 10 (4.30% from 255 or 2.60% from 384); Blue value is 134 (52.73% from 255 or 34.90% from 384); Max value from RGB is 240 - color contains mainly: red. Hex color #F00A86 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00A86 is #0FF579. Grayscale: #5C5C5C. Windows color (decimal): -1045882 or 8784624. OLE color: 8784624.
HSL color Cylindrical-coordinate representation of color #F00A86: hue angle of 327.65º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F00A86 is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 10 | 134 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.06 |
| HSL | 327.65º | 0.92% | 0.49% | - |
| HSV(B) | 327.65º | 0.96% | 0.94% | - |
| XYZ | 40.35 | 20.46 | 24.38 | - |
| YUV | 92.91 | 151.2 | 232.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 10 | 134 | 0 | 0.96 | 0.44 | 0.06 | 327.65 | 0.92 | 0.49 |
| Hex | F0 | A | 86 | 0 | 60 | 2C | 6 | 148 | 5C | 31 |
| Octal | 360 | 12 | 206 | 0 | 140 | 54 | 6 | 510 | 134 | 61 |
| Binary | 11110000 | 1010 | 10000110 | 0 | 1100000 | 101100 | 110 | 101001000 | 1011100 | 110001 |
Color Harmonies of #F00A86
Complementary color
Monochromatic Colors of #F00A86
Black with #F00A86
Text Example
Text Example
White with #F00A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00A86; }
p { color: rgb(240,10,134); }
H1.HeaderClassName
{
color: #F00A86;
}
.AnyTagClassName
{
color: #F00A86;
}
</style>
background-color css
<style>
a { background-color: #F00A86; }
a { background-color: rgb(240,10,134); }
div.DivClassName
{
background-color: #F00A86;
}
.BgClassName
{
background-color: #F00A86;
}
</style>
border-color css
<style>
span { border-color: #F00A86; }
span { border-color: rgb(240,10,134); }
td.TdClassName
{
border-color: #F00A86;
}
.TagClassName
{
border-color: #F00A86;
}
</style>