Shades of Lavender Rose #F493D9
Tints of Lavender Rose #F493D9
RGB
CMYK
RGB Variations
Color information
#F493D9 (or 0xF493D9) is known color: Lavender Rose. HEX triplet: F4, 93 and D9. RGB value is (244,147,217). Sum of RGB (Red+Green+Blue) = 244+147+217=608 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.13% from 608); Green value is 147 (57.81% from 255 or 24.18% from 608); Blue value is 217 (85.16% from 255 or 35.69% from 608); Max value from RGB is 244 - color contains mainly: red. Hex color #F493D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F493D9 is #0B6C26. Grayscale: #B7B7B7. Windows color (decimal): -748583 or 14259188. OLE color: 14259188.
HSL color Cylindrical-coordinate representation of color #F493D9: hue angle of 316.7º degrees, saturation: 0.82, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F493D9 is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 147 | 217 | - |
| CMYK | 0 | 0.40 | 0.11 | 0.04 |
| HSL | 316.7º | 0.82% | 0.77% | - |
| HSV(B) | 316.7º | 0.4% | 0.96% | - |
| XYZ | 60.27 | 45.11 | 71.18 | - |
| YUV | 183.98 | 146.64 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 147 | 217 | 0 | 0.40 | 0.11 | 0.04 | 316.7 | 0.82 | 0.77 |
| Hex | F4 | 93 | D9 | 0 | 28 | B | 4 | 13D | 52 | 4D |
| Octal | 364 | 223 | 331 | 0 | 50 | 13 | 4 | 475 | 122 | 115 |
| Binary | 11110100 | 10010011 | 11011001 | 0 | 101000 | 1011 | 100 | 100111101 | 1010010 | 1001101 |
Color Harmonies of #F493D9
Complementary color
Monochromatic Colors of #F493D9
Black with #F493D9
Text Example
Text Example
White with #F493D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F493D9; }
p { color: rgb(244,147,217); }
H1.HeaderClassName
{
color: #F493D9;
}
.AnyTagClassName
{
color: #F493D9;
}
</style>
background-color css
<style>
a { background-color: #F493D9; }
a { background-color: rgb(244,147,217); }
div.DivClassName
{
background-color: #F493D9;
}
.BgClassName
{
background-color: #F493D9;
}
</style>
border-color css
<style>
span { border-color: #F493D9; }
span { border-color: rgb(244,147,217); }
td.TdClassName
{
border-color: #F493D9;
}
.TagClassName
{
border-color: #F493D9;
}
</style>