Shades of Lavender Rose #F098D7
Tints of Lavender Rose #F098D7
RGB
CMYK
RGB Variations
Color information
#F098D7 (or 0xF098D7) is known color: Lavender Rose. HEX triplet: F0, 98 and D7. RGB value is (240,152,215). Sum of RGB (Red+Green+Blue) = 240+152+215=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 152 (59.77% from 255 or 25.04% from 607); Blue value is 215 (84.38% from 255 or 35.42% from 607); Max value from RGB is 240 - color contains mainly: red. Hex color #F098D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F098D7 is #0F6728. Grayscale: #B9B9B9. Windows color (decimal): -1009449 or 14129392. OLE color: 14129392.
HSL color Cylindrical-coordinate representation of color #F098D7: hue angle of 317.05º 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 #F098D7 is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 152 | 215 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.06 |
| HSL | 317.05º | 0.75% | 0.77% | - |
| HSV(B) | 317.05º | 0.37% | 0.94% | - |
| XYZ | 59.43 | 45.89 | 70.02 | - |
| YUV | 185.49 | 144.65 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 152 | 215 | 0 | 0.37 | 0.10 | 0.06 | 317.05 | 0.75 | 0.77 |
| Hex | F0 | 98 | D7 | 0 | 25 | A | 6 | 13D | 4B | 4D |
| Octal | 360 | 230 | 327 | 0 | 45 | 12 | 6 | 475 | 113 | 115 |
| Binary | 11110000 | 10011000 | 11010111 | 0 | 100101 | 1010 | 110 | 100111101 | 1001011 | 1001101 |
Color Harmonies of #F098D7
Complementary color
Monochromatic Colors of #F098D7
Black with #F098D7
Text Example
Text Example
White with #F098D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F098D7; }
p { color: rgb(240,152,215); }
H1.HeaderClassName
{
color: #F098D7;
}
.AnyTagClassName
{
color: #F098D7;
}
</style>
background-color css
<style>
a { background-color: #F098D7; }
a { background-color: rgb(240,152,215); }
div.DivClassName
{
background-color: #F098D7;
}
.BgClassName
{
background-color: #F098D7;
}
</style>
border-color css
<style>
span { border-color: #F098D7; }
span { border-color: rgb(240,152,215); }
td.TdClassName
{
border-color: #F098D7;
}
.TagClassName
{
border-color: #F098D7;
}
</style>