Shades of Lavender Rose #F19FE1
Tints of Lavender Rose #F19FE1
RGB
CMYK
RGB Variations
Color information
#F19FE1 (or 0xF19FE1) is known color: Lavender Rose. HEX triplet: F1, 9F and E1. RGB value is (241,159,225). Sum of RGB (Red+Green+Blue) = 241+159+225=625 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.56% from 625); Green value is 159 (62.5% from 255 or 25.44% from 625); Blue value is 225 (88.28% from 255 or 36% from 625); Max value from RGB is 241 - color contains mainly: red. Hex color #F19FE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19FE1 is #0E601E. Grayscale: #BEBEBE. Windows color (decimal): -942111 or 14786545. OLE color: 14786545.
HSL color Cylindrical-coordinate representation of color #F19FE1: hue angle of 311.71º 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 #F19FE1 is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 159 | 225 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.05 |
| HSL | 311.71º | 0.75% | 0.78% | - |
| HSV(B) | 311.71º | 0.34% | 0.95% | - |
| XYZ | 62.26 | 48.93 | 77.4 | - |
| YUV | 191.04 | 147.17 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 159 | 225 | 0 | 0.34 | 0.07 | 0.05 | 311.71 | 0.75 | 0.78 |
| Hex | F1 | 9F | E1 | 0 | 22 | 7 | 5 | 138 | 4B | 4E |
| Octal | 361 | 237 | 341 | 0 | 42 | 7 | 5 | 470 | 113 | 116 |
| Binary | 11110001 | 10011111 | 11100001 | 0 | 100010 | 111 | 101 | 100111000 | 1001011 | 1001110 |
Color Harmonies of #F19FE1
Complementary color
Monochromatic Colors of #F19FE1
Black with #F19FE1
Text Example
Text Example
White with #F19FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19FE1; }
p { color: rgb(241,159,225); }
H1.HeaderClassName
{
color: #F19FE1;
}
.AnyTagClassName
{
color: #F19FE1;
}
</style>
background-color css
<style>
a { background-color: #F19FE1; }
a { background-color: rgb(241,159,225); }
div.DivClassName
{
background-color: #F19FE1;
}
.BgClassName
{
background-color: #F19FE1;
}
</style>
border-color css
<style>
span { border-color: #F19FE1; }
span { border-color: rgb(241,159,225); }
td.TdClassName
{
border-color: #F19FE1;
}
.TagClassName
{
border-color: #F19FE1;
}
</style>