Shades of Lavender Rose #F095DA
Tints of Lavender Rose #F095DA
RGB
CMYK
RGB Variations
Color information
#F095DA (or 0xF095DA) is known color: Lavender Rose. HEX triplet: F0, 95 and DA. RGB value is (240,149,218). Sum of RGB (Red+Green+Blue) = 240+149+218=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 149 (58.59% from 255 or 24.55% from 607); Blue value is 218 (85.55% from 255 or 35.91% from 607); Max value from RGB is 240 - color contains mainly: red. Hex color #F095DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F095DA is #0F6A25. Grayscale: #B7B7B7. Windows color (decimal): -1010214 or 14325232. OLE color: 14325232.
HSL color Cylindrical-coordinate representation of color #F095DA: hue angle of 314.51º 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 #F095DA is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 149 | 218 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.06 |
| HSL | 314.51º | 0.75% | 0.76% | - |
| HSV(B) | 314.51º | 0.38% | 0.94% | - |
| XYZ | 59.34 | 45.08 | 71.9 | - |
| YUV | 184.08 | 147.15 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 149 | 218 | 0 | 0.38 | 0.09 | 0.06 | 314.51 | 0.75 | 0.76 |
| Hex | F0 | 95 | DA | 0 | 26 | 9 | 6 | 13B | 4B | 4C |
| Octal | 360 | 225 | 332 | 0 | 46 | 11 | 6 | 473 | 113 | 114 |
| Binary | 11110000 | 10010101 | 11011010 | 0 | 100110 | 1001 | 110 | 100111011 | 1001011 | 1001100 |
Color Harmonies of #F095DA
Complementary color
Monochromatic Colors of #F095DA
Black with #F095DA
Text Example
Text Example
White with #F095DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F095DA; }
p { color: rgb(240,149,218); }
H1.HeaderClassName
{
color: #F095DA;
}
.AnyTagClassName
{
color: #F095DA;
}
</style>
background-color css
<style>
a { background-color: #F095DA; }
a { background-color: rgb(240,149,218); }
div.DivClassName
{
background-color: #F095DA;
}
.BgClassName
{
background-color: #F095DA;
}
</style>
border-color css
<style>
span { border-color: #F095DA; }
span { border-color: rgb(240,149,218); }
td.TdClassName
{
border-color: #F095DA;
}
.TagClassName
{
border-color: #F095DA;
}
</style>