Shades of Violet #F19EFB
Tints of Violet #F19EFB
RGB
CMYK
RGB Variations
Color information
#F19EFB (or 0xF19EFB) is known color: Violet. HEX triplet: F1, 9E and FB. RGB value is (241,158,251). Sum of RGB (Red+Green+Blue) = 241+158+251=650 (86% of max value = 765). Red value is 241 (94.53% from 255 or 37.08% from 650); Green value is 158 (62.11% from 255 or 24.31% from 650); Blue value is 251 (98.44% from 255 or 38.62% from 650); Max value from RGB is 251 - color contains mainly: blue. Hex color #F19EFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19EFB is #0E6104. Grayscale: #C1C1C1. Windows color (decimal): -942341 or 16490225. OLE color: 16490225.
HSL color Cylindrical-coordinate representation of color #F19EFB: hue angle of 293.55º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F19EFB is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 158 | 251 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.02 |
| HSL | 293.55º | 0.92% | 0.8% | - |
| HSV(B) | 293.55º | 0.37% | 0.98% | - |
| XYZ | 65.92 | 50.12 | 97.47 | - |
| YUV | 193.42 | 160.5 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 158 | 251 | 0.04 | 0.37 | 0 | 0.02 | 293.55 | 0.92 | 0.8 |
| Hex | F1 | 9E | FB | 4 | 25 | 0 | 2 | 126 | 5C | 50 |
| Octal | 361 | 236 | 373 | 4 | 45 | 0 | 2 | 446 | 134 | 120 |
| Binary | 11110001 | 10011110 | 11111011 | 100 | 100101 | 0 | 10 | 100100110 | 1011100 | 1010000 |
Color Harmonies of #F19EFB
Complementary color
Monochromatic Colors of #F19EFB
Black with #F19EFB
Text Example
Text Example
White with #F19EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19EFB; }
p { color: rgb(241,158,251); }
H1.HeaderClassName
{
color: #F19EFB;
}
.AnyTagClassName
{
color: #F19EFB;
}
</style>
background-color css
<style>
a { background-color: #F19EFB; }
a { background-color: rgb(241,158,251); }
div.DivClassName
{
background-color: #F19EFB;
}
.BgClassName
{
background-color: #F19EFB;
}
</style>
border-color css
<style>
span { border-color: #F19EFB; }
span { border-color: rgb(241,158,251); }
td.TdClassName
{
border-color: #F19EFB;
}
.TagClassName
{
border-color: #F19EFB;
}
</style>