Shades of Violet #F08BEC
Tints of Violet #F08BEC
RGB
CMYK
RGB Variations
Color information
#F08BEC (or 0xF08BEC) is known color: Violet. HEX triplet: F0, 8B and EC. RGB value is (240,139,236). Sum of RGB (Red+Green+Blue) = 240+139+236=615 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.02% from 615); Green value is 139 (54.69% from 255 or 22.60% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 240 - color contains mainly: red. Hex color #F08BEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08BEC is #0F7413. Grayscale: #B3B3B3. Windows color (decimal): -1012756 or 15502320. OLE color: 15502320.
HSL color Cylindrical-coordinate representation of color #F08BEC: hue angle of 302.38º 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 #F08BEC is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 139 | 236 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.06 |
| HSL | 302.38º | 0.77% | 0.74% | - |
| HSV(B) | 302.38º | 0.42% | 0.94% | - |
| XYZ | 60.31 | 43.05 | 84.49 | - |
| YUV | 180.26 | 159.46 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 139 | 236 | 0 | 0.42 | 0.02 | 0.06 | 302.38 | 0.77 | 0.74 |
| Hex | F0 | 8B | EC | 0 | 2A | 2 | 6 | 12E | 4D | 4A |
| Octal | 360 | 213 | 354 | 0 | 52 | 2 | 6 | 456 | 115 | 112 |
| Binary | 11110000 | 10001011 | 11101100 | 0 | 101010 | 10 | 110 | 100101110 | 1001101 | 1001010 |
Color Harmonies of #F08BEC
Complementary color
Monochromatic Colors of #F08BEC
Black with #F08BEC
Text Example
Text Example
White with #F08BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08BEC; }
p { color: rgb(240,139,236); }
H1.HeaderClassName
{
color: #F08BEC;
}
.AnyTagClassName
{
color: #F08BEC;
}
</style>
background-color css
<style>
a { background-color: #F08BEC; }
a { background-color: rgb(240,139,236); }
div.DivClassName
{
background-color: #F08BEC;
}
.BgClassName
{
background-color: #F08BEC;
}
</style>
border-color css
<style>
span { border-color: #F08BEC; }
span { border-color: rgb(240,139,236); }
td.TdClassName
{
border-color: #F08BEC;
}
.TagClassName
{
border-color: #F08BEC;
}
</style>