Shades of Violet #F190EC
Tints of Violet #F190EC
RGB
CMYK
RGB Variations
Color information
#F190EC (or 0xF190EC) is known color: Violet. HEX triplet: F1, 90 and EC. RGB value is (241,144,236). Sum of RGB (Red+Green+Blue) = 241+144+236=621 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.81% from 621); Green value is 144 (56.64% from 255 or 23.19% from 621); Blue value is 236 (92.58% from 255 or 38.00% from 621); Max value from RGB is 241 - color contains mainly: red. Hex color #F190EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F190EC is #0E6F13. Grayscale: #B7B7B7. Windows color (decimal): -945940 or 15503601. OLE color: 15503601.
HSL color Cylindrical-coordinate representation of color #F190EC: hue angle of 303.09º 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 #F190EC is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 144 | 236 | - |
| CMYK | 0 | 0.40 | 0.02 | 0.05 |
| HSL | 303.09º | 0.78% | 0.75% | - |
| HSV(B) | 303.09º | 0.4% | 0.95% | - |
| XYZ | 61.39 | 44.7 | 84.75 | - |
| YUV | 183.49 | 157.64 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 144 | 236 | 0 | 0.40 | 0.02 | 0.05 | 303.09 | 0.78 | 0.75 |
| Hex | F1 | 90 | EC | 0 | 28 | 2 | 5 | 12F | 4E | 4B |
| Octal | 361 | 220 | 354 | 0 | 50 | 2 | 5 | 457 | 116 | 113 |
| Binary | 11110001 | 10010000 | 11101100 | 0 | 101000 | 10 | 101 | 100101111 | 1001110 | 1001011 |
Color Harmonies of #F190EC
Complementary color
Monochromatic Colors of #F190EC
Black with #F190EC
Text Example
Text Example
White with #F190EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F190EC; }
p { color: rgb(241,144,236); }
H1.HeaderClassName
{
color: #F190EC;
}
.AnyTagClassName
{
color: #F190EC;
}
</style>
background-color css
<style>
a { background-color: #F190EC; }
a { background-color: rgb(241,144,236); }
div.DivClassName
{
background-color: #F190EC;
}
.BgClassName
{
background-color: #F190EC;
}
</style>
border-color css
<style>
span { border-color: #F190EC; }
span { border-color: rgb(241,144,236); }
td.TdClassName
{
border-color: #F190EC;
}
.TagClassName
{
border-color: #F190EC;
}
</style>