Shades of Lavender Rose #F097E3
Tints of Lavender Rose #F097E3
RGB
CMYK
RGB Variations
Color information
#F097E3 (or 0xF097E3) is known color: Lavender Rose. HEX triplet: F0, 97 and E3. RGB value is (240,151,227). Sum of RGB (Red+Green+Blue) = 240+151+227=618 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.83% from 618); Green value is 151 (59.38% from 255 or 24.43% from 618); Blue value is 227 (89.06% from 255 or 36.73% from 618); Max value from RGB is 240 - color contains mainly: red. Hex color #F097E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F097E3 is #0F681C. Grayscale: #BABABA. Windows color (decimal): -1009693 or 14915568. OLE color: 14915568.
HSL color Cylindrical-coordinate representation of color #F097E3: hue angle of 308.76º 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 #F097E3 is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 151 | 227 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.06 |
| HSL | 308.76º | 0.75% | 0.77% | - |
| HSV(B) | 308.76º | 0.37% | 0.94% | - |
| XYZ | 60.87 | 46.2 | 78.38 | - |
| YUV | 186.28 | 150.99 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 151 | 227 | 0 | 0.37 | 0.05 | 0.06 | 308.76 | 0.75 | 0.77 |
| Hex | F0 | 97 | E3 | 0 | 25 | 5 | 6 | 135 | 4B | 4D |
| Octal | 360 | 227 | 343 | 0 | 45 | 5 | 6 | 465 | 113 | 115 |
| Binary | 11110000 | 10010111 | 11100011 | 0 | 100101 | 101 | 110 | 100110101 | 1001011 | 1001101 |
Color Harmonies of #F097E3
Complementary color
Monochromatic Colors of #F097E3
Black with #F097E3
Text Example
Text Example
White with #F097E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F097E3; }
p { color: rgb(240,151,227); }
H1.HeaderClassName
{
color: #F097E3;
}
.AnyTagClassName
{
color: #F097E3;
}
</style>
background-color css
<style>
a { background-color: #F097E3; }
a { background-color: rgb(240,151,227); }
div.DivClassName
{
background-color: #F097E3;
}
.BgClassName
{
background-color: #F097E3;
}
</style>
border-color css
<style>
span { border-color: #F097E3; }
span { border-color: rgb(240,151,227); }
td.TdClassName
{
border-color: #F097E3;
}
.TagClassName
{
border-color: #F097E3;
}
</style>