Shades of Lavender Rose #F096DC
Tints of Lavender Rose #F096DC
RGB
CMYK
RGB Variations
Color information
#F096DC (or 0xF096DC) is known color: Lavender Rose. HEX triplet: F0, 96 and DC. RGB value is (240,150,220). Sum of RGB (Red+Green+Blue) = 240+150+220=610 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.34% from 610); Green value is 150 (58.98% from 255 or 24.59% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 240 - color contains mainly: red. Hex color #F096DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F096DC is #0F6923. Grayscale: #B8B8B8. Windows color (decimal): -1009956 or 14456560. OLE color: 14456560.
HSL color Cylindrical-coordinate representation of color #F096DC: hue angle of 313.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 #F096DC is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 150 | 220 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.06 |
| HSL | 313.33º | 0.75% | 0.76% | - |
| HSV(B) | 313.33º | 0.38% | 0.94% | - |
| XYZ | 59.76 | 45.51 | 73.34 | - |
| YUV | 184.89 | 147.82 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 150 | 220 | 0 | 0.37 | 0.08 | 0.06 | 313.33 | 0.75 | 0.76 |
| Hex | F0 | 96 | DC | 0 | 25 | 8 | 6 | 139 | 4B | 4C |
| Octal | 360 | 226 | 334 | 0 | 45 | 10 | 6 | 471 | 113 | 114 |
| Binary | 11110000 | 10010110 | 11011100 | 0 | 100101 | 1000 | 110 | 100111001 | 1001011 | 1001100 |
Color Harmonies of #F096DC
Complementary color
Monochromatic Colors of #F096DC
Black with #F096DC
Text Example
Text Example
White with #F096DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F096DC; }
p { color: rgb(240,150,220); }
H1.HeaderClassName
{
color: #F096DC;
}
.AnyTagClassName
{
color: #F096DC;
}
</style>
background-color css
<style>
a { background-color: #F096DC; }
a { background-color: rgb(240,150,220); }
div.DivClassName
{
background-color: #F096DC;
}
.BgClassName
{
background-color: #F096DC;
}
</style>
border-color css
<style>
span { border-color: #F096DC; }
span { border-color: rgb(240,150,220); }
td.TdClassName
{
border-color: #F096DC;
}
.TagClassName
{
border-color: #F096DC;
}
</style>