Shades of Violet #F093EC
Tints of Violet #F093EC
RGB
CMYK
RGB Variations
Color information
#F093EC (or 0xF093EC) is known color: Violet. HEX triplet: F0, 93 and EC. RGB value is (240,147,236). Sum of RGB (Red+Green+Blue) = 240+147+236=623 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.52% from 623); Green value is 147 (57.81% from 255 or 23.60% from 623); Blue value is 236 (92.58% from 255 or 37.88% from 623); Max value from RGB is 240 - color contains mainly: red. Hex color #F093EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F093EC is #0F6C13. Grayscale: #B8B8B8. Windows color (decimal): -1010708 or 15504368. OLE color: 15504368.
HSL color Cylindrical-coordinate representation of color #F093EC: hue angle of 302.58º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F093EC is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 147 | 236 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.06 |
| HSL | 302.58º | 0.76% | 0.76% | - |
| HSV(B) | 302.58º | 0.39% | 0.94% | - |
| XYZ | 61.51 | 45.45 | 84.89 | - |
| YUV | 184.95 | 156.81 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 147 | 236 | 0 | 0.39 | 0.02 | 0.06 | 302.58 | 0.76 | 0.76 |
| Hex | F0 | 93 | EC | 0 | 27 | 2 | 6 | 12F | 4C | 4C |
| Octal | 360 | 223 | 354 | 0 | 47 | 2 | 6 | 457 | 114 | 114 |
| Binary | 11110000 | 10010011 | 11101100 | 0 | 100111 | 10 | 110 | 100101111 | 1001100 | 1001100 |
Color Harmonies of #F093EC
Complementary color
Monochromatic Colors of #F093EC
Black with #F093EC
Text Example
Text Example
White with #F093EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F093EC; }
p { color: rgb(240,147,236); }
H1.HeaderClassName
{
color: #F093EC;
}
.AnyTagClassName
{
color: #F093EC;
}
</style>
background-color css
<style>
a { background-color: #F093EC; }
a { background-color: rgb(240,147,236); }
div.DivClassName
{
background-color: #F093EC;
}
.BgClassName
{
background-color: #F093EC;
}
</style>
border-color css
<style>
span { border-color: #F093EC; }
span { border-color: rgb(240,147,236); }
td.TdClassName
{
border-color: #F093EC;
}
.TagClassName
{
border-color: #F093EC;
}
</style>