Shades of Lavender Rose #F096D9
Tints of Lavender Rose #F096D9
RGB
CMYK
RGB Variations
Color information
#F096D9 (or 0xF096D9) is known color: Lavender Rose. HEX triplet: F0, 96 and D9. RGB value is (240,150,217). Sum of RGB (Red+Green+Blue) = 240+150+217=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 150 (58.98% from 255 or 24.71% from 607); Blue value is 217 (85.16% from 255 or 35.75% from 607); Max value from RGB is 240 - color contains mainly: red. Hex color #F096D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F096D9 is #0F6926. Grayscale: #B8B8B8. Windows color (decimal): -1009959 or 14259952. OLE color: 14259952.
HSL color Cylindrical-coordinate representation of color #F096D9: hue angle of 315.33º 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 #F096D9 is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 150 | 217 | - |
CMYK | 0 | 0.37 | 0.10 | 0.06 |
HSL | 315.33º | 0.75% | 0.76% | - |
HSV(B) | 315.33º | 0.38% | 0.94% | - |
XYZ | 59.37 | 45.35 | 71.27 | - |
YUV | 184.55 | 146.32 | 167.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 150 | 217 | 0 | 0.37 | 0.10 | 0.06 | 315.33 | 0.75 | 0.76 |
Hex | F0 | 96 | D9 | 0 | 25 | A | 6 | 13B | 4B | 4C |
Octal | 360 | 226 | 331 | 0 | 45 | 12 | 6 | 473 | 113 | 114 |
Binary | 11110000 | 10010110 | 11011001 | 0 | 100101 | 1010 | 110 | 100111011 | 1001011 | 1001100 |
Color Harmonies of #F096D9
Complementary color
Monochromatic Colors of #F096D9
Black with #F096D9
Text Example
Text Example
White with #F096D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F096D9; }
p { color: rgb(240,150,217); }
H1.HeaderClassName
{
color: #F096D9;
}
.AnyTagClassName
{
color: #F096D9;
}
</style>
background-color css
<style>
a { background-color: #F096D9; }
a { background-color: rgb(240,150,217); }
div.DivClassName
{
background-color: #F096D9;
}
.BgClassName
{
background-color: #F096D9;
}
</style>
border-color css
<style>
span { border-color: #F096D9; }
span { border-color: rgb(240,150,217); }
td.TdClassName
{
border-color: #F096D9;
}
.TagClassName
{
border-color: #F096D9;
}
</style>