Shades of Violet #F393EC
Tints of Violet #F393EC
RGB
CMYK
RGB Variations
Color information
#F393EC (or 0xF393EC) is known color: Violet. HEX triplet: F3, 93 and EC. RGB value is (243,147,236). Sum of RGB (Red+Green+Blue) = 243+147+236=626 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.82% from 626); Green value is 147 (57.81% from 255 or 23.48% from 626); Blue value is 236 (92.58% from 255 or 37.70% from 626); Max value from RGB is 243 - color contains mainly: red. Hex color #F393EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F393EC is #0C6C13. Grayscale: #B9B9B9. Windows color (decimal): -814100 or 15504371. OLE color: 15504371.
HSL color Cylindrical-coordinate representation of color #F393EC: hue angle of 304.38º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F393EC is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 147 | 236 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.05 |
| HSL | 304.38º | 0.8% | 0.76% | - |
| HSV(B) | 304.38º | 0.4% | 0.95% | - |
| XYZ | 62.54 | 45.98 | 84.94 | - |
| YUV | 185.85 | 156.3 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 147 | 236 | 0 | 0.40 | 0.03 | 0.05 | 304.38 | 0.8 | 0.76 |
| Hex | F3 | 93 | EC | 0 | 28 | 3 | 5 | 130 | 50 | 4C |
| Octal | 363 | 223 | 354 | 0 | 50 | 3 | 5 | 460 | 120 | 114 |
| Binary | 11110011 | 10010011 | 11101100 | 0 | 101000 | 11 | 101 | 100110000 | 1010000 | 1001100 |
Color Harmonies of #F393EC
Complementary color
Monochromatic Colors of #F393EC
Black with #F393EC
Text Example
Text Example
White with #F393EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F393EC; }
p { color: rgb(243,147,236); }
H1.HeaderClassName
{
color: #F393EC;
}
.AnyTagClassName
{
color: #F393EC;
}
</style>
background-color css
<style>
a { background-color: #F393EC; }
a { background-color: rgb(243,147,236); }
div.DivClassName
{
background-color: #F393EC;
}
.BgClassName
{
background-color: #F393EC;
}
</style>
border-color css
<style>
span { border-color: #F393EC; }
span { border-color: rgb(243,147,236); }
td.TdClassName
{
border-color: #F393EC;
}
.TagClassName
{
border-color: #F393EC;
}
</style>