Shades of Lavender Rose #F099DB
Tints of Lavender Rose #F099DB
RGB
CMYK
RGB Variations
Color information
#F099DB (or 0xF099DB) is known color: Lavender Rose. HEX triplet: F0, 99 and DB. RGB value is (240,153,219). Sum of RGB (Red+Green+Blue) = 240+153+219=612 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.22% from 612); Green value is 153 (60.16% from 255 or 25% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 240 - color contains mainly: red. Hex color #F099DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F099DB is #0F6624. Grayscale: #BABABA. Windows color (decimal): -1009189 or 14391792. OLE color: 14391792.
HSL color Cylindrical-coordinate representation of color #F099DB: hue angle of 314.48º 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 #F099DB is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 153 | 219 | - |
| CMYK | 0 | 0.36 | 0.09 | 0.06 |
| HSL | 314.48º | 0.74% | 0.77% | - |
| HSV(B) | 314.48º | 0.36% | 0.94% | - |
| XYZ | 60.11 | 46.42 | 72.81 | - |
| YUV | 186.54 | 146.32 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 153 | 219 | 0 | 0.36 | 0.09 | 0.06 | 314.48 | 0.74 | 0.77 |
| Hex | F0 | 99 | DB | 0 | 24 | 9 | 6 | 13A | 4A | 4D |
| Octal | 360 | 231 | 333 | 0 | 44 | 11 | 6 | 472 | 112 | 115 |
| Binary | 11110000 | 10011001 | 11011011 | 0 | 100100 | 1001 | 110 | 100111010 | 1001010 | 1001101 |
Color Harmonies of #F099DB
Complementary color
Monochromatic Colors of #F099DB
Black with #F099DB
Text Example
Text Example
White with #F099DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F099DB; }
p { color: rgb(240,153,219); }
H1.HeaderClassName
{
color: #F099DB;
}
.AnyTagClassName
{
color: #F099DB;
}
</style>
background-color css
<style>
a { background-color: #F099DB; }
a { background-color: rgb(240,153,219); }
div.DivClassName
{
background-color: #F099DB;
}
.BgClassName
{
background-color: #F099DB;
}
</style>
border-color css
<style>
span { border-color: #F099DB; }
span { border-color: rgb(240,153,219); }
td.TdClassName
{
border-color: #F099DB;
}
.TagClassName
{
border-color: #F099DB;
}
</style>