Shades of Lavender Rose #F099E2
Tints of Lavender Rose #F099E2
RGB
CMYK
RGB Variations
Color information
#F099E2 (or 0xF099E2) is known color: Lavender Rose. HEX triplet: F0, 99 and E2. RGB value is (240,153,226). Sum of RGB (Red+Green+Blue) = 240+153+226=619 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.77% from 619); Green value is 153 (60.16% from 255 or 24.72% from 619); Blue value is 226 (88.67% from 255 or 36.51% from 619); Max value from RGB is 240 - color contains mainly: red. Hex color #F099E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F099E2 is #0F661D. Grayscale: #BBBBBB. Windows color (decimal): -1009182 or 14850544. OLE color: 14850544.
HSL color Cylindrical-coordinate representation of color #F099E2: hue angle of 309.66º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F099E2 is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 153 | 226 | - |
| CMYK | 0 | 0.36 | 0.06 | 0.06 |
| HSL | 309.66º | 0.74% | 0.77% | - |
| HSV(B) | 309.66º | 0.36% | 0.94% | - |
| XYZ | 61.05 | 46.8 | 77.77 | - |
| YUV | 187.34 | 149.82 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 153 | 226 | 0 | 0.36 | 0.06 | 0.06 | 309.66 | 0.74 | 0.77 |
| Hex | F0 | 99 | E2 | 0 | 24 | 6 | 6 | 136 | 4A | 4D |
| Octal | 360 | 231 | 342 | 0 | 44 | 6 | 6 | 466 | 112 | 115 |
| Binary | 11110000 | 10011001 | 11100010 | 0 | 100100 | 110 | 110 | 100110110 | 1001010 | 1001101 |
Color Harmonies of #F099E2
Complementary color
Monochromatic Colors of #F099E2
Black with #F099E2
Text Example
Text Example
White with #F099E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F099E2; }
p { color: rgb(240,153,226); }
H1.HeaderClassName
{
color: #F099E2;
}
.AnyTagClassName
{
color: #F099E2;
}
</style>
background-color css
<style>
a { background-color: #F099E2; }
a { background-color: rgb(240,153,226); }
div.DivClassName
{
background-color: #F099E2;
}
.BgClassName
{
background-color: #F099E2;
}
</style>
border-color css
<style>
span { border-color: #F099E2; }
span { border-color: rgb(240,153,226); }
td.TdClassName
{
border-color: #F099E2;
}
.TagClassName
{
border-color: #F099E2;
}
</style>