Shades of Lavender Rose #F496D1
Tints of Lavender Rose #F496D1
RGB
CMYK
RGB Variations
Color information
#F496D1 (or 0xF496D1) is known color: Lavender Rose. HEX triplet: F4, 96 and D1. RGB value is (244,150,209). Sum of RGB (Red+Green+Blue) = 244+150+209=603 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.46% from 603); Green value is 150 (58.98% from 255 or 24.88% from 603); Blue value is 209 (82.03% from 255 or 34.66% from 603); Max value from RGB is 244 - color contains mainly: red. Hex color #F496D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F496D1 is #0B692E. Grayscale: #B8B8B8. Windows color (decimal): -747823 or 13735668. OLE color: 13735668.
HSL color Cylindrical-coordinate representation of color #F496D1: hue angle of 322.34º 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 #F496D1 is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 150 | 209 | - |
| CMYK | 0 | 0.39 | 0.14 | 0.04 |
| HSL | 322.34º | 0.81% | 0.77% | - |
| HSV(B) | 322.34º | 0.39% | 0.96% | - |
| XYZ | 59.72 | 45.65 | 65.99 | - |
| YUV | 184.83 | 141.64 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 150 | 209 | 0 | 0.39 | 0.14 | 0.04 | 322.34 | 0.81 | 0.77 |
| Hex | F4 | 96 | D1 | 0 | 27 | E | 4 | 142 | 51 | 4D |
| Octal | 364 | 226 | 321 | 0 | 47 | 16 | 4 | 502 | 121 | 115 |
| Binary | 11110100 | 10010110 | 11010001 | 0 | 100111 | 1110 | 100 | 101000010 | 1010001 | 1001101 |
Color Harmonies of #F496D1
Complementary color
Monochromatic Colors of #F496D1
Black with #F496D1
Text Example
Text Example
White with #F496D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F496D1; }
p { color: rgb(244,150,209); }
H1.HeaderClassName
{
color: #F496D1;
}
.AnyTagClassName
{
color: #F496D1;
}
</style>
background-color css
<style>
a { background-color: #F496D1; }
a { background-color: rgb(244,150,209); }
div.DivClassName
{
background-color: #F496D1;
}
.BgClassName
{
background-color: #F496D1;
}
</style>
border-color css
<style>
span { border-color: #F496D1; }
span { border-color: rgb(244,150,209); }
td.TdClassName
{
border-color: #F496D1;
}
.TagClassName
{
border-color: #F496D1;
}
</style>