Shades of Violet #F08BEE
Tints of Violet #F08BEE
RGB
CMYK
RGB Variations
Color information
#F08BEE (or 0xF08BEE) is known color: Violet. HEX triplet: F0, 8B and EE. RGB value is (240,139,238). Sum of RGB (Red+Green+Blue) = 240+139+238=617 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.90% from 617); Green value is 139 (54.69% from 255 or 22.53% from 617); Blue value is 238 (93.36% from 255 or 38.57% from 617); Max value from RGB is 240 - color contains mainly: red. Hex color #F08BEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08BEE is #0F7411. Grayscale: #B4B4B4. Windows color (decimal): -1012754 or 15633392. OLE color: 15633392.
HSL color Cylindrical-coordinate representation of color #F08BEE: hue angle of 301.19º 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 #F08BEE is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 139 | 238 | - |
| CMYK | 0 | 0.42 | 0.01 | 0.06 |
| HSL | 301.19º | 0.77% | 0.74% | - |
| HSV(B) | 301.19º | 0.42% | 0.94% | - |
| XYZ | 60.6 | 43.16 | 86.03 | - |
| YUV | 180.49 | 160.46 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 139 | 238 | 0 | 0.42 | 0.01 | 0.06 | 301.19 | 0.77 | 0.74 |
| Hex | F0 | 8B | EE | 0 | 2A | 1 | 6 | 12D | 4D | 4A |
| Octal | 360 | 213 | 356 | 0 | 52 | 1 | 6 | 455 | 115 | 112 |
| Binary | 11110000 | 10001011 | 11101110 | 0 | 101010 | 1 | 110 | 100101101 | 1001101 | 1001010 |
Color Harmonies of #F08BEE
Complementary color
Monochromatic Colors of #F08BEE
Black with #F08BEE
Text Example
Text Example
White with #F08BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08BEE; }
p { color: rgb(240,139,238); }
H1.HeaderClassName
{
color: #F08BEE;
}
.AnyTagClassName
{
color: #F08BEE;
}
</style>
background-color css
<style>
a { background-color: #F08BEE; }
a { background-color: rgb(240,139,238); }
div.DivClassName
{
background-color: #F08BEE;
}
.BgClassName
{
background-color: #F08BEE;
}
</style>
border-color css
<style>
span { border-color: #F08BEE; }
span { border-color: rgb(240,139,238); }
td.TdClassName
{
border-color: #F08BEE;
}
.TagClassName
{
border-color: #F08BEE;
}
</style>