Shades of Lavender Rose #F098D5
Tints of Lavender Rose #F098D5
RGB
CMYK
RGB Variations
Color information
#F098D5 (or 0xF098D5) is known color: Lavender Rose. HEX triplet: F0, 98 and D5. RGB value is (240,152,213). Sum of RGB (Red+Green+Blue) = 240+152+213=605 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.67% from 605); Green value is 152 (59.77% from 255 or 25.12% from 605); Blue value is 213 (83.59% from 255 or 35.21% from 605); Max value from RGB is 240 - color contains mainly: red. Hex color #F098D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F098D5 is #0F672A. Grayscale: #B9B9B9. Windows color (decimal): -1009451 or 13998320. OLE color: 13998320.
HSL color Cylindrical-coordinate representation of color #F098D5: hue angle of 318.41º 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 #F098D5 is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 152 | 213 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.06 |
| HSL | 318.41º | 0.75% | 0.77% | - |
| HSV(B) | 318.41º | 0.37% | 0.94% | - |
| XYZ | 59.17 | 45.79 | 68.67 | - |
| YUV | 185.27 | 143.65 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 152 | 213 | 0 | 0.37 | 0.11 | 0.06 | 318.41 | 0.75 | 0.77 |
| Hex | F0 | 98 | D5 | 0 | 25 | B | 6 | 13E | 4B | 4D |
| Octal | 360 | 230 | 325 | 0 | 45 | 13 | 6 | 476 | 113 | 115 |
| Binary | 11110000 | 10011000 | 11010101 | 0 | 100101 | 1011 | 110 | 100111110 | 1001011 | 1001101 |
Color Harmonies of #F098D5
Complementary color
Monochromatic Colors of #F098D5
Black with #F098D5
Text Example
Text Example
White with #F098D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F098D5; }
p { color: rgb(240,152,213); }
H1.HeaderClassName
{
color: #F098D5;
}
.AnyTagClassName
{
color: #F098D5;
}
</style>
background-color css
<style>
a { background-color: #F098D5; }
a { background-color: rgb(240,152,213); }
div.DivClassName
{
background-color: #F098D5;
}
.BgClassName
{
background-color: #F098D5;
}
</style>
border-color css
<style>
span { border-color: #F098D5; }
span { border-color: rgb(240,152,213); }
td.TdClassName
{
border-color: #F098D5;
}
.TagClassName
{
border-color: #F098D5;
}
</style>