Shades of Violet #F49AF2
Tints of Violet #F49AF2
RGB
CMYK
RGB Variations
Color information
#F49AF2 (or 0xF49AF2) is known color: Violet. HEX triplet: F4, 9A and F2. RGB value is (244,154,242). Sum of RGB (Red+Green+Blue) = 244+154+242=640 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.12% from 640); Green value is 154 (60.55% from 255 or 24.06% from 640); Blue value is 242 (94.92% from 255 or 37.81% from 640); Max value from RGB is 244 - color contains mainly: red. Hex color #F49AF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F49AF2 is #0B650D. Grayscale: #BEBEBE. Windows color (decimal): -746766 or 15899380. OLE color: 15899380.
HSL color Cylindrical-coordinate representation of color #F49AF2: hue angle of 301.33º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F49AF2 is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 154 | 242 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.04 |
| HSL | 301.33º | 0.8% | 0.78% | - |
| HSV(B) | 301.33º | 0.37% | 0.96% | - |
| XYZ | 64.89 | 48.76 | 89.99 | - |
| YUV | 190.94 | 156.82 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 154 | 242 | 0 | 0.37 | 0.01 | 0.04 | 301.33 | 0.8 | 0.78 |
| Hex | F4 | 9A | F2 | 0 | 25 | 1 | 4 | 12D | 50 | 4E |
| Octal | 364 | 232 | 362 | 0 | 45 | 1 | 4 | 455 | 120 | 116 |
| Binary | 11110100 | 10011010 | 11110010 | 0 | 100101 | 1 | 100 | 100101101 | 1010000 | 1001110 |
Color Harmonies of #F49AF2
Complementary color
Monochromatic Colors of #F49AF2
Black with #F49AF2
Text Example
Text Example
White with #F49AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49AF2; }
p { color: rgb(244,154,242); }
H1.HeaderClassName
{
color: #F49AF2;
}
.AnyTagClassName
{
color: #F49AF2;
}
</style>
background-color css
<style>
a { background-color: #F49AF2; }
a { background-color: rgb(244,154,242); }
div.DivClassName
{
background-color: #F49AF2;
}
.BgClassName
{
background-color: #F49AF2;
}
</style>
border-color css
<style>
span { border-color: #F49AF2; }
span { border-color: rgb(244,154,242); }
td.TdClassName
{
border-color: #F49AF2;
}
.TagClassName
{
border-color: #F49AF2;
}
</style>