Shades of Lavender Rose #F098D9
Tints of Lavender Rose #F098D9
RGB
CMYK
RGB Variations
Color information
#F098D9 (or 0xF098D9) is known color: Lavender Rose. HEX triplet: F0, 98 and D9. RGB value is (240,152,217). Sum of RGB (Red+Green+Blue) = 240+152+217=609 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.41% from 609); Green value is 152 (59.77% from 255 or 24.96% from 609); Blue value is 217 (85.16% from 255 or 35.63% from 609); Max value from RGB is 240 - color contains mainly: red. Hex color #F098D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F098D9 is #0F6726. Grayscale: #B9B9B9. Windows color (decimal): -1009447 or 14260464. OLE color: 14260464.
HSL color Cylindrical-coordinate representation of color #F098D9: hue angle of 315.68º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F098D9 is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 152 | 217 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.06 |
| HSL | 315.68º | 0.75% | 0.77% | - |
| HSV(B) | 315.68º | 0.37% | 0.94% | - |
| XYZ | 59.69 | 45.99 | 71.38 | - |
| YUV | 185.72 | 145.65 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 152 | 217 | 0 | 0.37 | 0.10 | 0.06 | 315.68 | 0.75 | 0.77 |
| Hex | F0 | 98 | D9 | 0 | 25 | A | 6 | 13C | 4B | 4D |
| Octal | 360 | 230 | 331 | 0 | 45 | 12 | 6 | 474 | 113 | 115 |
| Binary | 11110000 | 10011000 | 11011001 | 0 | 100101 | 1010 | 110 | 100111100 | 1001011 | 1001101 |
Color Harmonies of #F098D9
Complementary color
Monochromatic Colors of #F098D9
Black with #F098D9
Text Example
Text Example
White with #F098D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F098D9; }
p { color: rgb(240,152,217); }
H1.HeaderClassName
{
color: #F098D9;
}
.AnyTagClassName
{
color: #F098D9;
}
</style>
background-color css
<style>
a { background-color: #F098D9; }
a { background-color: rgb(240,152,217); }
div.DivClassName
{
background-color: #F098D9;
}
.BgClassName
{
background-color: #F098D9;
}
</style>
border-color css
<style>
span { border-color: #F098D9; }
span { border-color: rgb(240,152,217); }
td.TdClassName
{
border-color: #F098D9;
}
.TagClassName
{
border-color: #F098D9;
}
</style>