Shades of Lavender Rose #F5A2F0
Tints of Lavender Rose #F5A2F0
RGB
CMYK
RGB Variations
Color information
#F5A2F0 (or 0xF5A2F0) is known color: Lavender Rose. HEX triplet: F5, A2 and F0. RGB value is (245,162,240). Sum of RGB (Red+Green+Blue) = 245+162+240=647 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.87% from 647); Green value is 162 (63.67% from 255 or 25.04% from 647); Blue value is 240 (94.14% from 255 or 37.09% from 647); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A2F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5A2F0 is #0A5D0F. Grayscale: #C3C3C3. Windows color (decimal): -679184 or 15770357. OLE color: 15770357.
HSL color Cylindrical-coordinate representation of color #F5A2F0: hue angle of 303.61º degrees, saturation: 0.81, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F5A2F0 is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 162 | 240 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.04 |
| HSL | 303.61º | 0.81% | 0.8% | - |
| HSV(B) | 303.61º | 0.34% | 0.96% | - |
| XYZ | 66.3 | 51.54 | 88.89 | - |
| YUV | 195.71 | 153 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 162 | 240 | 0 | 0.34 | 0.02 | 0.04 | 303.61 | 0.81 | 0.8 |
| Hex | F5 | A2 | F0 | 0 | 22 | 2 | 4 | 130 | 51 | 50 |
| Octal | 365 | 242 | 360 | 0 | 42 | 2 | 4 | 460 | 121 | 120 |
| Binary | 11110101 | 10100010 | 11110000 | 0 | 100010 | 10 | 100 | 100110000 | 1010001 | 1010000 |
Color Harmonies of #F5A2F0
Complementary color
Monochromatic Colors of #F5A2F0
Black with #F5A2F0
Text Example
Text Example
White with #F5A2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A2F0; }
p { color: rgb(245,162,240); }
H1.HeaderClassName
{
color: #F5A2F0;
}
.AnyTagClassName
{
color: #F5A2F0;
}
</style>
background-color css
<style>
a { background-color: #F5A2F0; }
a { background-color: rgb(245,162,240); }
div.DivClassName
{
background-color: #F5A2F0;
}
.BgClassName
{
background-color: #F5A2F0;
}
</style>
border-color css
<style>
span { border-color: #F5A2F0; }
span { border-color: rgb(245,162,240); }
td.TdClassName
{
border-color: #F5A2F0;
}
.TagClassName
{
border-color: #F5A2F0;
}
</style>