Shades of Lavender Rose #F095E0
Tints of Lavender Rose #F095E0
RGB
CMYK
RGB Variations
Color information
#F095E0 (or 0xF095E0) is known color: Lavender Rose. HEX triplet: F0, 95 and E0. RGB value is (240,149,224). Sum of RGB (Red+Green+Blue) = 240+149+224=613 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.15% from 613); Green value is 149 (58.59% from 255 or 24.31% from 613); Blue value is 224 (87.89% from 255 or 36.54% from 613); Max value from RGB is 240 - color contains mainly: red. Hex color #F095E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F095E0 is #0F6A1F. Grayscale: #B8B8B8. Windows color (decimal): -1010208 or 14718448. OLE color: 14718448.
HSL color Cylindrical-coordinate representation of color #F095E0: hue angle of 310.55º 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 #F095E0 is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 149 | 224 | - |
| CMYK | 0 | 0.38 | 0.07 | 0.06 |
| HSL | 310.55º | 0.75% | 0.76% | - |
| HSV(B) | 310.55º | 0.38% | 0.94% | - |
| XYZ | 60.14 | 45.4 | 76.11 | - |
| YUV | 184.76 | 150.15 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 149 | 224 | 0 | 0.38 | 0.07 | 0.06 | 310.55 | 0.75 | 0.76 |
| Hex | F0 | 95 | E0 | 0 | 26 | 7 | 6 | 137 | 4B | 4C |
| Octal | 360 | 225 | 340 | 0 | 46 | 7 | 6 | 467 | 113 | 114 |
| Binary | 11110000 | 10010101 | 11100000 | 0 | 100110 | 111 | 110 | 100110111 | 1001011 | 1001100 |
Color Harmonies of #F095E0
Complementary color
Monochromatic Colors of #F095E0
Black with #F095E0
Text Example
Text Example
White with #F095E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F095E0; }
p { color: rgb(240,149,224); }
H1.HeaderClassName
{
color: #F095E0;
}
.AnyTagClassName
{
color: #F095E0;
}
</style>
background-color css
<style>
a { background-color: #F095E0; }
a { background-color: rgb(240,149,224); }
div.DivClassName
{
background-color: #F095E0;
}
.BgClassName
{
background-color: #F095E0;
}
</style>
border-color css
<style>
span { border-color: #F095E0; }
span { border-color: rgb(240,149,224); }
td.TdClassName
{
border-color: #F095E0;
}
.TagClassName
{
border-color: #F095E0;
}
</style>