Shades of Lavender Rose #F19FE9
Tints of Lavender Rose #F19FE9
RGB
CMYK
RGB Variations
Color information
#F19FE9 (or 0xF19FE9) is known color: Lavender Rose. HEX triplet: F1, 9F and E9. RGB value is (241,159,233). Sum of RGB (Red+Green+Blue) = 241+159+233=633 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.07% from 633); Green value is 159 (62.5% from 255 or 25.12% from 633); Blue value is 233 (91.41% from 255 or 36.81% from 633); Max value from RGB is 241 - color contains mainly: red. Hex color #F19FE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19FE9 is #0E6016. Grayscale: #BFBFBF. Windows color (decimal): -942103 or 15310833. OLE color: 15310833.
HSL color Cylindrical-coordinate representation of color #F19FE9: hue angle of 305.85º 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 #F19FE9 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 159 | 233 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.05 |
| HSL | 305.85º | 0.75% | 0.78% | - |
| HSV(B) | 305.85º | 0.34% | 0.95% | - |
| XYZ | 63.38 | 49.38 | 83.28 | - |
| YUV | 191.95 | 151.17 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 159 | 233 | 0 | 0.34 | 0.03 | 0.05 | 305.85 | 0.75 | 0.78 |
| Hex | F1 | 9F | E9 | 0 | 22 | 3 | 5 | 132 | 4B | 4E |
| Octal | 361 | 237 | 351 | 0 | 42 | 3 | 5 | 462 | 113 | 116 |
| Binary | 11110001 | 10011111 | 11101001 | 0 | 100010 | 11 | 101 | 100110010 | 1001011 | 1001110 |
Color Harmonies of #F19FE9
Complementary color
Monochromatic Colors of #F19FE9
Black with #F19FE9
Text Example
Text Example
White with #F19FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19FE9; }
p { color: rgb(241,159,233); }
H1.HeaderClassName
{
color: #F19FE9;
}
.AnyTagClassName
{
color: #F19FE9;
}
</style>
background-color css
<style>
a { background-color: #F19FE9; }
a { background-color: rgb(241,159,233); }
div.DivClassName
{
background-color: #F19FE9;
}
.BgClassName
{
background-color: #F19FE9;
}
</style>
border-color css
<style>
span { border-color: #F19FE9; }
span { border-color: rgb(241,159,233); }
td.TdClassName
{
border-color: #F19FE9;
}
.TagClassName
{
border-color: #F19FE9;
}
</style>