Shades of Lavender Rose #F099DE
Tints of Lavender Rose #F099DE
RGB
CMYK
RGB Variations
Color information
#F099DE (or 0xF099DE) is known color: Lavender Rose. HEX triplet: F0, 99 and DE. RGB value is (240,153,222). Sum of RGB (Red+Green+Blue) = 240+153+222=615 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.02% from 615); Green value is 153 (60.16% from 255 or 24.88% from 615); Blue value is 222 (87.11% from 255 or 36.10% from 615); Max value from RGB is 240 - color contains mainly: red. Hex color #F099DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F099DE is #0F6621. Grayscale: #BABABA. Windows color (decimal): -1009186 or 14588400. OLE color: 14588400.
HSL color Cylindrical-coordinate representation of color #F099DE: hue angle of 312.41º 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 #F099DE is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 153 | 222 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.06 |
| HSL | 312.41º | 0.74% | 0.77% | - |
| HSV(B) | 312.41º | 0.36% | 0.94% | - |
| XYZ | 60.51 | 46.58 | 74.91 | - |
| YUV | 186.88 | 147.82 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 153 | 222 | 0 | 0.36 | 0.08 | 0.06 | 312.41 | 0.74 | 0.77 |
| Hex | F0 | 99 | DE | 0 | 24 | 8 | 6 | 138 | 4A | 4D |
| Octal | 360 | 231 | 336 | 0 | 44 | 10 | 6 | 470 | 112 | 115 |
| Binary | 11110000 | 10011001 | 11011110 | 0 | 100100 | 1000 | 110 | 100111000 | 1001010 | 1001101 |
Color Harmonies of #F099DE
Complementary color
Monochromatic Colors of #F099DE
Black with #F099DE
Text Example
Text Example
White with #F099DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F099DE; }
p { color: rgb(240,153,222); }
H1.HeaderClassName
{
color: #F099DE;
}
.AnyTagClassName
{
color: #F099DE;
}
</style>
background-color css
<style>
a { background-color: #F099DE; }
a { background-color: rgb(240,153,222); }
div.DivClassName
{
background-color: #F099DE;
}
.BgClassName
{
background-color: #F099DE;
}
</style>
border-color css
<style>
span { border-color: #F099DE; }
span { border-color: rgb(240,153,222); }
td.TdClassName
{
border-color: #F099DE;
}
.TagClassName
{
border-color: #F099DE;
}
</style>