Shades of Lavender Rose #F097D7
Tints of Lavender Rose #F097D7
RGB
CMYK
RGB Variations
Color information
#F097D7 (or 0xF097D7) is known color: Lavender Rose. HEX triplet: F0, 97 and D7. RGB value is (240,151,215). Sum of RGB (Red+Green+Blue) = 240+151+215=606 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.60% from 606); Green value is 151 (59.38% from 255 or 24.92% from 606); Blue value is 215 (84.38% from 255 or 35.48% from 606); Max value from RGB is 240 - color contains mainly: red. Hex color #F097D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F097D7 is #0F6828. Grayscale: #B8B8B8. Windows color (decimal): -1009705 or 14129136. OLE color: 14129136.
HSL color Cylindrical-coordinate representation of color #F097D7: hue angle of 316.85º 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 #F097D7 is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 151 | 215 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.06 |
| HSL | 316.85º | 0.75% | 0.77% | - |
| HSV(B) | 316.85º | 0.37% | 0.94% | - |
| XYZ | 59.27 | 45.56 | 69.96 | - |
| YUV | 184.91 | 144.99 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 151 | 215 | 0 | 0.37 | 0.10 | 0.06 | 316.85 | 0.75 | 0.77 |
| Hex | F0 | 97 | D7 | 0 | 25 | A | 6 | 13D | 4B | 4D |
| Octal | 360 | 227 | 327 | 0 | 45 | 12 | 6 | 475 | 113 | 115 |
| Binary | 11110000 | 10010111 | 11010111 | 0 | 100101 | 1010 | 110 | 100111101 | 1001011 | 1001101 |
Color Harmonies of #F097D7
Complementary color
Monochromatic Colors of #F097D7
Black with #F097D7
Text Example
Text Example
White with #F097D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F097D7; }
p { color: rgb(240,151,215); }
H1.HeaderClassName
{
color: #F097D7;
}
.AnyTagClassName
{
color: #F097D7;
}
</style>
background-color css
<style>
a { background-color: #F097D7; }
a { background-color: rgb(240,151,215); }
div.DivClassName
{
background-color: #F097D7;
}
.BgClassName
{
background-color: #F097D7;
}
</style>
border-color css
<style>
span { border-color: #F097D7; }
span { border-color: rgb(240,151,215); }
td.TdClassName
{
border-color: #F097D7;
}
.TagClassName
{
border-color: #F097D7;
}
</style>