Shades of Lavender Rose #F096E2
Tints of Lavender Rose #F096E2
RGB
CMYK
RGB Variations
Color information
#F096E2 (or 0xF096E2) is known color: Lavender Rose. HEX triplet: F0, 96 and E2. RGB value is (240,150,226). Sum of RGB (Red+Green+Blue) = 240+150+226=616 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.96% from 616); Green value is 150 (58.98% from 255 or 24.35% from 616); Blue value is 226 (88.67% from 255 or 36.69% from 616); Max value from RGB is 240 - color contains mainly: red. Hex color #F096E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F096E2 is #0F691D. Grayscale: #B9B9B9. Windows color (decimal): -1009950 or 14849776. OLE color: 14849776.
HSL color Cylindrical-coordinate representation of color #F096E2: hue angle of 309.33º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F096E2 is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 150 | 226 | - |
| CMYK | 0 | 0.37 | 0.06 | 0.06 |
| HSL | 309.33º | 0.75% | 0.76% | - |
| HSV(B) | 309.33º | 0.38% | 0.94% | - |
| XYZ | 60.57 | 45.83 | 77.61 | - |
| YUV | 185.57 | 150.82 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 150 | 226 | 0 | 0.37 | 0.06 | 0.06 | 309.33 | 0.75 | 0.76 |
| Hex | F0 | 96 | E2 | 0 | 25 | 6 | 6 | 135 | 4B | 4C |
| Octal | 360 | 226 | 342 | 0 | 45 | 6 | 6 | 465 | 113 | 114 |
| Binary | 11110000 | 10010110 | 11100010 | 0 | 100101 | 110 | 110 | 100110101 | 1001011 | 1001100 |
Color Harmonies of #F096E2
Complementary color
Monochromatic Colors of #F096E2
Black with #F096E2
Text Example
Text Example
White with #F096E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F096E2; }
p { color: rgb(240,150,226); }
H1.HeaderClassName
{
color: #F096E2;
}
.AnyTagClassName
{
color: #F096E2;
}
</style>
background-color css
<style>
a { background-color: #F096E2; }
a { background-color: rgb(240,150,226); }
div.DivClassName
{
background-color: #F096E2;
}
.BgClassName
{
background-color: #F096E2;
}
</style>
border-color css
<style>
span { border-color: #F096E2; }
span { border-color: rgb(240,150,226); }
td.TdClassName
{
border-color: #F096E2;
}
.TagClassName
{
border-color: #F096E2;
}
</style>