Shades of Lavender Rose #F095D7
Tints of Lavender Rose #F095D7
RGB
CMYK
RGB Variations
Color information
#F095D7 (or 0xF095D7) is known color: Lavender Rose. HEX triplet: F0, 95 and D7. RGB value is (240,149,215). Sum of RGB (Red+Green+Blue) = 240+149+215=604 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.74% from 604); Green value is 149 (58.59% from 255 or 24.67% from 604); Blue value is 215 (84.38% from 255 or 35.60% from 604); Max value from RGB is 240 - color contains mainly: red. Hex color #F095D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F095D7 is #0F6A28. Grayscale: #B7B7B7. Windows color (decimal): -1010217 or 14128624. OLE color: 14128624.
HSL color Cylindrical-coordinate representation of color #F095D7: hue angle of 316.48º 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 #F095D7 is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 149 | 215 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.06 |
| HSL | 316.48º | 0.75% | 0.76% | - |
| HSV(B) | 316.48º | 0.38% | 0.94% | - |
| XYZ | 58.95 | 44.93 | 69.85 | - |
| YUV | 183.73 | 145.65 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 149 | 215 | 0 | 0.38 | 0.10 | 0.06 | 316.48 | 0.75 | 0.76 |
| Hex | F0 | 95 | D7 | 0 | 26 | A | 6 | 13C | 4B | 4C |
| Octal | 360 | 225 | 327 | 0 | 46 | 12 | 6 | 474 | 113 | 114 |
| Binary | 11110000 | 10010101 | 11010111 | 0 | 100110 | 1010 | 110 | 100111100 | 1001011 | 1001100 |
Color Harmonies of #F095D7
Complementary color
Monochromatic Colors of #F095D7
Black with #F095D7
Text Example
Text Example
White with #F095D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F095D7; }
p { color: rgb(240,149,215); }
H1.HeaderClassName
{
color: #F095D7;
}
.AnyTagClassName
{
color: #F095D7;
}
</style>
background-color css
<style>
a { background-color: #F095D7; }
a { background-color: rgb(240,149,215); }
div.DivClassName
{
background-color: #F095D7;
}
.BgClassName
{
background-color: #F095D7;
}
</style>
border-color css
<style>
span { border-color: #F095D7; }
span { border-color: rgb(240,149,215); }
td.TdClassName
{
border-color: #F095D7;
}
.TagClassName
{
border-color: #F095D7;
}
</style>