Shades of Lavender Rose #F2A0E5
Tints of Lavender Rose #F2A0E5
RGB
CMYK
RGB Variations
Color information
#F2A0E5 (or 0xF2A0E5) is known color: Lavender Rose. HEX triplet: F2, A0 and E5. RGB value is (242,160,229). Sum of RGB (Red+Green+Blue) = 242+160+229=631 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.35% from 631); Green value is 160 (62.89% from 255 or 25.36% from 631); Blue value is 229 (89.84% from 255 or 36.29% from 631); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A0E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A0E5 is #0D5F1A. Grayscale: #C0C0C0. Windows color (decimal): -876315 or 15048946. OLE color: 15048946.
HSL color Cylindrical-coordinate representation of color #F2A0E5: hue angle of 309.51º 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 #F2A0E5 is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 160 | 229 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.05 |
| HSL | 309.51º | 0.76% | 0.79% | - |
| HSV(B) | 309.51º | 0.34% | 0.95% | - |
| XYZ | 63.33 | 49.68 | 80.38 | - |
| YUV | 192.38 | 148.67 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 160 | 229 | 0 | 0.34 | 0.05 | 0.05 | 309.51 | 0.76 | 0.79 |
| Hex | F2 | A0 | E5 | 0 | 22 | 5 | 5 | 136 | 4C | 4F |
| Octal | 362 | 240 | 345 | 0 | 42 | 5 | 5 | 466 | 114 | 117 |
| Binary | 11110010 | 10100000 | 11100101 | 0 | 100010 | 101 | 101 | 100110110 | 1001100 | 1001111 |
Color Harmonies of #F2A0E5
Complementary color
Monochromatic Colors of #F2A0E5
Black with #F2A0E5
Text Example
Text Example
White with #F2A0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A0E5; }
p { color: rgb(242,160,229); }
H1.HeaderClassName
{
color: #F2A0E5;
}
.AnyTagClassName
{
color: #F2A0E5;
}
</style>
background-color css
<style>
a { background-color: #F2A0E5; }
a { background-color: rgb(242,160,229); }
div.DivClassName
{
background-color: #F2A0E5;
}
.BgClassName
{
background-color: #F2A0E5;
}
</style>
border-color css
<style>
span { border-color: #F2A0E5; }
span { border-color: rgb(242,160,229); }
td.TdClassName
{
border-color: #F2A0E5;
}
.TagClassName
{
border-color: #F2A0E5;
}
</style>