Shades of Lavender Rose #F09FE2
Tints of Lavender Rose #F09FE2
RGB
CMYK
RGB Variations
Color information
#F09FE2 (or 0xF09FE2) is known color: Lavender Rose. HEX triplet: F0, 9F and E2. RGB value is (240,159,226). Sum of RGB (Red+Green+Blue) = 240+159+226=625 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.4% from 625); Green value is 159 (62.5% from 255 or 25.44% from 625); Blue value is 226 (88.67% from 255 or 36.16% from 625); Max value from RGB is 240 - color contains mainly: red. Hex color #F09FE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09FE2 is #0F601D. Grayscale: #BEBEBE. Windows color (decimal): -1007646 or 14852080. OLE color: 14852080.
HSL color Cylindrical-coordinate representation of color #F09FE2: hue angle of 310.37º 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 #F09FE2 is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 159 | 226 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.06 |
| HSL | 310.37º | 0.73% | 0.78% | - |
| HSV(B) | 310.37º | 0.34% | 0.94% | - |
| XYZ | 62.06 | 48.81 | 78.1 | - |
| YUV | 190.86 | 147.84 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 159 | 226 | 0 | 0.34 | 0.06 | 0.06 | 310.37 | 0.73 | 0.78 |
| Hex | F0 | 9F | E2 | 0 | 22 | 6 | 6 | 136 | 49 | 4E |
| Octal | 360 | 237 | 342 | 0 | 42 | 6 | 6 | 466 | 111 | 116 |
| Binary | 11110000 | 10011111 | 11100010 | 0 | 100010 | 110 | 110 | 100110110 | 1001001 | 1001110 |
Color Harmonies of #F09FE2
Complementary color
Monochromatic Colors of #F09FE2
Black with #F09FE2
Text Example
Text Example
White with #F09FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09FE2; }
p { color: rgb(240,159,226); }
H1.HeaderClassName
{
color: #F09FE2;
}
.AnyTagClassName
{
color: #F09FE2;
}
</style>
background-color css
<style>
a { background-color: #F09FE2; }
a { background-color: rgb(240,159,226); }
div.DivClassName
{
background-color: #F09FE2;
}
.BgClassName
{
background-color: #F09FE2;
}
</style>
border-color css
<style>
span { border-color: #F09FE2; }
span { border-color: rgb(240,159,226); }
td.TdClassName
{
border-color: #F09FE2;
}
.TagClassName
{
border-color: #F09FE2;
}
</style>