Shades of Lavender Rose #F097D3
Tints of Lavender Rose #F097D3
RGB
CMYK
RGB Variations
Color information
#F097D3 (or 0xF097D3) is known color: Lavender Rose. HEX triplet: F0, 97 and D3. RGB value is (240,151,211). Sum of RGB (Red+Green+Blue) = 240+151+211=602 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.87% from 602); Green value is 151 (59.38% from 255 or 25.08% from 602); Blue value is 211 (82.81% from 255 or 35.05% from 602); Max value from RGB is 240 - color contains mainly: red. Hex color #F097D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F097D3 is #0F682C. Grayscale: #B8B8B8. Windows color (decimal): -1009709 or 13866992. OLE color: 13866992.
HSL color Cylindrical-coordinate representation of color #F097D3: hue angle of 319.55º 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 #F097D3 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 151 | 211 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.06 |
| HSL | 319.55º | 0.75% | 0.77% | - |
| HSV(B) | 319.55º | 0.37% | 0.94% | - |
| XYZ | 58.76 | 45.36 | 67.29 | - |
| YUV | 184.45 | 142.99 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 151 | 211 | 0 | 0.37 | 0.12 | 0.06 | 319.55 | 0.75 | 0.77 |
| Hex | F0 | 97 | D3 | 0 | 25 | C | 6 | 140 | 4B | 4D |
| Octal | 360 | 227 | 323 | 0 | 45 | 14 | 6 | 500 | 113 | 115 |
| Binary | 11110000 | 10010111 | 11010011 | 0 | 100101 | 1100 | 110 | 101000000 | 1001011 | 1001101 |
Color Harmonies of #F097D3
Complementary color
Monochromatic Colors of #F097D3
Black with #F097D3
Text Example
Text Example
White with #F097D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F097D3; }
p { color: rgb(240,151,211); }
H1.HeaderClassName
{
color: #F097D3;
}
.AnyTagClassName
{
color: #F097D3;
}
</style>
background-color css
<style>
a { background-color: #F097D3; }
a { background-color: rgb(240,151,211); }
div.DivClassName
{
background-color: #F097D3;
}
.BgClassName
{
background-color: #F097D3;
}
</style>
border-color css
<style>
span { border-color: #F097D3; }
span { border-color: rgb(240,151,211); }
td.TdClassName
{
border-color: #F097D3;
}
.TagClassName
{
border-color: #F097D3;
}
</style>