Shades of Violet #F19EFC
Tints of Violet #F19EFC
RGB
CMYK
RGB Variations
Color information
#F19EFC (or 0xF19EFC) is known color: Violet. HEX triplet: F1, 9E and FC. RGB value is (241,158,252). Sum of RGB (Red+Green+Blue) = 241+158+252=651 (86% of max value = 765). Red value is 241 (94.53% from 255 or 37.02% from 651); Green value is 158 (62.11% from 255 or 24.27% from 651); Blue value is 252 (98.83% from 255 or 38.71% from 651); Max value from RGB is 252 - color contains mainly: blue. Hex color #F19EFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19EFC is #0E6103. Grayscale: #C1C1C1. Windows color (decimal): -942340 or 16555761. OLE color: 16555761.
HSL color Cylindrical-coordinate representation of color #F19EFC: hue angle of 292.98º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F19EFC is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 158 | 252 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.01 |
| HSL | 292.98º | 0.94% | 0.8% | - |
| HSV(B) | 292.98º | 0.37% | 0.99% | - |
| XYZ | 66.07 | 50.18 | 98.3 | - |
| YUV | 193.53 | 161 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 158 | 252 | 0.04 | 0.37 | 0 | 0.01 | 292.98 | 0.94 | 0.8 |
| Hex | F1 | 9E | FC | 4 | 25 | 0 | 1 | 125 | 5E | 50 |
| Octal | 361 | 236 | 374 | 4 | 45 | 0 | 1 | 445 | 136 | 120 |
| Binary | 11110001 | 10011110 | 11111100 | 100 | 100101 | 0 | 1 | 100100101 | 1011110 | 1010000 |
Color Harmonies of #F19EFC
Complementary color
Monochromatic Colors of #F19EFC
Black with #F19EFC
Text Example
Text Example
White with #F19EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19EFC; }
p { color: rgb(241,158,252); }
H1.HeaderClassName
{
color: #F19EFC;
}
.AnyTagClassName
{
color: #F19EFC;
}
</style>
background-color css
<style>
a { background-color: #F19EFC; }
a { background-color: rgb(241,158,252); }
div.DivClassName
{
background-color: #F19EFC;
}
.BgClassName
{
background-color: #F19EFC;
}
</style>
border-color css
<style>
span { border-color: #F19EFC; }
span { border-color: rgb(241,158,252); }
td.TdClassName
{
border-color: #F19EFC;
}
.TagClassName
{
border-color: #F19EFC;
}
</style>