Shades of Violet #F490F9
Tints of Violet #F490F9
RGB
CMYK
RGB Variations
Color information
#F490F9 (or 0xF490F9) is known color: Violet. HEX triplet: F4, 90 and F9. RGB value is (244,144,249). Sum of RGB (Red+Green+Blue) = 244+144+249=637 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.30% from 637); Green value is 144 (56.64% from 255 or 22.61% from 637); Blue value is 249 (97.66% from 255 or 39.09% from 637); Max value from RGB is 249 - color contains mainly: blue. Hex color #F490F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F490F9 is #0B6F06. Grayscale: #B9B9B9. Windows color (decimal): -749319 or 16355572. OLE color: 16355572.
HSL color Cylindrical-coordinate representation of color #F490F9: hue angle of 297.14º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F490F9 is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 244 | 144 | 249 | - |
| CMYK | 0.02 | 0.42 | 0 | 0.02 |
| HSL | 297.14º | 0.9% | 0.77% | - |
| HSV(B) | 297.14º | 0.42% | 0.98% | - |
| XYZ | 64.38 | 46.02 | 95.11 | - |
| YUV | 185.87 | 163.63 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 144 | 249 | 0.02 | 0.42 | 0 | 0.02 | 297.14 | 0.9 | 0.77 |
| Hex | F4 | 90 | F9 | 2 | 2A | 0 | 2 | 129 | 5A | 4D |
| Octal | 364 | 220 | 371 | 2 | 52 | 0 | 2 | 451 | 132 | 115 |
| Binary | 11110100 | 10010000 | 11111001 | 10 | 101010 | 0 | 10 | 100101001 | 1011010 | 1001101 |
Color Harmonies of #F490F9
Complementary color
Monochromatic Colors of #F490F9
Black with #F490F9
Text Example
Text Example
White with #F490F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F490F9; }
p { color: rgb(244,144,249); }
H1.HeaderClassName
{
color: #F490F9;
}
.AnyTagClassName
{
color: #F490F9;
}
</style>
background-color css
<style>
a { background-color: #F490F9; }
a { background-color: rgb(244,144,249); }
div.DivClassName
{
background-color: #F490F9;
}
.BgClassName
{
background-color: #F490F9;
}
</style>
border-color css
<style>
span { border-color: #F490F9; }
span { border-color: rgb(244,144,249); }
td.TdClassName
{
border-color: #F490F9;
}
.TagClassName
{
border-color: #F490F9;
}
</style>