Shades of Lavender Rose #F096DF
Tints of Lavender Rose #F096DF
RGB
CMYK
RGB Variations
Color information
#F096DF (or 0xF096DF) is known color: Lavender Rose. HEX triplet: F0, 96 and DF. RGB value is (240,150,223). Sum of RGB (Red+Green+Blue) = 240+150+223=613 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.15% from 613); Green value is 150 (58.98% from 255 or 24.47% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 240 - color contains mainly: red. Hex color #F096DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F096DF is #0F6920. Grayscale: #B9B9B9. Windows color (decimal): -1009953 or 14653168. OLE color: 14653168.
HSL color Cylindrical-coordinate representation of color #F096DF: hue angle of 311.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 #F096DF is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 150 | 223 | - |
| CMYK | 0 | 0.37 | 0.07 | 0.06 |
| HSL | 311.33º | 0.75% | 0.76% | - |
| HSV(B) | 311.33º | 0.38% | 0.94% | - |
| XYZ | 60.16 | 45.67 | 75.46 | - |
| YUV | 185.23 | 149.32 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 150 | 223 | 0 | 0.37 | 0.07 | 0.06 | 311.33 | 0.75 | 0.76 |
| Hex | F0 | 96 | DF | 0 | 25 | 7 | 6 | 137 | 4B | 4C |
| Octal | 360 | 226 | 337 | 0 | 45 | 7 | 6 | 467 | 113 | 114 |
| Binary | 11110000 | 10010110 | 11011111 | 0 | 100101 | 111 | 110 | 100110111 | 1001011 | 1001100 |
Color Harmonies of #F096DF
Complementary color
Monochromatic Colors of #F096DF
Black with #F096DF
Text Example
Text Example
White with #F096DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F096DF; }
p { color: rgb(240,150,223); }
H1.HeaderClassName
{
color: #F096DF;
}
.AnyTagClassName
{
color: #F096DF;
}
</style>
background-color css
<style>
a { background-color: #F096DF; }
a { background-color: rgb(240,150,223); }
div.DivClassName
{
background-color: #F096DF;
}
.BgClassName
{
background-color: #F096DF;
}
</style>
border-color css
<style>
span { border-color: #F096DF; }
span { border-color: rgb(240,150,223); }
td.TdClassName
{
border-color: #F096DF;
}
.TagClassName
{
border-color: #F096DF;
}
</style>