Shades of Lavender Rose #F494E0
Tints of Lavender Rose #F494E0
RGB
CMYK
RGB Variations
Color information
#F494E0 (or 0xF494E0) is known color: Lavender Rose. HEX triplet: F4, 94 and E0. RGB value is (244,148,224). Sum of RGB (Red+Green+Blue) = 244+148+224=616 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.61% from 616); Green value is 148 (58.20% from 255 or 24.03% from 616); Blue value is 224 (87.89% from 255 or 36.36% from 616); Max value from RGB is 244 - color contains mainly: red. Hex color #F494E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F494E0 is #0B6B1F. Grayscale: #B9B9B9. Windows color (decimal): -748320 or 14718196. OLE color: 14718196.
HSL color Cylindrical-coordinate representation of color #F494E0: hue angle of 312.5º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F494E0 is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 148 | 224 | - |
| CMYK | 0 | 0.39 | 0.08 | 0.04 |
| HSL | 312.5º | 0.81% | 0.77% | - |
| HSV(B) | 312.5º | 0.39% | 0.96% | - |
| XYZ | 61.35 | 45.79 | 76.13 | - |
| YUV | 185.37 | 149.8 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 148 | 224 | 0 | 0.39 | 0.08 | 0.04 | 312.5 | 0.81 | 0.77 |
| Hex | F4 | 94 | E0 | 0 | 27 | 8 | 4 | 138 | 51 | 4D |
| Octal | 364 | 224 | 340 | 0 | 47 | 10 | 4 | 470 | 121 | 115 |
| Binary | 11110100 | 10010100 | 11100000 | 0 | 100111 | 1000 | 100 | 100111000 | 1010001 | 1001101 |
Color Harmonies of #F494E0
Complementary color
Monochromatic Colors of #F494E0
Black with #F494E0
Text Example
Text Example
White with #F494E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F494E0; }
p { color: rgb(244,148,224); }
H1.HeaderClassName
{
color: #F494E0;
}
.AnyTagClassName
{
color: #F494E0;
}
</style>
background-color css
<style>
a { background-color: #F494E0; }
a { background-color: rgb(244,148,224); }
div.DivClassName
{
background-color: #F494E0;
}
.BgClassName
{
background-color: #F494E0;
}
</style>
border-color css
<style>
span { border-color: #F494E0; }
span { border-color: rgb(244,148,224); }
td.TdClassName
{
border-color: #F494E0;
}
.TagClassName
{
border-color: #F494E0;
}
</style>