Shades of Lavender Rose #F19FE8
Tints of Lavender Rose #F19FE8
RGB
CMYK
RGB Variations
Color information
#F19FE8 (or 0xF19FE8) is known color: Lavender Rose. HEX triplet: F1, 9F and E8. RGB value is (241,159,232). Sum of RGB (Red+Green+Blue) = 241+159+232=632 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.13% from 632); Green value is 159 (62.5% from 255 or 25.16% from 632); Blue value is 232 (91.02% from 255 or 36.71% from 632); Max value from RGB is 241 - color contains mainly: red. Hex color #F19FE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19FE8 is #0E6017. Grayscale: #BFBFBF. Windows color (decimal): -942104 or 15245297. OLE color: 15245297.
HSL color Cylindrical-coordinate representation of color #F19FE8: hue angle of 306.59º 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 #F19FE8 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 159 | 232 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.05 |
| HSL | 306.59º | 0.75% | 0.78% | - |
| HSV(B) | 306.59º | 0.34% | 0.95% | - |
| XYZ | 63.24 | 49.32 | 82.53 | - |
| YUV | 191.84 | 150.67 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 159 | 232 | 0 | 0.34 | 0.04 | 0.05 | 306.59 | 0.75 | 0.78 |
| Hex | F1 | 9F | E8 | 0 | 22 | 4 | 5 | 133 | 4B | 4E |
| Octal | 361 | 237 | 350 | 0 | 42 | 4 | 5 | 463 | 113 | 116 |
| Binary | 11110001 | 10011111 | 11101000 | 0 | 100010 | 100 | 101 | 100110011 | 1001011 | 1001110 |
Color Harmonies of #F19FE8
Complementary color
Monochromatic Colors of #F19FE8
Black with #F19FE8
Text Example
Text Example
White with #F19FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19FE8; }
p { color: rgb(241,159,232); }
H1.HeaderClassName
{
color: #F19FE8;
}
.AnyTagClassName
{
color: #F19FE8;
}
</style>
background-color css
<style>
a { background-color: #F19FE8; }
a { background-color: rgb(241,159,232); }
div.DivClassName
{
background-color: #F19FE8;
}
.BgClassName
{
background-color: #F19FE8;
}
</style>
border-color css
<style>
span { border-color: #F19FE8; }
span { border-color: rgb(241,159,232); }
td.TdClassName
{
border-color: #F19FE8;
}
.TagClassName
{
border-color: #F19FE8;
}
</style>