Shades of Violet #F490FA
Tints of Violet #F490FA
RGB
CMYK
RGB Variations
Color information
#F490FA (or 0xF490FA) is known color: Violet. HEX triplet: F4, 90 and FA. RGB value is (244,144,250). Sum of RGB (Red+Green+Blue) = 244+144+250=638 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.24% from 638); Green value is 144 (56.64% from 255 or 22.57% from 638); Blue value is 250 (98.05% from 255 or 39.18% from 638); Max value from RGB is 250 - color contains mainly: blue. Hex color #F490FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F490FA is #0B6F05. Grayscale: #B9B9B9. Windows color (decimal): -749318 or 16421108. OLE color: 16421108.
HSL color Cylindrical-coordinate representation of color #F490FA: hue angle of 296.6º degrees, saturation: 0.91, 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 #F490FA is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 244 | 144 | 250 | - |
| CMYK | 0.02 | 0.42 | 0 | 0.02 |
| HSL | 296.6º | 0.91% | 0.77% | - |
| HSV(B) | 296.6º | 0.42% | 0.98% | - |
| XYZ | 64.54 | 46.08 | 95.94 | - |
| YUV | 185.98 | 164.13 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 144 | 250 | 0.02 | 0.42 | 0 | 0.02 | 296.6 | 0.91 | 0.77 |
| Hex | F4 | 90 | FA | 2 | 2A | 0 | 2 | 129 | 5B | 4D |
| Octal | 364 | 220 | 372 | 2 | 52 | 0 | 2 | 451 | 133 | 115 |
| Binary | 11110100 | 10010000 | 11111010 | 10 | 101010 | 0 | 10 | 100101001 | 1011011 | 1001101 |
Color Harmonies of #F490FA
Complementary color
Monochromatic Colors of #F490FA
Black with #F490FA
Text Example
Text Example
White with #F490FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F490FA; }
p { color: rgb(244,144,250); }
H1.HeaderClassName
{
color: #F490FA;
}
.AnyTagClassName
{
color: #F490FA;
}
</style>
background-color css
<style>
a { background-color: #F490FA; }
a { background-color: rgb(244,144,250); }
div.DivClassName
{
background-color: #F490FA;
}
.BgClassName
{
background-color: #F490FA;
}
</style>
border-color css
<style>
span { border-color: #F490FA; }
span { border-color: rgb(244,144,250); }
td.TdClassName
{
border-color: #F490FA;
}
.TagClassName
{
border-color: #F490FA;
}
</style>