Shades of Violet #F190F0
Tints of Violet #F190F0
RGB
CMYK
RGB Variations
Color information
#F190F0 (or 0xF190F0) is known color: Violet. HEX triplet: F1, 90 and F0. RGB value is (241,144,240). Sum of RGB (Red+Green+Blue) = 241+144+240=625 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.56% from 625); Green value is 144 (56.64% from 255 or 23.04% from 625); Blue value is 240 (94.14% from 255 or 38.4% from 625); Max value from RGB is 241 - color contains mainly: red. Hex color #F190F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F190F0 is #0E6F0F. Grayscale: #B7B7B7. Windows color (decimal): -945936 or 15765745. OLE color: 15765745.
HSL color Cylindrical-coordinate representation of color #F190F0: hue angle of 300.62º 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 #F190F0 is Cyan = 0, Magento = 0.40, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 144 | 240 | - |
| CMYK | 0 | 0.40 | 0.00 | 0.05 |
| HSL | 300.62º | 0.78% | 0.75% | - |
| HSV(B) | 300.62º | 0.4% | 0.95% | - |
| XYZ | 61.98 | 44.94 | 87.85 | - |
| YUV | 183.95 | 159.64 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 144 | 240 | 0 | 0.40 | 0.00 | 0.05 | 300.62 | 0.78 | 0.75 |
| Hex | F1 | 90 | F0 | 0 | 28 | 0 | 5 | 12D | 4E | 4B |
| Octal | 361 | 220 | 360 | 0 | 50 | 0 | 5 | 455 | 116 | 113 |
| Binary | 11110001 | 10010000 | 11110000 | 0 | 101000 | 0 | 101 | 100101101 | 1001110 | 1001011 |
Color Harmonies of #F190F0
Complementary color
Monochromatic Colors of #F190F0
Black with #F190F0
Text Example
Text Example
White with #F190F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F190F0; }
p { color: rgb(241,144,240); }
H1.HeaderClassName
{
color: #F190F0;
}
.AnyTagClassName
{
color: #F190F0;
}
</style>
background-color css
<style>
a { background-color: #F190F0; }
a { background-color: rgb(241,144,240); }
div.DivClassName
{
background-color: #F190F0;
}
.BgClassName
{
background-color: #F190F0;
}
</style>
border-color css
<style>
span { border-color: #F190F0; }
span { border-color: rgb(241,144,240); }
td.TdClassName
{
border-color: #F190F0;
}
.TagClassName
{
border-color: #F190F0;
}
</style>