Shades of Lavender Rose #F096D4
Tints of Lavender Rose #F096D4
RGB
CMYK
RGB Variations
Color information
#F096D4 (or 0xF096D4) is known color: Lavender Rose. HEX triplet: F0, 96 and D4. RGB value is (240,150,212). Sum of RGB (Red+Green+Blue) = 240+150+212=602 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.87% from 602); Green value is 150 (58.98% from 255 or 24.92% from 602); Blue value is 212 (83.20% from 255 or 35.22% from 602); Max value from RGB is 240 - color contains mainly: red. Hex color #F096D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F096D4 is #0F692B. Grayscale: #B7B7B7. Windows color (decimal): -1009964 or 13932272. OLE color: 13932272.
HSL color Cylindrical-coordinate representation of color #F096D4: hue angle of 318.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 #F096D4 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 150 | 212 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.06 |
| HSL | 318.67º | 0.75% | 0.76% | - |
| HSV(B) | 318.67º | 0.38% | 0.94% | - |
| XYZ | 58.73 | 45.09 | 67.9 | - |
| YUV | 183.98 | 143.82 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 150 | 212 | 0 | 0.37 | 0.12 | 0.06 | 318.67 | 0.75 | 0.76 |
| Hex | F0 | 96 | D4 | 0 | 25 | C | 6 | 13F | 4B | 4C |
| Octal | 360 | 226 | 324 | 0 | 45 | 14 | 6 | 477 | 113 | 114 |
| Binary | 11110000 | 10010110 | 11010100 | 0 | 100101 | 1100 | 110 | 100111111 | 1001011 | 1001100 |
Color Harmonies of #F096D4
Complementary color
Monochromatic Colors of #F096D4
Black with #F096D4
Text Example
Text Example
White with #F096D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F096D4; }
p { color: rgb(240,150,212); }
H1.HeaderClassName
{
color: #F096D4;
}
.AnyTagClassName
{
color: #F096D4;
}
</style>
background-color css
<style>
a { background-color: #F096D4; }
a { background-color: rgb(240,150,212); }
div.DivClassName
{
background-color: #F096D4;
}
.BgClassName
{
background-color: #F096D4;
}
</style>
border-color css
<style>
span { border-color: #F096D4; }
span { border-color: rgb(240,150,212); }
td.TdClassName
{
border-color: #F096D4;
}
.TagClassName
{
border-color: #F096D4;
}
</style>