Shades of Lavender Rose #F097D5
Tints of Lavender Rose #F097D5
RGB
CMYK
RGB Variations
Color information
#F097D5 (or 0xF097D5) is known color: Lavender Rose. HEX triplet: F0, 97 and D5. RGB value is (240,151,213). Sum of RGB (Red+Green+Blue) = 240+151+213=604 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.74% from 604); Green value is 151 (59.38% from 255 or 25% from 604); Blue value is 213 (83.59% from 255 or 35.26% from 604); Max value from RGB is 240 - color contains mainly: red. Hex color #F097D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F097D5 is #0F682A. Grayscale: #B8B8B8. Windows color (decimal): -1009707 or 13998064. OLE color: 13998064.
HSL color Cylindrical-coordinate representation of color #F097D5: hue angle of 318.2º 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 #F097D5 is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 151 | 213 | - |
CMYK | 0 | 0.37 | 0.11 | 0.06 |
HSL | 318.2º | 0.75% | 0.77% | - |
HSV(B) | 318.2º | 0.37% | 0.94% | - |
XYZ | 59.01 | 45.46 | 68.62 | - |
YUV | 184.68 | 143.99 | 167.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 151 | 213 | 0 | 0.37 | 0.11 | 0.06 | 318.2 | 0.75 | 0.77 |
Hex | F0 | 97 | D5 | 0 | 25 | B | 6 | 13E | 4B | 4D |
Octal | 360 | 227 | 325 | 0 | 45 | 13 | 6 | 476 | 113 | 115 |
Binary | 11110000 | 10010111 | 11010101 | 0 | 100101 | 1011 | 110 | 100111110 | 1001011 | 1001101 |
Color Harmonies of #F097D5
Complementary color
Monochromatic Colors of #F097D5
Black with #F097D5
Text Example
Text Example
White with #F097D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F097D5; }
p { color: rgb(240,151,213); }
H1.HeaderClassName
{
color: #F097D5;
}
.AnyTagClassName
{
color: #F097D5;
}
</style>
background-color css
<style>
a { background-color: #F097D5; }
a { background-color: rgb(240,151,213); }
div.DivClassName
{
background-color: #F097D5;
}
.BgClassName
{
background-color: #F097D5;
}
</style>
border-color css
<style>
span { border-color: #F097D5; }
span { border-color: rgb(240,151,213); }
td.TdClassName
{
border-color: #F097D5;
}
.TagClassName
{
border-color: #F097D5;
}
</style>