Shades of Violet #F088E8
Tints of Violet #F088E8
RGB
CMYK
RGB Variations
Color information
#F088E8 (or 0xF088E8) is known color: Violet. HEX triplet: F0, 88 and E8. RGB value is (240,136,232). Sum of RGB (Red+Green+Blue) = 240+136+232=608 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.47% from 608); Green value is 136 (53.52% from 255 or 22.37% from 608); Blue value is 232 (91.02% from 255 or 38.16% from 608); Max value from RGB is 240 - color contains mainly: red. Hex color #F088E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F088E8 is #0F7717. Grayscale: #B1B1B1. Windows color (decimal): -1013528 or 15239408. OLE color: 15239408.
HSL color Cylindrical-coordinate representation of color #F088E8: hue angle of 304.62º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F088E8 is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 136 | 232 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.06 |
| HSL | 304.62º | 0.78% | 0.74% | - |
| HSV(B) | 304.62º | 0.43% | 0.94% | - |
| XYZ | 59.3 | 41.96 | 81.32 | - |
| YUV | 178.04 | 158.46 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 136 | 232 | 0 | 0.43 | 0.03 | 0.06 | 304.62 | 0.78 | 0.74 |
| Hex | F0 | 88 | E8 | 0 | 2B | 3 | 6 | 131 | 4E | 4A |
| Octal | 360 | 210 | 350 | 0 | 53 | 3 | 6 | 461 | 116 | 112 |
| Binary | 11110000 | 10001000 | 11101000 | 0 | 101011 | 11 | 110 | 100110001 | 1001110 | 1001010 |
Color Harmonies of #F088E8
Complementary color
Monochromatic Colors of #F088E8
Black with #F088E8
Text Example
Text Example
White with #F088E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F088E8; }
p { color: rgb(240,136,232); }
H1.HeaderClassName
{
color: #F088E8;
}
.AnyTagClassName
{
color: #F088E8;
}
</style>
background-color css
<style>
a { background-color: #F088E8; }
a { background-color: rgb(240,136,232); }
div.DivClassName
{
background-color: #F088E8;
}
.BgClassName
{
background-color: #F088E8;
}
</style>
border-color css
<style>
span { border-color: #F088E8; }
span { border-color: rgb(240,136,232); }
td.TdClassName
{
border-color: #F088E8;
}
.TagClassName
{
border-color: #F088E8;
}
</style>