Shades of Violet #F08BEB
Tints of Violet #F08BEB
RGB
CMYK
RGB Variations
Color information
#F08BEB (or 0xF08BEB) is known color: Violet. HEX triplet: F0, 8B and EB. RGB value is (240,139,235). Sum of RGB (Red+Green+Blue) = 240+139+235=614 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.09% from 614); Green value is 139 (54.69% from 255 or 22.64% from 614); Blue value is 235 (92.19% from 255 or 38.27% from 614); Max value from RGB is 240 - color contains mainly: red. Hex color #F08BEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08BEB is #0F7414. Grayscale: #B3B3B3. Windows color (decimal): -1012757 or 15436784. OLE color: 15436784.
HSL color Cylindrical-coordinate representation of color #F08BEB: hue angle of 302.97º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F08BEB is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 139 | 235 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.06 |
| HSL | 302.97º | 0.77% | 0.74% | - |
| HSV(B) | 302.97º | 0.42% | 0.94% | - |
| XYZ | 60.16 | 42.99 | 83.72 | - |
| YUV | 180.14 | 158.96 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 139 | 235 | 0 | 0.42 | 0.02 | 0.06 | 302.97 | 0.77 | 0.74 |
| Hex | F0 | 8B | EB | 0 | 2A | 2 | 6 | 12F | 4D | 4A |
| Octal | 360 | 213 | 353 | 0 | 52 | 2 | 6 | 457 | 115 | 112 |
| Binary | 11110000 | 10001011 | 11101011 | 0 | 101010 | 10 | 110 | 100101111 | 1001101 | 1001010 |
Color Harmonies of #F08BEB
Complementary color
Monochromatic Colors of #F08BEB
Black with #F08BEB
Text Example
Text Example
White with #F08BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08BEB; }
p { color: rgb(240,139,235); }
H1.HeaderClassName
{
color: #F08BEB;
}
.AnyTagClassName
{
color: #F08BEB;
}
</style>
background-color css
<style>
a { background-color: #F08BEB; }
a { background-color: rgb(240,139,235); }
div.DivClassName
{
background-color: #F08BEB;
}
.BgClassName
{
background-color: #F08BEB;
}
</style>
border-color css
<style>
span { border-color: #F08BEB; }
span { border-color: rgb(240,139,235); }
td.TdClassName
{
border-color: #F08BEB;
}
.TagClassName
{
border-color: #F08BEB;
}
</style>