Shades of Lavender Rose #F097DB
Tints of Lavender Rose #F097DB
RGB
CMYK
RGB Variations
Color information
#F097DB (or 0xF097DB) is known color: Lavender Rose. HEX triplet: F0, 97 and DB. RGB value is (240,151,219). Sum of RGB (Red+Green+Blue) = 240+151+219=610 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.34% from 610); Green value is 151 (59.38% from 255 or 24.75% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 240 - color contains mainly: red. Hex color #F097DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F097DB is #0F6824. Grayscale: #B9B9B9. Windows color (decimal): -1009701 or 14391280. OLE color: 14391280.
HSL color Cylindrical-coordinate representation of color #F097DB: hue angle of 314.16º 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 #F097DB is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 151 | 219 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.06 |
| HSL | 314.16º | 0.75% | 0.77% | - |
| HSV(B) | 314.16º | 0.37% | 0.94% | - |
| XYZ | 59.79 | 45.77 | 72.7 | - |
| YUV | 185.36 | 146.99 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 151 | 219 | 0 | 0.37 | 0.09 | 0.06 | 314.16 | 0.75 | 0.77 |
| Hex | F0 | 97 | DB | 0 | 25 | 9 | 6 | 13A | 4B | 4D |
| Octal | 360 | 227 | 333 | 0 | 45 | 11 | 6 | 472 | 113 | 115 |
| Binary | 11110000 | 10010111 | 11011011 | 0 | 100101 | 1001 | 110 | 100111010 | 1001011 | 1001101 |
Color Harmonies of #F097DB
Complementary color
Monochromatic Colors of #F097DB
Black with #F097DB
Text Example
Text Example
White with #F097DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F097DB; }
p { color: rgb(240,151,219); }
H1.HeaderClassName
{
color: #F097DB;
}
.AnyTagClassName
{
color: #F097DB;
}
</style>
background-color css
<style>
a { background-color: #F097DB; }
a { background-color: rgb(240,151,219); }
div.DivClassName
{
background-color: #F097DB;
}
.BgClassName
{
background-color: #F097DB;
}
</style>
border-color css
<style>
span { border-color: #F097DB; }
span { border-color: rgb(240,151,219); }
td.TdClassName
{
border-color: #F097DB;
}
.TagClassName
{
border-color: #F097DB;
}
</style>