Shades of Lavender Rose #F0A1EA
Tints of Lavender Rose #F0A1EA
RGB
CMYK
RGB Variations
Color information
#F0A1EA (or 0xF0A1EA) is known color: Lavender Rose. HEX triplet: F0, A1 and EA. RGB value is (240,161,234). Sum of RGB (Red+Green+Blue) = 240+161+234=635 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.80% from 635); Green value is 161 (63.28% from 255 or 25.35% from 635); Blue value is 234 (91.80% from 255 or 36.85% from 635); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A1EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0A1EA is #0F5E15. Grayscale: #C0C0C0. Windows color (decimal): -1007126 or 15376880. OLE color: 15376880.
HSL color Cylindrical-coordinate representation of color #F0A1EA: hue angle of 304.56º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F0A1EA is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 161 | 234 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.06 |
| HSL | 304.56º | 0.72% | 0.79% | - |
| HSV(B) | 304.56º | 0.33% | 0.94% | - |
| XYZ | 63.53 | 49.96 | 84.14 | - |
| YUV | 192.94 | 151.17 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 161 | 234 | 0 | 0.33 | 0.02 | 0.06 | 304.56 | 0.72 | 0.79 |
| Hex | F0 | A1 | EA | 0 | 21 | 2 | 6 | 131 | 48 | 4F |
| Octal | 360 | 241 | 352 | 0 | 41 | 2 | 6 | 461 | 110 | 117 |
| Binary | 11110000 | 10100001 | 11101010 | 0 | 100001 | 10 | 110 | 100110001 | 1001000 | 1001111 |
Color Harmonies of #F0A1EA
Complementary color
Monochromatic Colors of #F0A1EA
Black with #F0A1EA
Text Example
Text Example
White with #F0A1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A1EA; }
p { color: rgb(240,161,234); }
H1.HeaderClassName
{
color: #F0A1EA;
}
.AnyTagClassName
{
color: #F0A1EA;
}
</style>
background-color css
<style>
a { background-color: #F0A1EA; }
a { background-color: rgb(240,161,234); }
div.DivClassName
{
background-color: #F0A1EA;
}
.BgClassName
{
background-color: #F0A1EA;
}
</style>
border-color css
<style>
span { border-color: #F0A1EA; }
span { border-color: rgb(240,161,234); }
td.TdClassName
{
border-color: #F0A1EA;
}
.TagClassName
{
border-color: #F0A1EA;
}
</style>