Shades of Violet #F49EFF
Tints of Violet #F49EFF
RGB
CMYK
RGB Variations
Color information
#F49EFF (or 0xF49EFF) is known color: Violet. HEX triplet: F4, 9E and FF. RGB value is (244,158,255). Sum of RGB (Red+Green+Blue) = 244+158+255=657 (87% of max value = 765). Red value is 244 (95.70% from 255 or 37.14% from 657); Green value is 158 (62.11% from 255 or 24.05% from 657); Blue value is 255 (100% from 255 or 38.81% from 657); Max value from RGB is 255 - color contains mainly: blue. Hex color #F49EFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F49EFF is #0B6100. Grayscale: #C2C2C2. Windows color (decimal): -745729 or 16752372. OLE color: 16752372.
HSL color Cylindrical-coordinate representation of color #F49EFF: hue angle of 293.2º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F49EFF is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 158 | 255 | - |
| CMYK | 0.04 | 0.38 | 0 | 0 |
| HSL | 293.2º | 1% | 0.81% | - |
| HSV(B) | 293.2º | 0.38% | 1% | - |
| XYZ | 67.59 | 50.91 | 100.87 | - |
| YUV | 194.77 | 161.99 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 158 | 255 | 0.04 | 0.38 | 0 | 0 | 293.2 | 1 | 0.81 |
| Hex | F4 | 9E | FF | 4 | 26 | 0 | 0 | 125 | 64 | 51 |
| Octal | 364 | 236 | 377 | 4 | 46 | 0 | 0 | 445 | 144 | 121 |
| Binary | 11110100 | 10011110 | 11111111 | 100 | 100110 | 0 | 0 | 100100101 | 1100100 | 1010001 |
Color Harmonies of #F49EFF
Complementary color
Monochromatic Colors of #F49EFF
Black with #F49EFF
Text Example
Text Example
White with #F49EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49EFF; }
p { color: rgb(244,158,255); }
H1.HeaderClassName
{
color: #F49EFF;
}
.AnyTagClassName
{
color: #F49EFF;
}
</style>
background-color css
<style>
a { background-color: #F49EFF; }
a { background-color: rgb(244,158,255); }
div.DivClassName
{
background-color: #F49EFF;
}
.BgClassName
{
background-color: #F49EFF;
}
</style>
border-color css
<style>
span { border-color: #F49EFF; }
span { border-color: rgb(244,158,255); }
td.TdClassName
{
border-color: #F49EFF;
}
.TagClassName
{
border-color: #F49EFF;
}
</style>