Shades of Violet #F08EFB
Tints of Violet #F08EFB
RGB
CMYK
RGB Variations
Color information
#F08EFB (or 0xF08EFB) is known color: Violet. HEX triplet: F0, 8E and FB. RGB value is (240,142,251). Sum of RGB (Red+Green+Blue) = 240+142+251=633 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.91% from 633); Green value is 142 (55.86% from 255 or 22.43% from 633); Blue value is 251 (98.44% from 255 or 39.65% from 633); Max value from RGB is 251 - color contains mainly: blue. Hex color #F08EFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08EFB is #0F7104. Grayscale: #B7B7B7. Windows color (decimal): -1011973 or 16486128. OLE color: 16486128.
HSL color Cylindrical-coordinate representation of color #F08EFB: hue angle of 293.94º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F08EFB is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 142 | 251 | - |
| CMYK | 0.04 | 0.43 | 0 | 0.02 |
| HSL | 293.94º | 0.93% | 0.77% | - |
| HSV(B) | 293.94º | 0.43% | 0.98% | - |
| XYZ | 63.02 | 44.84 | 96.6 | - |
| YUV | 183.73 | 165.97 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 142 | 251 | 0.04 | 0.43 | 0 | 0.02 | 293.94 | 0.93 | 0.77 |
| Hex | F0 | 8E | FB | 4 | 2B | 0 | 2 | 126 | 5D | 4D |
| Octal | 360 | 216 | 373 | 4 | 53 | 0 | 2 | 446 | 135 | 115 |
| Binary | 11110000 | 10001110 | 11111011 | 100 | 101011 | 0 | 10 | 100100110 | 1011101 | 1001101 |
Color Harmonies of #F08EFB
Complementary color
Monochromatic Colors of #F08EFB
Black with #F08EFB
Text Example
Text Example
White with #F08EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08EFB; }
p { color: rgb(240,142,251); }
H1.HeaderClassName
{
color: #F08EFB;
}
.AnyTagClassName
{
color: #F08EFB;
}
</style>
background-color css
<style>
a { background-color: #F08EFB; }
a { background-color: rgb(240,142,251); }
div.DivClassName
{
background-color: #F08EFB;
}
.BgClassName
{
background-color: #F08EFB;
}
</style>
border-color css
<style>
span { border-color: #F08EFB; }
span { border-color: rgb(240,142,251); }
td.TdClassName
{
border-color: #F08EFB;
}
.TagClassName
{
border-color: #F08EFB;
}
</style>