Shades of Lavender Rose #F096DD
Tints of Lavender Rose #F096DD
RGB
CMYK
RGB Variations
Color information
#F096DD (or 0xF096DD) is known color: Lavender Rose. HEX triplet: F0, 96 and DD. RGB value is (240,150,221). Sum of RGB (Red+Green+Blue) = 240+150+221=611 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.28% from 611); Green value is 150 (58.98% from 255 or 24.55% from 611); Blue value is 221 (86.72% from 255 or 36.17% from 611); Max value from RGB is 240 - color contains mainly: red. Hex color #F096DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F096DD is #0F6922. Grayscale: #B8B8B8. Windows color (decimal): -1009955 or 14522096. OLE color: 14522096.
HSL color Cylindrical-coordinate representation of color #F096DD: hue angle of 312.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 #F096DD is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 150 | 221 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.06 |
| HSL | 312.67º | 0.75% | 0.76% | - |
| HSV(B) | 312.67º | 0.38% | 0.94% | - |
| XYZ | 59.89 | 45.56 | 74.04 | - |
| YUV | 185 | 148.32 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 150 | 221 | 0 | 0.37 | 0.08 | 0.06 | 312.67 | 0.75 | 0.76 |
| Hex | F0 | 96 | DD | 0 | 25 | 8 | 6 | 139 | 4B | 4C |
| Octal | 360 | 226 | 335 | 0 | 45 | 10 | 6 | 471 | 113 | 114 |
| Binary | 11110000 | 10010110 | 11011101 | 0 | 100101 | 1000 | 110 | 100111001 | 1001011 | 1001100 |
Color Harmonies of #F096DD
Complementary color
Monochromatic Colors of #F096DD
Black with #F096DD
Text Example
Text Example
White with #F096DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F096DD; }
p { color: rgb(240,150,221); }
H1.HeaderClassName
{
color: #F096DD;
}
.AnyTagClassName
{
color: #F096DD;
}
</style>
background-color css
<style>
a { background-color: #F096DD; }
a { background-color: rgb(240,150,221); }
div.DivClassName
{
background-color: #F096DD;
}
.BgClassName
{
background-color: #F096DD;
}
</style>
border-color css
<style>
span { border-color: #F096DD; }
span { border-color: rgb(240,150,221); }
td.TdClassName
{
border-color: #F096DD;
}
.TagClassName
{
border-color: #F096DD;
}
</style>