Shades of Lavender Rose #F095E3
Tints of Lavender Rose #F095E3
RGB
CMYK
RGB Variations
Color information
#F095E3 (or 0xF095E3) is known color: Lavender Rose. HEX triplet: F0, 95 and E3. RGB value is (240,149,227). Sum of RGB (Red+Green+Blue) = 240+149+227=616 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.96% from 616); Green value is 149 (58.59% from 255 or 24.19% from 616); Blue value is 227 (89.06% from 255 or 36.85% from 616); Max value from RGB is 240 - color contains mainly: red. Hex color #F095E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F095E3 is #0F6A1C. Grayscale: #B8B8B8. Windows color (decimal): -1010205 or 14915056. OLE color: 14915056.
HSL color Cylindrical-coordinate representation of color #F095E3: hue angle of 308.57º 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 #F095E3 is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 149 | 227 | - |
| CMYK | 0 | 0.38 | 0.05 | 0.06 |
| HSL | 308.57º | 0.75% | 0.76% | - |
| HSV(B) | 308.57º | 0.38% | 0.94% | - |
| XYZ | 60.55 | 45.57 | 78.28 | - |
| YUV | 185.1 | 151.65 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 149 | 227 | 0 | 0.38 | 0.05 | 0.06 | 308.57 | 0.75 | 0.76 |
| Hex | F0 | 95 | E3 | 0 | 26 | 5 | 6 | 135 | 4B | 4C |
| Octal | 360 | 225 | 343 | 0 | 46 | 5 | 6 | 465 | 113 | 114 |
| Binary | 11110000 | 10010101 | 11100011 | 0 | 100110 | 101 | 110 | 100110101 | 1001011 | 1001100 |
Color Harmonies of #F095E3
Complementary color
Monochromatic Colors of #F095E3
Black with #F095E3
Text Example
Text Example
White with #F095E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F095E3; }
p { color: rgb(240,149,227); }
H1.HeaderClassName
{
color: #F095E3;
}
.AnyTagClassName
{
color: #F095E3;
}
</style>
background-color css
<style>
a { background-color: #F095E3; }
a { background-color: rgb(240,149,227); }
div.DivClassName
{
background-color: #F095E3;
}
.BgClassName
{
background-color: #F095E3;
}
</style>
border-color css
<style>
span { border-color: #F095E3; }
span { border-color: rgb(240,149,227); }
td.TdClassName
{
border-color: #F095E3;
}
.TagClassName
{
border-color: #F095E3;
}
</style>