Shades of Lavender Rose #F096D1
Tints of Lavender Rose #F096D1
RGB
CMYK
RGB Variations
Color information
#F096D1 (or 0xF096D1) is known color: Lavender Rose. HEX triplet: F0, 96 and D1. RGB value is (240,150,209). Sum of RGB (Red+Green+Blue) = 240+150+209=599 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.07% from 599); Green value is 150 (58.98% from 255 or 25.04% from 599); Blue value is 209 (82.03% from 255 or 34.89% from 599); Max value from RGB is 240 - color contains mainly: red. Hex color #F096D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F096D1 is #0F692E. Grayscale: #B7B7B7. Windows color (decimal): -1009967 or 13735664. OLE color: 13735664.
HSL color Cylindrical-coordinate representation of color #F096D1: hue angle of 320.67º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F096D1 is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 150 | 209 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.06 |
| HSL | 320.67º | 0.75% | 0.76% | - |
| HSV(B) | 320.67º | 0.38% | 0.94% | - |
| XYZ | 58.35 | 44.94 | 65.92 | - |
| YUV | 183.64 | 142.32 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 150 | 209 | 0 | 0.37 | 0.13 | 0.06 | 320.67 | 0.75 | 0.76 |
| Hex | F0 | 96 | D1 | 0 | 25 | D | 6 | 141 | 4B | 4C |
| Octal | 360 | 226 | 321 | 0 | 45 | 15 | 6 | 501 | 113 | 114 |
| Binary | 11110000 | 10010110 | 11010001 | 0 | 100101 | 1101 | 110 | 101000001 | 1001011 | 1001100 |
Color Harmonies of #F096D1
Complementary color
Monochromatic Colors of #F096D1
Black with #F096D1
Text Example
Text Example
White with #F096D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F096D1; }
p { color: rgb(240,150,209); }
H1.HeaderClassName
{
color: #F096D1;
}
.AnyTagClassName
{
color: #F096D1;
}
</style>
background-color css
<style>
a { background-color: #F096D1; }
a { background-color: rgb(240,150,209); }
div.DivClassName
{
background-color: #F096D1;
}
.BgClassName
{
background-color: #F096D1;
}
</style>
border-color css
<style>
span { border-color: #F096D1; }
span { border-color: rgb(240,150,209); }
td.TdClassName
{
border-color: #F096D1;
}
.TagClassName
{
border-color: #F096D1;
}
</style>