Shades of Lavender Rose #F19FE5
Tints of Lavender Rose #F19FE5
RGB
CMYK
RGB Variations
Color information
#F19FE5 (or 0xF19FE5) is known color: Lavender Rose. HEX triplet: F1, 9F and E5. RGB value is (241,159,229). Sum of RGB (Red+Green+Blue) = 241+159+229=629 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.31% from 629); Green value is 159 (62.5% from 255 or 25.28% from 629); Blue value is 229 (89.84% from 255 or 36.41% from 629); Max value from RGB is 241 - color contains mainly: red. Hex color #F19FE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19FE5 is #0E601A. Grayscale: #BFBFBF. Windows color (decimal): -942107 or 15048689. OLE color: 15048689.
HSL color Cylindrical-coordinate representation of color #F19FE5: hue angle of 308.78º 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 #F19FE5 is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 159 | 229 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.05 |
| HSL | 308.78º | 0.75% | 0.78% | - |
| HSV(B) | 308.78º | 0.34% | 0.95% | - |
| XYZ | 62.82 | 49.15 | 80.31 | - |
| YUV | 191.5 | 149.17 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 159 | 229 | 0 | 0.34 | 0.05 | 0.05 | 308.78 | 0.75 | 0.78 |
| Hex | F1 | 9F | E5 | 0 | 22 | 5 | 5 | 135 | 4B | 4E |
| Octal | 361 | 237 | 345 | 0 | 42 | 5 | 5 | 465 | 113 | 116 |
| Binary | 11110001 | 10011111 | 11100101 | 0 | 100010 | 101 | 101 | 100110101 | 1001011 | 1001110 |
Color Harmonies of #F19FE5
Complementary color
Monochromatic Colors of #F19FE5
Black with #F19FE5
Text Example
Text Example
White with #F19FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19FE5; }
p { color: rgb(241,159,229); }
H1.HeaderClassName
{
color: #F19FE5;
}
.AnyTagClassName
{
color: #F19FE5;
}
</style>
background-color css
<style>
a { background-color: #F19FE5; }
a { background-color: rgb(241,159,229); }
div.DivClassName
{
background-color: #F19FE5;
}
.BgClassName
{
background-color: #F19FE5;
}
</style>
border-color css
<style>
span { border-color: #F19FE5; }
span { border-color: rgb(241,159,229); }
td.TdClassName
{
border-color: #F19FE5;
}
.TagClassName
{
border-color: #F19FE5;
}
</style>