Shades of Lavender Rose #F494D3
Tints of Lavender Rose #F494D3
RGB
CMYK
RGB Variations
Color information
#F494D3 (or 0xF494D3) is known color: Lavender Rose. HEX triplet: F4, 94 and D3. RGB value is (244,148,211). Sum of RGB (Red+Green+Blue) = 244+148+211=603 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.46% from 603); Green value is 148 (58.20% from 255 or 24.54% from 603); Blue value is 211 (82.81% from 255 or 34.99% from 603); Max value from RGB is 244 - color contains mainly: red. Hex color #F494D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F494D3 is #0B6B2C. Grayscale: #B7B7B7. Windows color (decimal): -748333 or 13866228. OLE color: 13866228.
HSL color Cylindrical-coordinate representation of color #F494D3: hue angle of 320.62º 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 #F494D3 is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 148 | 211 | - |
| CMYK | 0 | 0.39 | 0.14 | 0.04 |
| HSL | 320.63º | 0.81% | 0.77% | - |
| HSV(B) | 320.63º | 0.39% | 0.96% | - |
| XYZ | 59.66 | 45.12 | 67.19 | - |
| YUV | 183.89 | 143.3 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 148 | 211 | 0 | 0.39 | 0.14 | 0.04 | 320.63 | 0.81 | 0.77 |
| Hex | F4 | 94 | D3 | 0 | 27 | E | 4 | 141 | 51 | 4D |
| Octal | 364 | 224 | 323 | 0 | 47 | 16 | 4 | 501 | 121 | 115 |
| Binary | 11110100 | 10010100 | 11010011 | 0 | 100111 | 1110 | 100 | 101000001 | 1010001 | 1001101 |
Color Harmonies of #F494D3
Complementary color
Monochromatic Colors of #F494D3
Black with #F494D3
Text Example
Text Example
White with #F494D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F494D3; }
p { color: rgb(244,148,211); }
H1.HeaderClassName
{
color: #F494D3;
}
.AnyTagClassName
{
color: #F494D3;
}
</style>
background-color css
<style>
a { background-color: #F494D3; }
a { background-color: rgb(244,148,211); }
div.DivClassName
{
background-color: #F494D3;
}
.BgClassName
{
background-color: #F494D3;
}
</style>
border-color css
<style>
span { border-color: #F494D3; }
span { border-color: rgb(244,148,211); }
td.TdClassName
{
border-color: #F494D3;
}
.TagClassName
{
border-color: #F494D3;
}
</style>