Shades of Lavender Rose #F495D5
Tints of Lavender Rose #F495D5
RGB
CMYK
RGB Variations
Color information
#F495D5 (or 0xF495D5) is known color: Lavender Rose. HEX triplet: F4, 95 and D5. RGB value is (244,149,213). Sum of RGB (Red+Green+Blue) = 244+149+213=606 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.26% from 606); Green value is 149 (58.59% from 255 or 24.59% from 606); Blue value is 213 (83.59% from 255 or 35.15% from 606); Max value from RGB is 244 - color contains mainly: red. Hex color #F495D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F495D5 is #0B6A2A. Grayscale: #B8B8B8. Windows color (decimal): -748075 or 13997556. OLE color: 13997556.
HSL color Cylindrical-coordinate representation of color #F495D5: hue angle of 319.58º 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 #F495D5 is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 149 | 213 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.04 |
| HSL | 319.58º | 0.81% | 0.77% | - |
| HSV(B) | 319.58º | 0.39% | 0.96% | - |
| XYZ | 60.07 | 45.53 | 68.57 | - |
| YUV | 184.7 | 143.97 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 149 | 213 | 0 | 0.39 | 0.13 | 0.04 | 319.58 | 0.81 | 0.77 |
| Hex | F4 | 95 | D5 | 0 | 27 | D | 4 | 140 | 51 | 4D |
| Octal | 364 | 225 | 325 | 0 | 47 | 15 | 4 | 500 | 121 | 115 |
| Binary | 11110100 | 10010101 | 11010101 | 0 | 100111 | 1101 | 100 | 101000000 | 1010001 | 1001101 |
Color Harmonies of #F495D5
Complementary color
Monochromatic Colors of #F495D5
Black with #F495D5
Text Example
Text Example
White with #F495D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F495D5; }
p { color: rgb(244,149,213); }
H1.HeaderClassName
{
color: #F495D5;
}
.AnyTagClassName
{
color: #F495D5;
}
</style>
background-color css
<style>
a { background-color: #F495D5; }
a { background-color: rgb(244,149,213); }
div.DivClassName
{
background-color: #F495D5;
}
.BgClassName
{
background-color: #F495D5;
}
</style>
border-color css
<style>
span { border-color: #F495D5; }
span { border-color: rgb(244,149,213); }
td.TdClassName
{
border-color: #F495D5;
}
.TagClassName
{
border-color: #F495D5;
}
</style>