Shades of Violet #F190E9
Tints of Violet #F190E9
RGB
CMYK
RGB Variations
Color information
#F190E9 (or 0xF190E9) is known color: Violet. HEX triplet: F1, 90 and E9. RGB value is (241,144,233). Sum of RGB (Red+Green+Blue) = 241+144+233=618 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.00% from 618); Green value is 144 (56.64% from 255 or 23.30% from 618); Blue value is 233 (91.41% from 255 or 37.70% from 618); Max value from RGB is 241 - color contains mainly: red. Hex color #F190E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F190E9 is #0E6F16. Grayscale: #B6B6B6. Windows color (decimal): -945943 or 15306993. OLE color: 15306993.
HSL color Cylindrical-coordinate representation of color #F190E9: hue angle of 304.95º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F190E9 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 144 | 233 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.05 |
| HSL | 304.95º | 0.78% | 0.75% | - |
| HSV(B) | 304.95º | 0.4% | 0.95% | - |
| XYZ | 60.96 | 44.53 | 82.47 | - |
| YUV | 183.15 | 156.14 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 144 | 233 | 0 | 0.40 | 0.03 | 0.05 | 304.95 | 0.78 | 0.75 |
| Hex | F1 | 90 | E9 | 0 | 28 | 3 | 5 | 131 | 4E | 4B |
| Octal | 361 | 220 | 351 | 0 | 50 | 3 | 5 | 461 | 116 | 113 |
| Binary | 11110001 | 10010000 | 11101001 | 0 | 101000 | 11 | 101 | 100110001 | 1001110 | 1001011 |
Color Harmonies of #F190E9
Complementary color
Monochromatic Colors of #F190E9
Black with #F190E9
Text Example
Text Example
White with #F190E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F190E9; }
p { color: rgb(241,144,233); }
H1.HeaderClassName
{
color: #F190E9;
}
.AnyTagClassName
{
color: #F190E9;
}
</style>
background-color css
<style>
a { background-color: #F190E9; }
a { background-color: rgb(241,144,233); }
div.DivClassName
{
background-color: #F190E9;
}
.BgClassName
{
background-color: #F190E9;
}
</style>
border-color css
<style>
span { border-color: #F190E9; }
span { border-color: rgb(241,144,233); }
td.TdClassName
{
border-color: #F190E9;
}
.TagClassName
{
border-color: #F190E9;
}
</style>