Shades of Violet #F087EA
Tints of Violet #F087EA
RGB
CMYK
RGB Variations
Color information
#F087EA (or 0xF087EA) is known color: Violet. HEX triplet: F0, 87 and EA. RGB value is (240,135,234). Sum of RGB (Red+Green+Blue) = 240+135+234=609 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.41% from 609); Green value is 135 (53.12% from 255 or 22.17% from 609); Blue value is 234 (91.80% from 255 or 38.42% from 609); Max value from RGB is 240 - color contains mainly: red. Hex color #F087EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F087EA is #0F7815. Grayscale: #B1B1B1. Windows color (decimal): -1013782 or 15370224. OLE color: 15370224.
HSL color Cylindrical-coordinate representation of color #F087EA: hue angle of 303.43º 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 #F087EA is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 135 | 234 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.06 |
| HSL | 303.43º | 0.78% | 0.74% | - |
| HSV(B) | 303.43º | 0.44% | 0.94% | - |
| XYZ | 59.45 | 41.79 | 82.78 | - |
| YUV | 177.68 | 159.79 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 135 | 234 | 0 | 0.44 | 0.02 | 0.06 | 303.43 | 0.78 | 0.74 |
| Hex | F0 | 87 | EA | 0 | 2C | 2 | 6 | 12F | 4E | 4A |
| Octal | 360 | 207 | 352 | 0 | 54 | 2 | 6 | 457 | 116 | 112 |
| Binary | 11110000 | 10000111 | 11101010 | 0 | 101100 | 10 | 110 | 100101111 | 1001110 | 1001010 |
Color Harmonies of #F087EA
Complementary color
Monochromatic Colors of #F087EA
Black with #F087EA
Text Example
Text Example
White with #F087EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F087EA; }
p { color: rgb(240,135,234); }
H1.HeaderClassName
{
color: #F087EA;
}
.AnyTagClassName
{
color: #F087EA;
}
</style>
background-color css
<style>
a { background-color: #F087EA; }
a { background-color: rgb(240,135,234); }
div.DivClassName
{
background-color: #F087EA;
}
.BgClassName
{
background-color: #F087EA;
}
</style>
border-color css
<style>
span { border-color: #F087EA; }
span { border-color: rgb(240,135,234); }
td.TdClassName
{
border-color: #F087EA;
}
.TagClassName
{
border-color: #F087EA;
}
</style>