Shades of Violet #F394EC
Tints of Violet #F394EC
RGB
CMYK
RGB Variations
Color information
#F394EC (or 0xF394EC) is known color: Violet. HEX triplet: F3, 94 and EC. RGB value is (243,148,236). Sum of RGB (Red+Green+Blue) = 243+148+236=627 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.76% from 627); Green value is 148 (58.20% from 255 or 23.60% from 627); Blue value is 236 (92.58% from 255 or 37.64% from 627); Max value from RGB is 243 - color contains mainly: red. Hex color #F394EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F394EC is #0C6B13. Grayscale: #BABABA. Windows color (decimal): -813844 or 15504627. OLE color: 15504627.
HSL color Cylindrical-coordinate representation of color #F394EC: hue angle of 304.42º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F394EC is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 148 | 236 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.05 |
| HSL | 304.42º | 0.8% | 0.77% | - |
| HSV(B) | 304.42º | 0.39% | 0.95% | - |
| XYZ | 62.69 | 46.29 | 84.99 | - |
| YUV | 186.44 | 155.97 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 148 | 236 | 0 | 0.39 | 0.03 | 0.05 | 304.42 | 0.8 | 0.77 |
| Hex | F3 | 94 | EC | 0 | 27 | 3 | 5 | 130 | 50 | 4D |
| Octal | 363 | 224 | 354 | 0 | 47 | 3 | 5 | 460 | 120 | 115 |
| Binary | 11110011 | 10010100 | 11101100 | 0 | 100111 | 11 | 101 | 100110000 | 1010000 | 1001101 |
Color Harmonies of #F394EC
Complementary color
Monochromatic Colors of #F394EC
Black with #F394EC
Text Example
Text Example
White with #F394EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F394EC; }
p { color: rgb(243,148,236); }
H1.HeaderClassName
{
color: #F394EC;
}
.AnyTagClassName
{
color: #F394EC;
}
</style>
background-color css
<style>
a { background-color: #F394EC; }
a { background-color: rgb(243,148,236); }
div.DivClassName
{
background-color: #F394EC;
}
.BgClassName
{
background-color: #F394EC;
}
</style>
border-color css
<style>
span { border-color: #F394EC; }
span { border-color: rgb(243,148,236); }
td.TdClassName
{
border-color: #F394EC;
}
.TagClassName
{
border-color: #F394EC;
}
</style>