Shades of Violet #F490FF
Tints of Violet #F490FF
RGB
CMYK
RGB Variations
Color information
#F490FF (or 0xF490FF) is known color: Violet. HEX triplet: F4, 90 and FF. RGB value is (244,144,255). Sum of RGB (Red+Green+Blue) = 244+144+255=643 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.95% from 643); Green value is 144 (56.64% from 255 or 22.40% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #F490FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F490FF is #0B6F00. Grayscale: #BABABA. Windows color (decimal): -749313 or 16748788. OLE color: 16748788.
HSL color Cylindrical-coordinate representation of color #F490FF: hue angle of 294.05º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F490FF is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 144 | 255 | - |
| CMYK | 0.04 | 0.44 | 0 | 0 |
| HSL | 294.05º | 1% | 0.78% | - |
| HSV(B) | 294.05º | 0.44% | 1% | - |
| XYZ | 65.33 | 46.4 | 100.12 | - |
| YUV | 186.55 | 166.63 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 144 | 255 | 0.04 | 0.44 | 0 | 0 | 294.05 | 1 | 0.78 |
| Hex | F4 | 90 | FF | 4 | 2C | 0 | 0 | 126 | 64 | 4E |
| Octal | 364 | 220 | 377 | 4 | 54 | 0 | 0 | 446 | 144 | 116 |
| Binary | 11110100 | 10010000 | 11111111 | 100 | 101100 | 0 | 0 | 100100110 | 1100100 | 1001110 |
Color Harmonies of #F490FF
Complementary color
Monochromatic Colors of #F490FF
Black with #F490FF
Text Example
Text Example
White with #F490FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F490FF; }
p { color: rgb(244,144,255); }
H1.HeaderClassName
{
color: #F490FF;
}
.AnyTagClassName
{
color: #F490FF;
}
</style>
background-color css
<style>
a { background-color: #F490FF; }
a { background-color: rgb(244,144,255); }
div.DivClassName
{
background-color: #F490FF;
}
.BgClassName
{
background-color: #F490FF;
}
</style>
border-color css
<style>
span { border-color: #F490FF; }
span { border-color: rgb(244,144,255); }
td.TdClassName
{
border-color: #F490FF;
}
.TagClassName
{
border-color: #F490FF;
}
</style>