Shades of Violet #F19EF2
Tints of Violet #F19EF2
RGB
CMYK
RGB Variations
Color information
#F19EF2 (or 0xF19EF2) is known color: Violet. HEX triplet: F1, 9E and F2. RGB value is (241,158,242). Sum of RGB (Red+Green+Blue) = 241+158+242=641 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.60% from 641); Green value is 158 (62.11% from 255 or 24.65% from 641); Blue value is 242 (94.92% from 255 or 37.75% from 641); Max value from RGB is 242 - color contains mainly: blue. Hex color #F19EF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19EF2 is #0E610D. Grayscale: #C0C0C0. Windows color (decimal): -942350 or 15900401. OLE color: 15900401.
HSL color Cylindrical-coordinate representation of color #F19EF2: hue angle of 299.29º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F19EF2 is Cyan = 0.00, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 158 | 242 | - |
| CMYK | 0.00 | 0.35 | 0 | 0.05 |
| HSL | 299.29º | 0.76% | 0.78% | - |
| HSV(B) | 299.29º | 0.35% | 0.95% | - |
| XYZ | 64.53 | 49.57 | 90.17 | - |
| YUV | 192.39 | 156 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 158 | 242 | 0.00 | 0.35 | 0 | 0.05 | 299.29 | 0.76 | 0.78 |
| Hex | F1 | 9E | F2 | 0 | 23 | 0 | 5 | 12B | 4C | 4E |
| Octal | 361 | 236 | 362 | 0 | 43 | 0 | 5 | 453 | 114 | 116 |
| Binary | 11110001 | 10011110 | 11110010 | 0 | 100011 | 0 | 101 | 100101011 | 1001100 | 1001110 |
Color Harmonies of #F19EF2
Complementary color
Monochromatic Colors of #F19EF2
Black with #F19EF2
Text Example
Text Example
White with #F19EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19EF2; }
p { color: rgb(241,158,242); }
H1.HeaderClassName
{
color: #F19EF2;
}
.AnyTagClassName
{
color: #F19EF2;
}
</style>
background-color css
<style>
a { background-color: #F19EF2; }
a { background-color: rgb(241,158,242); }
div.DivClassName
{
background-color: #F19EF2;
}
.BgClassName
{
background-color: #F19EF2;
}
</style>
border-color css
<style>
span { border-color: #F19EF2; }
span { border-color: rgb(241,158,242); }
td.TdClassName
{
border-color: #F19EF2;
}
.TagClassName
{
border-color: #F19EF2;
}
</style>