Shades of Deep Pink #F00B86
Tints of Deep Pink #F00B86
RGB
CMYK
RGB Variations
Color information
#F00B86 (or 0xF00B86) is known color: Deep Pink. HEX triplet: F0, 0B and 86. RGB value is (240,11,134). Sum of RGB (Red+Green+Blue) = 240+11+134=385 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.34% from 385); Green value is 11 (4.69% from 255 or 2.86% from 385); Blue value is 134 (52.73% from 255 or 34.81% from 385); Max value from RGB is 240 - color contains mainly: red. Hex color #F00B86 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00B86 is #0FF479. Grayscale: #5D5D5D. Windows color (decimal): -1045626 or 8784880. OLE color: 8784880.
HSL color Cylindrical-coordinate representation of color #F00B86: hue angle of 327.77º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F00B86 is Cyan = 0, Magento = 0.95, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 11 | 134 | - |
| CMYK | 0 | 0.95 | 0.44 | 0.06 |
| HSL | 327.77º | 0.91% | 0.49% | - |
| HSV(B) | 327.77º | 0.95% | 0.94% | - |
| XYZ | 40.36 | 20.49 | 24.38 | - |
| YUV | 93.49 | 150.87 | 232.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 11 | 134 | 0 | 0.95 | 0.44 | 0.06 | 327.77 | 0.91 | 0.49 |
| Hex | F0 | B | 86 | 0 | 5F | 2C | 6 | 148 | 5B | 31 |
| Octal | 360 | 13 | 206 | 0 | 137 | 54 | 6 | 510 | 133 | 61 |
| Binary | 11110000 | 1011 | 10000110 | 0 | 1011111 | 101100 | 110 | 101001000 | 1011011 | 110001 |
Color Harmonies of #F00B86
Complementary color
Monochromatic Colors of #F00B86
Black with #F00B86
Text Example
Text Example
White with #F00B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00B86; }
p { color: rgb(240,11,134); }
H1.HeaderClassName
{
color: #F00B86;
}
.AnyTagClassName
{
color: #F00B86;
}
</style>
background-color css
<style>
a { background-color: #F00B86; }
a { background-color: rgb(240,11,134); }
div.DivClassName
{
background-color: #F00B86;
}
.BgClassName
{
background-color: #F00B86;
}
</style>
border-color css
<style>
span { border-color: #F00B86; }
span { border-color: rgb(240,11,134); }
td.TdClassName
{
border-color: #F00B86;
}
.TagClassName
{
border-color: #F00B86;
}
</style>