Shades of Lavender Rose #F09EE2
Tints of Lavender Rose #F09EE2
RGB
CMYK
RGB Variations
Color information
#F09EE2 (or 0xF09EE2) is known color: Lavender Rose. HEX triplet: F0, 9E and E2. RGB value is (240,158,226). Sum of RGB (Red+Green+Blue) = 240+158+226=624 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.46% from 624); Green value is 158 (62.11% from 255 or 25.32% from 624); Blue value is 226 (88.67% from 255 or 36.22% from 624); Max value from RGB is 240 - color contains mainly: red. Hex color #F09EE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09EE2 is #0F611D. Grayscale: #BEBEBE. Windows color (decimal): -1007902 or 14851824. OLE color: 14851824.
HSL color Cylindrical-coordinate representation of color #F09EE2: hue angle of 310.24º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F09EE2 is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 158 | 226 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.06 |
| HSL | 310.24º | 0.73% | 0.78% | - |
| HSV(B) | 310.24º | 0.34% | 0.94% | - |
| XYZ | 61.89 | 48.47 | 78.05 | - |
| YUV | 190.27 | 148.17 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 158 | 226 | 0 | 0.34 | 0.06 | 0.06 | 310.24 | 0.73 | 0.78 |
| Hex | F0 | 9E | E2 | 0 | 22 | 6 | 6 | 136 | 49 | 4E |
| Octal | 360 | 236 | 342 | 0 | 42 | 6 | 6 | 466 | 111 | 116 |
| Binary | 11110000 | 10011110 | 11100010 | 0 | 100010 | 110 | 110 | 100110110 | 1001001 | 1001110 |
Color Harmonies of #F09EE2
Complementary color
Monochromatic Colors of #F09EE2
Black with #F09EE2
Text Example
Text Example
White with #F09EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09EE2; }
p { color: rgb(240,158,226); }
H1.HeaderClassName
{
color: #F09EE2;
}
.AnyTagClassName
{
color: #F09EE2;
}
</style>
background-color css
<style>
a { background-color: #F09EE2; }
a { background-color: rgb(240,158,226); }
div.DivClassName
{
background-color: #F09EE2;
}
.BgClassName
{
background-color: #F09EE2;
}
</style>
border-color css
<style>
span { border-color: #F09EE2; }
span { border-color: rgb(240,158,226); }
td.TdClassName
{
border-color: #F09EE2;
}
.TagClassName
{
border-color: #F09EE2;
}
</style>