Shades of Violet #F493EE
Tints of Violet #F493EE
RGB
CMYK
RGB Variations
Color information
#F493EE (or 0xF493EE) is known color: Violet. HEX triplet: F4, 93 and EE. RGB value is (244,147,238). Sum of RGB (Red+Green+Blue) = 244+147+238=629 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.79% from 629); Green value is 147 (57.81% from 255 or 23.37% from 629); Blue value is 238 (93.36% from 255 or 37.84% from 629); Max value from RGB is 244 - color contains mainly: red. Hex color #F493EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F493EE is #0B6C11. Grayscale: #BABABA. Windows color (decimal): -748562 or 15635444. OLE color: 15635444.
HSL color Cylindrical-coordinate representation of color #F493EE: hue angle of 303.71º degrees, saturation: 0.82, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F493EE is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 147 | 238 | - |
| CMYK | 0 | 0.40 | 0.02 | 0.04 |
| HSL | 303.71º | 0.82% | 0.77% | - |
| HSV(B) | 303.71º | 0.4% | 0.96% | - |
| XYZ | 63.17 | 46.27 | 86.49 | - |
| YUV | 186.38 | 157.14 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 147 | 238 | 0 | 0.40 | 0.02 | 0.04 | 303.71 | 0.82 | 0.77 |
| Hex | F4 | 93 | EE | 0 | 28 | 2 | 4 | 130 | 52 | 4D |
| Octal | 364 | 223 | 356 | 0 | 50 | 2 | 4 | 460 | 122 | 115 |
| Binary | 11110100 | 10010011 | 11101110 | 0 | 101000 | 10 | 100 | 100110000 | 1010010 | 1001101 |
Color Harmonies of #F493EE
Complementary color
Monochromatic Colors of #F493EE
Black with #F493EE
Text Example
Text Example
White with #F493EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F493EE; }
p { color: rgb(244,147,238); }
H1.HeaderClassName
{
color: #F493EE;
}
.AnyTagClassName
{
color: #F493EE;
}
</style>
background-color css
<style>
a { background-color: #F493EE; }
a { background-color: rgb(244,147,238); }
div.DivClassName
{
background-color: #F493EE;
}
.BgClassName
{
background-color: #F493EE;
}
</style>
border-color css
<style>
span { border-color: #F493EE; }
span { border-color: rgb(244,147,238); }
td.TdClassName
{
border-color: #F493EE;
}
.TagClassName
{
border-color: #F493EE;
}
</style>