Shades of Lavender Rose #F5A5F0
Tints of Lavender Rose #F5A5F0
RGB
CMYK
RGB Variations
Color information
#F5A5F0 (or 0xF5A5F0) is known color: Lavender Rose. HEX triplet: F5, A5 and F0. RGB value is (245,165,240). Sum of RGB (Red+Green+Blue) = 245+165+240=650 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.69% from 650); Green value is 165 (64.84% from 255 or 25.38% from 650); Blue value is 240 (94.14% from 255 or 36.92% from 650); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A5F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5A5F0 is #0A5A0F. Grayscale: #C5C5C5. Windows color (decimal): -678416 or 15771125. OLE color: 15771125.
HSL color Cylindrical-coordinate representation of color #F5A5F0: hue angle of 303.75º degrees, saturation: 0.8, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F5A5F0 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 165 | 240 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.04 |
| HSL | 303.75º | 0.8% | 0.8% | - |
| HSV(B) | 303.75º | 0.33% | 0.96% | - |
| XYZ | 66.84 | 52.61 | 89.07 | - |
| YUV | 197.47 | 152 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 165 | 240 | 0 | 0.33 | 0.02 | 0.04 | 303.75 | 0.8 | 0.8 |
| Hex | F5 | A5 | F0 | 0 | 21 | 2 | 4 | 130 | 50 | 50 |
| Octal | 365 | 245 | 360 | 0 | 41 | 2 | 4 | 460 | 120 | 120 |
| Binary | 11110101 | 10100101 | 11110000 | 0 | 100001 | 10 | 100 | 100110000 | 1010000 | 1010000 |
Color Harmonies of #F5A5F0
Complementary color
Monochromatic Colors of #F5A5F0
Black with #F5A5F0
Text Example
Text Example
White with #F5A5F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A5F0; }
p { color: rgb(245,165,240); }
H1.HeaderClassName
{
color: #F5A5F0;
}
.AnyTagClassName
{
color: #F5A5F0;
}
</style>
background-color css
<style>
a { background-color: #F5A5F0; }
a { background-color: rgb(245,165,240); }
div.DivClassName
{
background-color: #F5A5F0;
}
.BgClassName
{
background-color: #F5A5F0;
}
</style>
border-color css
<style>
span { border-color: #F5A5F0; }
span { border-color: rgb(245,165,240); }
td.TdClassName
{
border-color: #F5A5F0;
}
.TagClassName
{
border-color: #F5A5F0;
}
</style>