Shades of Lavender Rose #F495D1
Tints of Lavender Rose #F495D1
RGB
CMYK
RGB Variations
Color information
#F495D1 (or 0xF495D1) is known color: Lavender Rose. HEX triplet: F4, 95 and D1. RGB value is (244,149,209). Sum of RGB (Red+Green+Blue) = 244+149+209=602 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.53% from 602); Green value is 149 (58.59% from 255 or 24.75% from 602); Blue value is 209 (82.03% from 255 or 34.72% from 602); Max value from RGB is 244 - color contains mainly: red. Hex color #F495D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F495D1 is #0B6A2E. Grayscale: #B8B8B8. Windows color (decimal): -748079 or 13735412. OLE color: 13735412.
HSL color Cylindrical-coordinate representation of color #F495D1: hue angle of 322.11º 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 #F495D1 is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 149 | 209 | - |
| CMYK | 0 | 0.39 | 0.14 | 0.04 |
| HSL | 322.11º | 0.81% | 0.77% | - |
| HSV(B) | 322.11º | 0.39% | 0.96% | - |
| XYZ | 59.56 | 45.33 | 65.93 | - |
| YUV | 184.25 | 141.97 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 149 | 209 | 0 | 0.39 | 0.14 | 0.04 | 322.11 | 0.81 | 0.77 |
| Hex | F4 | 95 | D1 | 0 | 27 | E | 4 | 142 | 51 | 4D |
| Octal | 364 | 225 | 321 | 0 | 47 | 16 | 4 | 502 | 121 | 115 |
| Binary | 11110100 | 10010101 | 11010001 | 0 | 100111 | 1110 | 100 | 101000010 | 1010001 | 1001101 |
Color Harmonies of #F495D1
Complementary color
Monochromatic Colors of #F495D1
Black with #F495D1
Text Example
Text Example
White with #F495D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F495D1; }
p { color: rgb(244,149,209); }
H1.HeaderClassName
{
color: #F495D1;
}
.AnyTagClassName
{
color: #F495D1;
}
</style>
background-color css
<style>
a { background-color: #F495D1; }
a { background-color: rgb(244,149,209); }
div.DivClassName
{
background-color: #F495D1;
}
.BgClassName
{
background-color: #F495D1;
}
</style>
border-color css
<style>
span { border-color: #F495D1; }
span { border-color: rgb(244,149,209); }
td.TdClassName
{
border-color: #F495D1;
}
.TagClassName
{
border-color: #F495D1;
}
</style>