Shades of Lavender Rose #F09AD9
Tints of Lavender Rose #F09AD9
RGB
CMYK
RGB Variations
Color information
#F09AD9 (or 0xF09AD9) is known color: Lavender Rose. HEX triplet: F0, 9A and D9. RGB value is (240,154,217). Sum of RGB (Red+Green+Blue) = 240+154+217=611 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.28% from 611); Green value is 154 (60.55% from 255 or 25.20% from 611); Blue value is 217 (85.16% from 255 or 35.52% from 611); Max value from RGB is 240 - color contains mainly: red. Hex color #F09AD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09AD9 is #0F6526. Grayscale: #BABABA. Windows color (decimal): -1008935 or 14260976. OLE color: 14260976.
HSL color Cylindrical-coordinate representation of color #F09AD9: hue angle of 316.05º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F09AD9 is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 154 | 217 | - |
| CMYK | 0 | 0.36 | 0.10 | 0.06 |
| HSL | 316.05º | 0.74% | 0.77% | - |
| HSV(B) | 316.05º | 0.36% | 0.94% | - |
| XYZ | 60.02 | 46.65 | 71.49 | - |
| YUV | 186.9 | 144.99 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 154 | 217 | 0 | 0.36 | 0.10 | 0.06 | 316.05 | 0.74 | 0.77 |
| Hex | F0 | 9A | D9 | 0 | 24 | A | 6 | 13C | 4A | 4D |
| Octal | 360 | 232 | 331 | 0 | 44 | 12 | 6 | 474 | 112 | 115 |
| Binary | 11110000 | 10011010 | 11011001 | 0 | 100100 | 1010 | 110 | 100111100 | 1001010 | 1001101 |
Color Harmonies of #F09AD9
Complementary color
Monochromatic Colors of #F09AD9
Black with #F09AD9
Text Example
Text Example
White with #F09AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09AD9; }
p { color: rgb(240,154,217); }
H1.HeaderClassName
{
color: #F09AD9;
}
.AnyTagClassName
{
color: #F09AD9;
}
</style>
background-color css
<style>
a { background-color: #F09AD9; }
a { background-color: rgb(240,154,217); }
div.DivClassName
{
background-color: #F09AD9;
}
.BgClassName
{
background-color: #F09AD9;
}
</style>
border-color css
<style>
span { border-color: #F09AD9; }
span { border-color: rgb(240,154,217); }
td.TdClassName
{
border-color: #F09AD9;
}
.TagClassName
{
border-color: #F09AD9;
}
</style>