Shades of Violet #F191FA
Tints of Violet #F191FA
RGB
CMYK
RGB Variations
Color information
#F191FA (or 0xF191FA) is known color: Violet. HEX triplet: F1, 91 and FA. RGB value is (241,145,250). Sum of RGB (Red+Green+Blue) = 241+145+250=636 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.89% from 636); Green value is 145 (57.03% from 255 or 22.80% from 636); Blue value is 250 (98.05% from 255 or 39.31% from 636); Max value from RGB is 250 - color contains mainly: blue. Hex color #F191FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F191FA is #0E6E05. Grayscale: #B9B9B9. Windows color (decimal): -945670 or 16421361. OLE color: 16421361.
HSL color Cylindrical-coordinate representation of color #F191FA: hue angle of 294.86º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F191FA is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 145 | 250 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.02 |
| HSL | 294.86º | 0.91% | 0.77% | - |
| HSV(B) | 294.86º | 0.42% | 0.98% | - |
| XYZ | 63.66 | 45.85 | 95.94 | - |
| YUV | 185.67 | 164.3 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 145 | 250 | 0.04 | 0.42 | 0 | 0.02 | 294.86 | 0.91 | 0.77 |
| Hex | F1 | 91 | FA | 4 | 2A | 0 | 2 | 127 | 5B | 4D |
| Octal | 361 | 221 | 372 | 4 | 52 | 0 | 2 | 447 | 133 | 115 |
| Binary | 11110001 | 10010001 | 11111010 | 100 | 101010 | 0 | 10 | 100100111 | 1011011 | 1001101 |
Color Harmonies of #F191FA
Complementary color
Monochromatic Colors of #F191FA
Black with #F191FA
Text Example
Text Example
White with #F191FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F191FA; }
p { color: rgb(241,145,250); }
H1.HeaderClassName
{
color: #F191FA;
}
.AnyTagClassName
{
color: #F191FA;
}
</style>
background-color css
<style>
a { background-color: #F191FA; }
a { background-color: rgb(241,145,250); }
div.DivClassName
{
background-color: #F191FA;
}
.BgClassName
{
background-color: #F191FA;
}
</style>
border-color css
<style>
span { border-color: #F191FA; }
span { border-color: rgb(241,145,250); }
td.TdClassName
{
border-color: #F191FA;
}
.TagClassName
{
border-color: #F191FA;
}
</style>