Shades of Lavender Rose #F19EE5
Tints of Lavender Rose #F19EE5
RGB
CMYK
RGB Variations
Color information
#F19EE5 (or 0xF19EE5) is known color: Lavender Rose. HEX triplet: F1, 9E and E5. RGB value is (241,158,229). Sum of RGB (Red+Green+Blue) = 241+158+229=628 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.38% from 628); Green value is 158 (62.11% from 255 or 25.16% from 628); Blue value is 229 (89.84% from 255 or 36.46% from 628); Max value from RGB is 241 - color contains mainly: red. Hex color #F19EE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19EE5 is #0E611A. Grayscale: #BEBEBE. Windows color (decimal): -942363 or 15048433. OLE color: 15048433.
HSL color Cylindrical-coordinate representation of color #F19EE5: hue angle of 308.67º 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 #F19EE5 is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
RGB | 241 | 158 | 229 | - |
CMYK | 0 | 0.34 | 0.05 | 0.05 |
HSL | 308.67º | 0.75% | 0.78% | - |
HSV(B) | 308.67º | 0.34% | 0.95% | - |
XYZ | 62.65 | 48.81 | 80.25 | - |
YUV | 190.91 | 149.5 | 163.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 158 | 229 | 0 | 0.34 | 0.05 | 0.05 | 308.67 | 0.75 | 0.78 |
Hex | F1 | 9E | E5 | 0 | 22 | 5 | 5 | 135 | 4B | 4E |
Octal | 361 | 236 | 345 | 0 | 42 | 5 | 5 | 465 | 113 | 116 |
Binary | 11110001 | 10011110 | 11100101 | 0 | 100010 | 101 | 101 | 100110101 | 1001011 | 1001110 |
Color Harmonies of #F19EE5
Complementary color
Monochromatic Colors of #F19EE5
Black with #F19EE5
Text Example
Text Example
White with #F19EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19EE5; }
p { color: rgb(241,158,229); }
H1.HeaderClassName
{
color: #F19EE5;
}
.AnyTagClassName
{
color: #F19EE5;
}
</style>
background-color css
<style>
a { background-color: #F19EE5; }
a { background-color: rgb(241,158,229); }
div.DivClassName
{
background-color: #F19EE5;
}
.BgClassName
{
background-color: #F19EE5;
}
</style>
border-color css
<style>
span { border-color: #F19EE5; }
span { border-color: rgb(241,158,229); }
td.TdClassName
{
border-color: #F19EE5;
}
.TagClassName
{
border-color: #F19EE5;
}
</style>