Shades of Lavender Rose #F49DF2
Tints of Lavender Rose #F49DF2
RGB
CMYK
RGB Variations
Color information
#F49DF2 (or 0xF49DF2) is known color: Lavender Rose. HEX triplet: F4, 9D and F2. RGB value is (244,157,242). Sum of RGB (Red+Green+Blue) = 244+157+242=643 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.95% from 643); Green value is 157 (61.72% from 255 or 24.42% from 643); Blue value is 242 (94.92% from 255 or 37.64% from 643); Max value from RGB is 244 - color contains mainly: red. Hex color #F49DF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F49DF2 is #0B620D. Grayscale: #C0C0C0. Windows color (decimal): -745998 or 15900148. OLE color: 15900148.
HSL color Cylindrical-coordinate representation of color #F49DF2: hue angle of 301.38º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F49DF2 is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 157 | 242 | - |
| CMYK | 0 | 0.36 | 0.01 | 0.04 |
| HSL | 301.38º | 0.8% | 0.79% | - |
| HSV(B) | 301.38º | 0.36% | 0.96% | - |
| XYZ | 65.39 | 49.76 | 90.16 | - |
| YUV | 192.7 | 155.82 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 157 | 242 | 0 | 0.36 | 0.01 | 0.04 | 301.38 | 0.8 | 0.79 |
| Hex | F4 | 9D | F2 | 0 | 24 | 1 | 4 | 12D | 50 | 4F |
| Octal | 364 | 235 | 362 | 0 | 44 | 1 | 4 | 455 | 120 | 117 |
| Binary | 11110100 | 10011101 | 11110010 | 0 | 100100 | 1 | 100 | 100101101 | 1010000 | 1001111 |
Color Harmonies of #F49DF2
Complementary color
Monochromatic Colors of #F49DF2
Black with #F49DF2
Text Example
Text Example
White with #F49DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49DF2; }
p { color: rgb(244,157,242); }
H1.HeaderClassName
{
color: #F49DF2;
}
.AnyTagClassName
{
color: #F49DF2;
}
</style>
background-color css
<style>
a { background-color: #F49DF2; }
a { background-color: rgb(244,157,242); }
div.DivClassName
{
background-color: #F49DF2;
}
.BgClassName
{
background-color: #F49DF2;
}
</style>
border-color css
<style>
span { border-color: #F49DF2; }
span { border-color: rgb(244,157,242); }
td.TdClassName
{
border-color: #F49DF2;
}
.TagClassName
{
border-color: #F49DF2;
}
</style>