Shades of Violet #F094EC
Tints of Violet #F094EC
RGB
CMYK
RGB Variations
Color information
#F094EC (or 0xF094EC) is known color: Violet. HEX triplet: F0, 94 and EC. RGB value is (240,148,236). Sum of RGB (Red+Green+Blue) = 240+148+236=624 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.46% from 624); Green value is 148 (58.20% from 255 or 23.72% from 624); Blue value is 236 (92.58% from 255 or 37.82% from 624); Max value from RGB is 240 - color contains mainly: red. Hex color #F094EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F094EC is #0F6B13. Grayscale: #B9B9B9. Windows color (decimal): -1010452 or 15504624. OLE color: 15504624.
HSL color Cylindrical-coordinate representation of color #F094EC: hue angle of 302.61º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F094EC is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 148 | 236 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.06 |
| HSL | 302.61º | 0.75% | 0.76% | - |
| HSV(B) | 302.61º | 0.38% | 0.94% | - |
| XYZ | 61.67 | 45.76 | 84.94 | - |
| YUV | 185.54 | 156.48 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 148 | 236 | 0 | 0.38 | 0.02 | 0.06 | 302.61 | 0.75 | 0.76 |
| Hex | F0 | 94 | EC | 0 | 26 | 2 | 6 | 12F | 4B | 4C |
| Octal | 360 | 224 | 354 | 0 | 46 | 2 | 6 | 457 | 113 | 114 |
| Binary | 11110000 | 10010100 | 11101100 | 0 | 100110 | 10 | 110 | 100101111 | 1001011 | 1001100 |
Color Harmonies of #F094EC
Complementary color
Monochromatic Colors of #F094EC
Black with #F094EC
Text Example
Text Example
White with #F094EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F094EC; }
p { color: rgb(240,148,236); }
H1.HeaderClassName
{
color: #F094EC;
}
.AnyTagClassName
{
color: #F094EC;
}
</style>
background-color css
<style>
a { background-color: #F094EC; }
a { background-color: rgb(240,148,236); }
div.DivClassName
{
background-color: #F094EC;
}
.BgClassName
{
background-color: #F094EC;
}
</style>
border-color css
<style>
span { border-color: #F094EC; }
span { border-color: rgb(240,148,236); }
td.TdClassName
{
border-color: #F094EC;
}
.TagClassName
{
border-color: #F094EC;
}
</style>