Shades of Lavender Rose #F199E9
Tints of Lavender Rose #F199E9
RGB
CMYK
RGB Variations
Color information
#F199E9 (or 0xF199E9) is known color: Lavender Rose. HEX triplet: F1, 99 and E9. RGB value is (241,153,233). Sum of RGB (Red+Green+Blue) = 241+153+233=627 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.44% from 627); Green value is 153 (60.16% from 255 or 24.40% from 627); Blue value is 233 (91.41% from 255 or 37.16% from 627); Max value from RGB is 241 - color contains mainly: red. Hex color #F199E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F199E9 is #0E6616. Grayscale: #BCBCBC. Windows color (decimal): -943639 or 15309297. OLE color: 15309297.
HSL color Cylindrical-coordinate representation of color #F199E9: hue angle of 305.45º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F199E9 is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 153 | 233 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.05 |
| HSL | 305.45º | 0.76% | 0.77% | - |
| HSV(B) | 305.45º | 0.37% | 0.95% | - |
| XYZ | 62.37 | 47.37 | 82.95 | - |
| YUV | 188.43 | 153.15 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 153 | 233 | 0 | 0.37 | 0.03 | 0.05 | 305.45 | 0.76 | 0.77 |
| Hex | F1 | 99 | E9 | 0 | 25 | 3 | 5 | 131 | 4C | 4D |
| Octal | 361 | 231 | 351 | 0 | 45 | 3 | 5 | 461 | 114 | 115 |
| Binary | 11110001 | 10011001 | 11101001 | 0 | 100101 | 11 | 101 | 100110001 | 1001100 | 1001101 |
Color Harmonies of #F199E9
Complementary color
Monochromatic Colors of #F199E9
Black with #F199E9
Text Example
Text Example
White with #F199E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F199E9; }
p { color: rgb(241,153,233); }
H1.HeaderClassName
{
color: #F199E9;
}
.AnyTagClassName
{
color: #F199E9;
}
</style>
background-color css
<style>
a { background-color: #F199E9; }
a { background-color: rgb(241,153,233); }
div.DivClassName
{
background-color: #F199E9;
}
.BgClassName
{
background-color: #F199E9;
}
</style>
border-color css
<style>
span { border-color: #F199E9; }
span { border-color: rgb(241,153,233); }
td.TdClassName
{
border-color: #F199E9;
}
.TagClassName
{
border-color: #F199E9;
}
</style>