Shades of Lavender Rose #F19FE7
Tints of Lavender Rose #F19FE7
RGB
CMYK
RGB Variations
Color information
#F19FE7 (or 0xF19FE7) is known color: Lavender Rose. HEX triplet: F1, 9F and E7. RGB value is (241,159,231). Sum of RGB (Red+Green+Blue) = 241+159+231=631 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.19% from 631); Green value is 159 (62.5% from 255 or 25.20% from 631); Blue value is 231 (90.62% from 255 or 36.61% from 631); Max value from RGB is 241 - color contains mainly: red. Hex color #F19FE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19FE7 is #0E6018. Grayscale: #BFBFBF. Windows color (decimal): -942105 or 15179761. OLE color: 15179761.
HSL color Cylindrical-coordinate representation of color #F19FE7: hue angle of 307.32º 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 #F19FE7 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 159 | 231 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.05 |
| HSL | 307.32º | 0.75% | 0.78% | - |
| HSV(B) | 307.32º | 0.34% | 0.95% | - |
| XYZ | 63.1 | 49.27 | 81.79 | - |
| YUV | 191.73 | 150.17 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 159 | 231 | 0 | 0.34 | 0.04 | 0.05 | 307.32 | 0.75 | 0.78 |
| Hex | F1 | 9F | E7 | 0 | 22 | 4 | 5 | 133 | 4B | 4E |
| Octal | 361 | 237 | 347 | 0 | 42 | 4 | 5 | 463 | 113 | 116 |
| Binary | 11110001 | 10011111 | 11100111 | 0 | 100010 | 100 | 101 | 100110011 | 1001011 | 1001110 |
Color Harmonies of #F19FE7
Complementary color
Monochromatic Colors of #F19FE7
Black with #F19FE7
Text Example
Text Example
White with #F19FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19FE7; }
p { color: rgb(241,159,231); }
H1.HeaderClassName
{
color: #F19FE7;
}
.AnyTagClassName
{
color: #F19FE7;
}
</style>
background-color css
<style>
a { background-color: #F19FE7; }
a { background-color: rgb(241,159,231); }
div.DivClassName
{
background-color: #F19FE7;
}
.BgClassName
{
background-color: #F19FE7;
}
</style>
border-color css
<style>
span { border-color: #F19FE7; }
span { border-color: rgb(241,159,231); }
td.TdClassName
{
border-color: #F19FE7;
}
.TagClassName
{
border-color: #F19FE7;
}
</style>