Shades of Violet #F490FE
Tints of Violet #F490FE
RGB
CMYK
RGB Variations
Color information
#F490FE (or 0xF490FE) is known color: Violet. HEX triplet: F4, 90 and FE. RGB value is (244,144,254). Sum of RGB (Red+Green+Blue) = 244+144+254=642 (85% of max value = 765). Red value is 244 (95.70% from 255 or 38.01% from 642); Green value is 144 (56.64% from 255 or 22.43% from 642); Blue value is 254 (99.61% from 255 or 39.56% from 642); Max value from RGB is 254 - color contains mainly: blue. Hex color #F490FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F490FE is #0B6F01. Grayscale: #BABABA. Windows color (decimal): -749314 or 16683252. OLE color: 16683252.
HSL color Cylindrical-coordinate representation of color #F490FE: hue angle of 294.55º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F490FE is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 244 | 144 | 254 | - |
| CMYK | 0.04 | 0.43 | 0 | 0.00 |
| HSL | 294.55º | 0.98% | 0.78% | - |
| HSV(B) | 294.55º | 0.43% | 1% | - |
| XYZ | 65.17 | 46.34 | 99.27 | - |
| YUV | 186.44 | 166.13 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 144 | 254 | 0.04 | 0.43 | 0 | 0.00 | 294.55 | 0.98 | 0.78 |
| Hex | F4 | 90 | FE | 4 | 2B | 0 | 0 | 127 | 62 | 4E |
| Octal | 364 | 220 | 376 | 4 | 53 | 0 | 0 | 447 | 142 | 116 |
| Binary | 11110100 | 10010000 | 11111110 | 100 | 101011 | 0 | 0 | 100100111 | 1100010 | 1001110 |
Color Harmonies of #F490FE
Complementary color
Monochromatic Colors of #F490FE
Black with #F490FE
Text Example
Text Example
White with #F490FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F490FE; }
p { color: rgb(244,144,254); }
H1.HeaderClassName
{
color: #F490FE;
}
.AnyTagClassName
{
color: #F490FE;
}
</style>
background-color css
<style>
a { background-color: #F490FE; }
a { background-color: rgb(244,144,254); }
div.DivClassName
{
background-color: #F490FE;
}
.BgClassName
{
background-color: #F490FE;
}
</style>
border-color css
<style>
span { border-color: #F490FE; }
span { border-color: rgb(244,144,254); }
td.TdClassName
{
border-color: #F490FE;
}
.TagClassName
{
border-color: #F490FE;
}
</style>