Shades of Lavender Rose #F099D8
Tints of Lavender Rose #F099D8
RGB
CMYK
RGB Variations
Color information
#F099D8 (or 0xF099D8) is known color: Lavender Rose. HEX triplet: F0, 99 and D8. RGB value is (240,153,216). Sum of RGB (Red+Green+Blue) = 240+153+216=609 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.41% from 609); Green value is 153 (60.16% from 255 or 25.12% from 609); Blue value is 216 (84.77% from 255 or 35.47% from 609); Max value from RGB is 240 - color contains mainly: red. Hex color #F099D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F099D8 is #0F6627. Grayscale: #BABABA. Windows color (decimal): -1009192 or 14195184. OLE color: 14195184.
HSL color Cylindrical-coordinate representation of color #F099D8: hue angle of 316.55º 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 #F099D8 is Cyan = 0, Magento = 0.36, Yellow = 0.1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 153 | 216 | - |
| CMYK | 0 | 0.36 | 0.1 | 0.06 |
| HSL | 316.55º | 0.74% | 0.77% | - |
| HSV(B) | 316.55º | 0.36% | 0.94% | - |
| XYZ | 59.72 | 46.27 | 70.75 | - |
| YUV | 186.2 | 144.82 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 153 | 216 | 0 | 0.36 | 0.1 | 0.06 | 316.55 | 0.74 | 0.77 |
| Hex | F0 | 99 | D8 | 0 | 24 | A | 6 | 13D | 4A | 4D |
| Octal | 360 | 231 | 330 | 0 | 44 | 12 | 6 | 475 | 112 | 115 |
| Binary | 11110000 | 10011001 | 11011000 | 0 | 100100 | 1010 | 110 | 100111101 | 1001010 | 1001101 |
Color Harmonies of #F099D8
Complementary color
Monochromatic Colors of #F099D8
Black with #F099D8
Text Example
Text Example
White with #F099D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F099D8; }
p { color: rgb(240,153,216); }
H1.HeaderClassName
{
color: #F099D8;
}
.AnyTagClassName
{
color: #F099D8;
}
</style>
background-color css
<style>
a { background-color: #F099D8; }
a { background-color: rgb(240,153,216); }
div.DivClassName
{
background-color: #F099D8;
}
.BgClassName
{
background-color: #F099D8;
}
</style>
border-color css
<style>
span { border-color: #F099D8; }
span { border-color: rgb(240,153,216); }
td.TdClassName
{
border-color: #F099D8;
}
.TagClassName
{
border-color: #F099D8;
}
</style>