Shades of Lavender Rose #F19EF1
Tints of Lavender Rose #F19EF1
RGB
CMYK
RGB Variations
Color information
#F19EF1 (or 0xF19EF1) is known color: Lavender Rose. HEX triplet: F1, 9E and F1. RGB value is (241,158,241). Sum of RGB (Red+Green+Blue) = 241+158+241=640 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.66% from 640); Green value is 158 (62.11% from 255 or 24.69% from 640); Blue value is 241 (94.53% from 255 or 37.66% from 640); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F19EF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19EF1 is #0E610E. Grayscale: #C0C0C0. Windows color (decimal): -942351 or 15834865. OLE color: 15834865.
HSL color Cylindrical-coordinate representation of color #F19EF1: hue angle of 300º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F19EF1 is Cyan = 0, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 158 | 241 | - |
| CMYK | 0 | 0.34 | 0 | 0.05 |
| HSL | 300º | 0.75% | 0.78% | - |
| HSV(B) | 300º | 0.34% | 0.95% | - |
| XYZ | 64.38 | 49.51 | 89.38 | - |
| YUV | 192.28 | 155.5 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 158 | 241 | 0 | 0.34 | 0 | 0.05 | 300 | 0.75 | 0.78 |
| Hex | F1 | 9E | F1 | 0 | 22 | 0 | 5 | 12C | 4B | 4E |
| Octal | 361 | 236 | 361 | 0 | 42 | 0 | 5 | 454 | 113 | 116 |
| Binary | 11110001 | 10011110 | 11110001 | 0 | 100010 | 0 | 101 | 100101100 | 1001011 | 1001110 |
Color Harmonies of #F19EF1
Complementary color
Monochromatic Colors of #F19EF1
Black with #F19EF1
Text Example
Text Example
White with #F19EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19EF1; }
p { color: rgb(241,158,241); }
H1.HeaderClassName
{
color: #F19EF1;
}
.AnyTagClassName
{
color: #F19EF1;
}
</style>
background-color css
<style>
a { background-color: #F19EF1; }
a { background-color: rgb(241,158,241); }
div.DivClassName
{
background-color: #F19EF1;
}
.BgClassName
{
background-color: #F19EF1;
}
</style>
border-color css
<style>
span { border-color: #F19EF1; }
span { border-color: rgb(241,158,241); }
td.TdClassName
{
border-color: #F19EF1;
}
.TagClassName
{
border-color: #F19EF1;
}
</style>