Shades of Violet #F293EC
Tints of Violet #F293EC
RGB
CMYK
RGB Variations
Color information
#F293EC (or 0xF293EC) is known color: Violet. HEX triplet: F2, 93 and EC. RGB value is (242,147,236). Sum of RGB (Red+Green+Blue) = 242+147+236=625 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.72% from 625); Green value is 147 (57.81% from 255 or 23.52% from 625); Blue value is 236 (92.58% from 255 or 37.76% from 625); Max value from RGB is 242 - color contains mainly: red. Hex color #F293EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F293EC is #0D6C13. Grayscale: #B9B9B9. Windows color (decimal): -879636 or 15504370. OLE color: 15504370.
HSL color Cylindrical-coordinate representation of color #F293EC: hue angle of 303.79º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F293EC is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 147 | 236 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.05 |
| HSL | 303.79º | 0.79% | 0.76% | - |
| HSV(B) | 303.79º | 0.39% | 0.95% | - |
| XYZ | 62.19 | 45.8 | 84.92 | - |
| YUV | 185.55 | 156.47 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 147 | 236 | 0 | 0.39 | 0.02 | 0.05 | 303.79 | 0.79 | 0.76 |
| Hex | F2 | 93 | EC | 0 | 27 | 2 | 5 | 130 | 4F | 4C |
| Octal | 362 | 223 | 354 | 0 | 47 | 2 | 5 | 460 | 117 | 114 |
| Binary | 11110010 | 10010011 | 11101100 | 0 | 100111 | 10 | 101 | 100110000 | 1001111 | 1001100 |
Color Harmonies of #F293EC
Complementary color
Monochromatic Colors of #F293EC
Black with #F293EC
Text Example
Text Example
White with #F293EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F293EC; }
p { color: rgb(242,147,236); }
H1.HeaderClassName
{
color: #F293EC;
}
.AnyTagClassName
{
color: #F293EC;
}
</style>
background-color css
<style>
a { background-color: #F293EC; }
a { background-color: rgb(242,147,236); }
div.DivClassName
{
background-color: #F293EC;
}
.BgClassName
{
background-color: #F293EC;
}
</style>
border-color css
<style>
span { border-color: #F293EC; }
span { border-color: rgb(242,147,236); }
td.TdClassName
{
border-color: #F293EC;
}
.TagClassName
{
border-color: #F293EC;
}
</style>