Shades of Violet #F08EF8
Tints of Violet #F08EF8
RGB
CMYK
RGB Variations
Color information
#F08EF8 (or 0xF08EF8) is known color: Violet. HEX triplet: F0, 8E and F8. RGB value is (240,142,248). Sum of RGB (Red+Green+Blue) = 240+142+248=630 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.10% from 630); Green value is 142 (55.86% from 255 or 22.54% from 630); Blue value is 248 (97.27% from 255 or 39.37% from 630); Max value from RGB is 248 - color contains mainly: blue. Hex color #F08EF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08EF8 is #0F7107. Grayscale: #B7B7B7. Windows color (decimal): -1011976 or 16289520. OLE color: 16289520.
HSL color Cylindrical-coordinate representation of color #F08EF8: hue angle of 295.47º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F08EF8 is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 142 | 248 | - |
| CMYK | 0.03 | 0.43 | 0 | 0.03 |
| HSL | 295.47º | 0.88% | 0.76% | - |
| HSV(B) | 295.47º | 0.43% | 0.97% | - |
| XYZ | 62.55 | 44.65 | 94.13 | - |
| YUV | 183.39 | 164.47 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 142 | 248 | 0.03 | 0.43 | 0 | 0.03 | 295.47 | 0.88 | 0.76 |
| Hex | F0 | 8E | F8 | 3 | 2B | 0 | 3 | 127 | 58 | 4C |
| Octal | 360 | 216 | 370 | 3 | 53 | 0 | 3 | 447 | 130 | 114 |
| Binary | 11110000 | 10001110 | 11111000 | 11 | 101011 | 0 | 11 | 100100111 | 1011000 | 1001100 |
Color Harmonies of #F08EF8
Complementary color
Monochromatic Colors of #F08EF8
Black with #F08EF8
Text Example
Text Example
White with #F08EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08EF8; }
p { color: rgb(240,142,248); }
H1.HeaderClassName
{
color: #F08EF8;
}
.AnyTagClassName
{
color: #F08EF8;
}
</style>
background-color css
<style>
a { background-color: #F08EF8; }
a { background-color: rgb(240,142,248); }
div.DivClassName
{
background-color: #F08EF8;
}
.BgClassName
{
background-color: #F08EF8;
}
</style>
border-color css
<style>
span { border-color: #F08EF8; }
span { border-color: rgb(240,142,248); }
td.TdClassName
{
border-color: #F08EF8;
}
.TagClassName
{
border-color: #F08EF8;
}
</style>