Shades of Lavender Rose #F5A4F1
Tints of Lavender Rose #F5A4F1
RGB
CMYK
RGB Variations
Color information
#F5A4F1 (or 0xF5A4F1) is known color: Lavender Rose. HEX triplet: F5, A4 and F1. RGB value is (245,164,241). Sum of RGB (Red+Green+Blue) = 245+164+241=650 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.69% from 650); Green value is 164 (64.45% from 255 or 25.23% from 650); Blue value is 241 (94.53% from 255 or 37.08% from 650); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A4F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5A4F1 is #0A5B0E. Grayscale: #C4C4C4. Windows color (decimal): -678671 or 15836405. OLE color: 15836405.
HSL color Cylindrical-coordinate representation of color #F5A4F1: hue angle of 302.96º 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 #F5A4F1 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 164 | 241 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.04 |
| HSL | 302.96º | 0.8% | 0.8% | - |
| HSV(B) | 302.96º | 0.33% | 0.96% | - |
| XYZ | 66.81 | 52.31 | 89.8 | - |
| YUV | 197 | 152.84 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 164 | 241 | 0 | 0.33 | 0.02 | 0.04 | 302.96 | 0.8 | 0.8 |
| Hex | F5 | A4 | F1 | 0 | 21 | 2 | 4 | 12F | 50 | 50 |
| Octal | 365 | 244 | 361 | 0 | 41 | 2 | 4 | 457 | 120 | 120 |
| Binary | 11110101 | 10100100 | 11110001 | 0 | 100001 | 10 | 100 | 100101111 | 1010000 | 1010000 |
Color Harmonies of #F5A4F1
Complementary color
Monochromatic Colors of #F5A4F1
Black with #F5A4F1
Text Example
Text Example
White with #F5A4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A4F1; }
p { color: rgb(245,164,241); }
H1.HeaderClassName
{
color: #F5A4F1;
}
.AnyTagClassName
{
color: #F5A4F1;
}
</style>
background-color css
<style>
a { background-color: #F5A4F1; }
a { background-color: rgb(245,164,241); }
div.DivClassName
{
background-color: #F5A4F1;
}
.BgClassName
{
background-color: #F5A4F1;
}
</style>
border-color css
<style>
span { border-color: #F5A4F1; }
span { border-color: rgb(245,164,241); }
td.TdClassName
{
border-color: #F5A4F1;
}
.TagClassName
{
border-color: #F5A4F1;
}
</style>