Shades of Lavender Rose #F09FED
Tints of Lavender Rose #F09FED
RGB
CMYK
RGB Variations
Color information
#F09FED (or 0xF09FED) is known color: Lavender Rose. HEX triplet: F0, 9F and ED. RGB value is (240,159,237). Sum of RGB (Red+Green+Blue) = 240+159+237=636 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.74% from 636); Green value is 159 (62.5% from 255 or 25% from 636); Blue value is 237 (92.97% from 255 or 37.26% from 636); Max value from RGB is 240 - color contains mainly: red. Hex color #F09FED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F09FED is #0F6012. Grayscale: #BFBFBF. Windows color (decimal): -1007635 or 15572976. OLE color: 15572976.
HSL color Cylindrical-coordinate representation of color #F09FED: hue angle of 302.22º 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 #F09FED is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 159 | 237 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.06 |
| HSL | 302.22º | 0.73% | 0.78% | - |
| HSV(B) | 302.22º | 0.34% | 0.94% | - |
| XYZ | 63.62 | 49.44 | 86.31 | - |
| YUV | 192.11 | 153.34 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 159 | 237 | 0 | 0.34 | 0.01 | 0.06 | 302.22 | 0.73 | 0.78 |
| Hex | F0 | 9F | ED | 0 | 22 | 1 | 6 | 12E | 49 | 4E |
| Octal | 360 | 237 | 355 | 0 | 42 | 1 | 6 | 456 | 111 | 116 |
| Binary | 11110000 | 10011111 | 11101101 | 0 | 100010 | 1 | 110 | 100101110 | 1001001 | 1001110 |
Color Harmonies of #F09FED
Complementary color
Monochromatic Colors of #F09FED
Black with #F09FED
Text Example
Text Example
White with #F09FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09FED; }
p { color: rgb(240,159,237); }
H1.HeaderClassName
{
color: #F09FED;
}
.AnyTagClassName
{
color: #F09FED;
}
</style>
background-color css
<style>
a { background-color: #F09FED; }
a { background-color: rgb(240,159,237); }
div.DivClassName
{
background-color: #F09FED;
}
.BgClassName
{
background-color: #F09FED;
}
</style>
border-color css
<style>
span { border-color: #F09FED; }
span { border-color: rgb(240,159,237); }
td.TdClassName
{
border-color: #F09FED;
}
.TagClassName
{
border-color: #F09FED;
}
</style>