Shades of Violet #F490F0
Tints of Violet #F490F0
RGB
CMYK
RGB Variations
Color information
#F490F0 (or 0xF490F0) is known color: Violet. HEX triplet: F4, 90 and F0. RGB value is (244,144,240). Sum of RGB (Red+Green+Blue) = 244+144+240=628 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.85% from 628); Green value is 144 (56.64% from 255 or 22.93% from 628); Blue value is 240 (94.14% from 255 or 38.22% from 628); Max value from RGB is 244 - color contains mainly: red. Hex color #F490F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F490F0 is #0B6F0F. Grayscale: #B8B8B8. Windows color (decimal): -749328 or 15765748. OLE color: 15765748.
HSL color Cylindrical-coordinate representation of color #F490F0: hue angle of 302.4º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F490F0 is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 144 | 240 | - |
| CMYK | 0 | 0.41 | 0.02 | 0.04 |
| HSL | 302.4º | 0.82% | 0.76% | - |
| HSV(B) | 302.4º | 0.41% | 0.96% | - |
| XYZ | 63.01 | 45.47 | 87.89 | - |
| YUV | 184.84 | 159.13 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 144 | 240 | 0 | 0.41 | 0.02 | 0.04 | 302.4 | 0.82 | 0.76 |
| Hex | F4 | 90 | F0 | 0 | 29 | 2 | 4 | 12E | 52 | 4C |
| Octal | 364 | 220 | 360 | 0 | 51 | 2 | 4 | 456 | 122 | 114 |
| Binary | 11110100 | 10010000 | 11110000 | 0 | 101001 | 10 | 100 | 100101110 | 1010010 | 1001100 |
Color Harmonies of #F490F0
Complementary color
Monochromatic Colors of #F490F0
Black with #F490F0
Text Example
Text Example
White with #F490F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F490F0; }
p { color: rgb(244,144,240); }
H1.HeaderClassName
{
color: #F490F0;
}
.AnyTagClassName
{
color: #F490F0;
}
</style>
background-color css
<style>
a { background-color: #F490F0; }
a { background-color: rgb(244,144,240); }
div.DivClassName
{
background-color: #F490F0;
}
.BgClassName
{
background-color: #F490F0;
}
</style>
border-color css
<style>
span { border-color: #F490F0; }
span { border-color: rgb(244,144,240); }
td.TdClassName
{
border-color: #F490F0;
}
.TagClassName
{
border-color: #F490F0;
}
</style>