Shades of Violet #F087E8
Tints of Violet #F087E8
RGB
CMYK
RGB Variations
Color information
#F087E8 (or 0xF087E8) is known color: Violet. HEX triplet: F0, 87 and E8. RGB value is (240,135,232). Sum of RGB (Red+Green+Blue) = 240+135+232=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 135 (53.12% from 255 or 22.24% from 607); Blue value is 232 (91.02% from 255 or 38.22% from 607); Max value from RGB is 240 - color contains mainly: red. Hex color #F087E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F087E8 is #0F7817. Grayscale: #B1B1B1. Windows color (decimal): -1013784 or 15239152. OLE color: 15239152.
HSL color Cylindrical-coordinate representation of color #F087E8: hue angle of 304.57º 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 #F087E8 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 135 | 232 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.06 |
| HSL | 304.57º | 0.78% | 0.74% | - |
| HSV(B) | 304.57º | 0.44% | 0.94% | - |
| XYZ | 59.16 | 41.68 | 81.27 | - |
| YUV | 177.45 | 158.79 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 135 | 232 | 0 | 0.44 | 0.03 | 0.06 | 304.57 | 0.78 | 0.74 |
| Hex | F0 | 87 | E8 | 0 | 2C | 3 | 6 | 131 | 4E | 4A |
| Octal | 360 | 207 | 350 | 0 | 54 | 3 | 6 | 461 | 116 | 112 |
| Binary | 11110000 | 10000111 | 11101000 | 0 | 101100 | 11 | 110 | 100110001 | 1001110 | 1001010 |
Color Harmonies of #F087E8
Complementary color
Monochromatic Colors of #F087E8
Black with #F087E8
Text Example
Text Example
White with #F087E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F087E8; }
p { color: rgb(240,135,232); }
H1.HeaderClassName
{
color: #F087E8;
}
.AnyTagClassName
{
color: #F087E8;
}
</style>
background-color css
<style>
a { background-color: #F087E8; }
a { background-color: rgb(240,135,232); }
div.DivClassName
{
background-color: #F087E8;
}
.BgClassName
{
background-color: #F087E8;
}
</style>
border-color css
<style>
span { border-color: #F087E8; }
span { border-color: rgb(240,135,232); }
td.TdClassName
{
border-color: #F087E8;
}
.TagClassName
{
border-color: #F087E8;
}
</style>