Shades of Lavender Rose #F098EA
Tints of Lavender Rose #F098EA
RGB
CMYK
RGB Variations
Color information
#F098EA (or 0xF098EA) is known color: Lavender Rose. HEX triplet: F0, 98 and EA. RGB value is (240,152,234). Sum of RGB (Red+Green+Blue) = 240+152+234=626 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.34% from 626); Green value is 152 (59.77% from 255 or 24.28% from 626); Blue value is 234 (91.80% from 255 or 37.38% from 626); Max value from RGB is 240 - color contains mainly: red. Hex color #F098EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F098EA is #0F6715. Grayscale: #BBBBBB. Windows color (decimal): -1009430 or 15374576. OLE color: 15374576.
HSL color Cylindrical-coordinate representation of color #F098EA: hue angle of 304.09º 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 #F098EA is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 152 | 234 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.06 |
| HSL | 304.09º | 0.75% | 0.77% | - |
| HSV(B) | 304.09º | 0.37% | 0.94% | - |
| XYZ | 62.01 | 46.92 | 83.63 | - |
| YUV | 187.66 | 154.15 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 152 | 234 | 0 | 0.37 | 0.02 | 0.06 | 304.09 | 0.75 | 0.77 |
| Hex | F0 | 98 | EA | 0 | 25 | 2 | 6 | 130 | 4B | 4D |
| Octal | 360 | 230 | 352 | 0 | 45 | 2 | 6 | 460 | 113 | 115 |
| Binary | 11110000 | 10011000 | 11101010 | 0 | 100101 | 10 | 110 | 100110000 | 1001011 | 1001101 |
Color Harmonies of #F098EA
Complementary color
Monochromatic Colors of #F098EA
Black with #F098EA
Text Example
Text Example
White with #F098EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F098EA; }
p { color: rgb(240,152,234); }
H1.HeaderClassName
{
color: #F098EA;
}
.AnyTagClassName
{
color: #F098EA;
}
</style>
background-color css
<style>
a { background-color: #F098EA; }
a { background-color: rgb(240,152,234); }
div.DivClassName
{
background-color: #F098EA;
}
.BgClassName
{
background-color: #F098EA;
}
</style>
border-color css
<style>
span { border-color: #F098EA; }
span { border-color: rgb(240,152,234); }
td.TdClassName
{
border-color: #F098EA;
}
.TagClassName
{
border-color: #F098EA;
}
</style>