Shades of Lavender Rose #F099D9
Tints of Lavender Rose #F099D9
RGB
CMYK
RGB Variations
Color information
#F099D9 (or 0xF099D9) is known color: Lavender Rose. HEX triplet: F0, 99 and D9. RGB value is (240,153,217). Sum of RGB (Red+Green+Blue) = 240+153+217=610 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.34% from 610); Green value is 153 (60.16% from 255 or 25.08% from 610); Blue value is 217 (85.16% from 255 or 35.57% from 610); Max value from RGB is 240 - color contains mainly: red. Hex color #F099D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F099D9 is #0F6626. Grayscale: #BABABA. Windows color (decimal): -1009191 or 14260720. OLE color: 14260720.
HSL color Cylindrical-coordinate representation of color #F099D9: hue angle of 315.86º 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 #F099D9 is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 153 | 217 | - |
| CMYK | 0 | 0.36 | 0.10 | 0.06 |
| HSL | 315.86º | 0.74% | 0.77% | - |
| HSV(B) | 315.86º | 0.36% | 0.94% | - |
| XYZ | 59.85 | 46.32 | 71.43 | - |
| YUV | 186.31 | 145.32 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 153 | 217 | 0 | 0.36 | 0.10 | 0.06 | 315.86 | 0.74 | 0.77 |
| Hex | F0 | 99 | D9 | 0 | 24 | A | 6 | 13C | 4A | 4D |
| Octal | 360 | 231 | 331 | 0 | 44 | 12 | 6 | 474 | 112 | 115 |
| Binary | 11110000 | 10011001 | 11011001 | 0 | 100100 | 1010 | 110 | 100111100 | 1001010 | 1001101 |
Color Harmonies of #F099D9
Complementary color
Monochromatic Colors of #F099D9
Black with #F099D9
Text Example
Text Example
White with #F099D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F099D9; }
p { color: rgb(240,153,217); }
H1.HeaderClassName
{
color: #F099D9;
}
.AnyTagClassName
{
color: #F099D9;
}
</style>
background-color css
<style>
a { background-color: #F099D9; }
a { background-color: rgb(240,153,217); }
div.DivClassName
{
background-color: #F099D9;
}
.BgClassName
{
background-color: #F099D9;
}
</style>
border-color css
<style>
span { border-color: #F099D9; }
span { border-color: rgb(240,153,217); }
td.TdClassName
{
border-color: #F099D9;
}
.TagClassName
{
border-color: #F099D9;
}
</style>