Shades of Violet #F49AFF
Tints of Violet #F49AFF
RGB
CMYK
RGB Variations
Color information
#F49AFF (or 0xF49AFF) is known color: Violet. HEX triplet: F4, 9A and FF. RGB value is (244,154,255). Sum of RGB (Red+Green+Blue) = 244+154+255=653 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.37% from 653); Green value is 154 (60.55% from 255 or 23.58% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #F49AFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F49AFF is #0B6500. Grayscale: #C0C0C0. Windows color (decimal): -746753 or 16751348. OLE color: 16751348.
HSL color Cylindrical-coordinate representation of color #F49AFF: hue angle of 293.47º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F49AFF is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 154 | 255 | - |
| CMYK | 0.04 | 0.40 | 0 | 0 |
| HSL | 293.47º | 1% | 0.8% | - |
| HSV(B) | 293.47º | 0.4% | 1% | - |
| XYZ | 66.91 | 49.56 | 100.65 | - |
| YUV | 192.42 | 163.32 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 154 | 255 | 0.04 | 0.40 | 0 | 0 | 293.47 | 1 | 0.8 |
| Hex | F4 | 9A | FF | 4 | 28 | 0 | 0 | 125 | 64 | 50 |
| Octal | 364 | 232 | 377 | 4 | 50 | 0 | 0 | 445 | 144 | 120 |
| Binary | 11110100 | 10011010 | 11111111 | 100 | 101000 | 0 | 0 | 100100101 | 1100100 | 1010000 |
Color Harmonies of #F49AFF
Complementary color
Monochromatic Colors of #F49AFF
Black with #F49AFF
Text Example
Text Example
White with #F49AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49AFF; }
p { color: rgb(244,154,255); }
H1.HeaderClassName
{
color: #F49AFF;
}
.AnyTagClassName
{
color: #F49AFF;
}
</style>
background-color css
<style>
a { background-color: #F49AFF; }
a { background-color: rgb(244,154,255); }
div.DivClassName
{
background-color: #F49AFF;
}
.BgClassName
{
background-color: #F49AFF;
}
</style>
border-color css
<style>
span { border-color: #F49AFF; }
span { border-color: rgb(244,154,255); }
td.TdClassName
{
border-color: #F49AFF;
}
.TagClassName
{
border-color: #F49AFF;
}
</style>