Shades of Violet #F087EB
Tints of Violet #F087EB
RGB
CMYK
RGB Variations
Color information
#F087EB (or 0xF087EB) is known color: Violet. HEX triplet: F0, 87 and EB. RGB value is (240,135,235). Sum of RGB (Red+Green+Blue) = 240+135+235=610 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.34% from 610); Green value is 135 (53.12% from 255 or 22.13% from 610); Blue value is 235 (92.19% from 255 or 38.52% from 610); Max value from RGB is 240 - color contains mainly: red. Hex color #F087EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F087EB is #0F7814. Grayscale: #B1B1B1. Windows color (decimal): -1013781 or 15435760. OLE color: 15435760.
HSL color Cylindrical-coordinate representation of color #F087EB: hue angle of 302.86º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F087EB is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 135 | 235 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.06 |
| HSL | 302.86º | 0.78% | 0.74% | - |
| HSV(B) | 302.86º | 0.44% | 0.94% | - |
| XYZ | 59.59 | 41.85 | 83.53 | - |
| YUV | 177.8 | 160.29 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 135 | 235 | 0 | 0.44 | 0.02 | 0.06 | 302.86 | 0.78 | 0.74 |
| Hex | F0 | 87 | EB | 0 | 2C | 2 | 6 | 12F | 4E | 4A |
| Octal | 360 | 207 | 353 | 0 | 54 | 2 | 6 | 457 | 116 | 112 |
| Binary | 11110000 | 10000111 | 11101011 | 0 | 101100 | 10 | 110 | 100101111 | 1001110 | 1001010 |
Color Harmonies of #F087EB
Complementary color
Monochromatic Colors of #F087EB
Black with #F087EB
Text Example
Text Example
White with #F087EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F087EB; }
p { color: rgb(240,135,235); }
H1.HeaderClassName
{
color: #F087EB;
}
.AnyTagClassName
{
color: #F087EB;
}
</style>
background-color css
<style>
a { background-color: #F087EB; }
a { background-color: rgb(240,135,235); }
div.DivClassName
{
background-color: #F087EB;
}
.BgClassName
{
background-color: #F087EB;
}
</style>
border-color css
<style>
span { border-color: #F087EB; }
span { border-color: rgb(240,135,235); }
td.TdClassName
{
border-color: #F087EB;
}
.TagClassName
{
border-color: #F087EB;
}
</style>