Shades of Lavender Rose #F09ED4
Tints of Lavender Rose #F09ED4
RGB
CMYK
RGB Variations
Color information
#F09ED4 (or 0xF09ED4) is known color: Lavender Rose. HEX triplet: F0, 9E and D4. RGB value is (240,158,212). Sum of RGB (Red+Green+Blue) = 240+158+212=610 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.34% from 610); Green value is 158 (62.11% from 255 or 25.90% from 610); Blue value is 212 (83.20% from 255 or 34.75% from 610); Max value from RGB is 240 - color contains mainly: red. Hex color #F09ED4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09ED4 is #0F612B. Grayscale: #BCBCBC. Windows color (decimal): -1007916 or 13934320. OLE color: 13934320.
HSL color Cylindrical-coordinate representation of color #F09ED4: hue angle of 320.49º 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 #F09ED4 is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 158 | 212 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.06 |
| HSL | 320.49º | 0.73% | 0.78% | - |
| HSV(B) | 320.49º | 0.34% | 0.94% | - |
| XYZ | 60.05 | 47.73 | 68.34 | - |
| YUV | 188.67 | 141.17 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 158 | 212 | 0 | 0.34 | 0.12 | 0.06 | 320.49 | 0.73 | 0.78 |
| Hex | F0 | 9E | D4 | 0 | 22 | C | 6 | 140 | 49 | 4E |
| Octal | 360 | 236 | 324 | 0 | 42 | 14 | 6 | 500 | 111 | 116 |
| Binary | 11110000 | 10011110 | 11010100 | 0 | 100010 | 1100 | 110 | 101000000 | 1001001 | 1001110 |
Color Harmonies of #F09ED4
Complementary color
Monochromatic Colors of #F09ED4
Black with #F09ED4
Text Example
Text Example
White with #F09ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09ED4; }
p { color: rgb(240,158,212); }
H1.HeaderClassName
{
color: #F09ED4;
}
.AnyTagClassName
{
color: #F09ED4;
}
</style>
background-color css
<style>
a { background-color: #F09ED4; }
a { background-color: rgb(240,158,212); }
div.DivClassName
{
background-color: #F09ED4;
}
.BgClassName
{
background-color: #F09ED4;
}
</style>
border-color css
<style>
span { border-color: #F09ED4; }
span { border-color: rgb(240,158,212); }
td.TdClassName
{
border-color: #F09ED4;
}
.TagClassName
{
border-color: #F09ED4;
}
</style>