Shades of Lavender Rose #F097DA
Tints of Lavender Rose #F097DA
RGB
CMYK
RGB Variations
Color information
#F097DA (or 0xF097DA) is known color: Lavender Rose. HEX triplet: F0, 97 and DA. RGB value is (240,151,218). Sum of RGB (Red+Green+Blue) = 240+151+218=609 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.41% from 609); Green value is 151 (59.38% from 255 or 24.79% from 609); Blue value is 218 (85.55% from 255 or 35.80% from 609); Max value from RGB is 240 - color contains mainly: red. Hex color #F097DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F097DA is #0F6825. Grayscale: #B9B9B9. Windows color (decimal): -1009702 or 14325744. OLE color: 14325744.
HSL color Cylindrical-coordinate representation of color #F097DA: hue angle of 314.83º 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 #F097DA is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 151 | 218 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.06 |
| HSL | 314.83º | 0.75% | 0.77% | - |
| HSV(B) | 314.83º | 0.37% | 0.94% | - |
| XYZ | 59.66 | 45.72 | 72.01 | - |
| YUV | 185.25 | 146.49 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 151 | 218 | 0 | 0.37 | 0.09 | 0.06 | 314.83 | 0.75 | 0.77 |
| Hex | F0 | 97 | DA | 0 | 25 | 9 | 6 | 13B | 4B | 4D |
| Octal | 360 | 227 | 332 | 0 | 45 | 11 | 6 | 473 | 113 | 115 |
| Binary | 11110000 | 10010111 | 11011010 | 0 | 100101 | 1001 | 110 | 100111011 | 1001011 | 1001101 |
Color Harmonies of #F097DA
Complementary color
Monochromatic Colors of #F097DA
Black with #F097DA
Text Example
Text Example
White with #F097DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F097DA; }
p { color: rgb(240,151,218); }
H1.HeaderClassName
{
color: #F097DA;
}
.AnyTagClassName
{
color: #F097DA;
}
</style>
background-color css
<style>
a { background-color: #F097DA; }
a { background-color: rgb(240,151,218); }
div.DivClassName
{
background-color: #F097DA;
}
.BgClassName
{
background-color: #F097DA;
}
</style>
border-color css
<style>
span { border-color: #F097DA; }
span { border-color: rgb(240,151,218); }
td.TdClassName
{
border-color: #F097DA;
}
.TagClassName
{
border-color: #F097DA;
}
</style>