Shades of Lavender Rose #F2A0E9
Tints of Lavender Rose #F2A0E9
RGB
CMYK
RGB Variations
Color information
#F2A0E9 (or 0xF2A0E9) is known color: Lavender Rose. HEX triplet: F2, A0 and E9. RGB value is (242,160,233). Sum of RGB (Red+Green+Blue) = 242+160+233=635 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.11% from 635); Green value is 160 (62.89% from 255 or 25.20% from 635); Blue value is 233 (91.41% from 255 or 36.69% from 635); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A0E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2A0E9 is #0D5F16. Grayscale: #C0C0C0. Windows color (decimal): -876311 or 15311090. OLE color: 15311090.
HSL color Cylindrical-coordinate representation of color #F2A0E9: hue angle of 306.59º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F2A0E9 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 160 | 233 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.05 |
| HSL | 306.59º | 0.76% | 0.79% | - |
| HSV(B) | 306.59º | 0.34% | 0.95% | - |
| XYZ | 63.9 | 49.9 | 83.36 | - |
| YUV | 192.84 | 150.67 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 160 | 233 | 0 | 0.34 | 0.04 | 0.05 | 306.59 | 0.76 | 0.79 |
| Hex | F2 | A0 | E9 | 0 | 22 | 4 | 5 | 133 | 4C | 4F |
| Octal | 362 | 240 | 351 | 0 | 42 | 4 | 5 | 463 | 114 | 117 |
| Binary | 11110010 | 10100000 | 11101001 | 0 | 100010 | 100 | 101 | 100110011 | 1001100 | 1001111 |
Color Harmonies of #F2A0E9
Complementary color
Monochromatic Colors of #F2A0E9
Black with #F2A0E9
Text Example
Text Example
White with #F2A0E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A0E9; }
p { color: rgb(242,160,233); }
H1.HeaderClassName
{
color: #F2A0E9;
}
.AnyTagClassName
{
color: #F2A0E9;
}
</style>
background-color css
<style>
a { background-color: #F2A0E9; }
a { background-color: rgb(242,160,233); }
div.DivClassName
{
background-color: #F2A0E9;
}
.BgClassName
{
background-color: #F2A0E9;
}
</style>
border-color css
<style>
span { border-color: #F2A0E9; }
span { border-color: rgb(242,160,233); }
td.TdClassName
{
border-color: #F2A0E9;
}
.TagClassName
{
border-color: #F2A0E9;
}
</style>