Shades of Lavender Rose #F199EA
Tints of Lavender Rose #F199EA
RGB
CMYK
RGB Variations
Color information
#F199EA (or 0xF199EA) is known color: Lavender Rose. HEX triplet: F1, 99 and EA. RGB value is (241,153,234). Sum of RGB (Red+Green+Blue) = 241+153+234=628 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.38% from 628); Green value is 153 (60.16% from 255 or 24.36% from 628); Blue value is 234 (91.80% from 255 or 37.26% from 628); Max value from RGB is 241 - color contains mainly: red. Hex color #F199EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F199EA is #0E6615. Grayscale: #BCBCBC. Windows color (decimal): -943638 or 15374833. OLE color: 15374833.
HSL color Cylindrical-coordinate representation of color #F199EA: hue angle of 304.77º 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 #F199EA is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 153 | 234 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.05 |
| HSL | 304.77º | 0.76% | 0.77% | - |
| HSV(B) | 304.77º | 0.37% | 0.95% | - |
| XYZ | 62.52 | 47.42 | 83.7 | - |
| YUV | 188.55 | 153.65 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 153 | 234 | 0 | 0.37 | 0.03 | 0.05 | 304.77 | 0.76 | 0.77 |
| Hex | F1 | 99 | EA | 0 | 25 | 3 | 5 | 131 | 4C | 4D |
| Octal | 361 | 231 | 352 | 0 | 45 | 3 | 5 | 461 | 114 | 115 |
| Binary | 11110001 | 10011001 | 11101010 | 0 | 100101 | 11 | 101 | 100110001 | 1001100 | 1001101 |
Color Harmonies of #F199EA
Complementary color
Monochromatic Colors of #F199EA
Black with #F199EA
Text Example
Text Example
White with #F199EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F199EA; }
p { color: rgb(241,153,234); }
H1.HeaderClassName
{
color: #F199EA;
}
.AnyTagClassName
{
color: #F199EA;
}
</style>
background-color css
<style>
a { background-color: #F199EA; }
a { background-color: rgb(241,153,234); }
div.DivClassName
{
background-color: #F199EA;
}
.BgClassName
{
background-color: #F199EA;
}
</style>
border-color css
<style>
span { border-color: #F199EA; }
span { border-color: rgb(241,153,234); }
td.TdClassName
{
border-color: #F199EA;
}
.TagClassName
{
border-color: #F199EA;
}
</style>