Shades of Lavender Rose #F495DB
Tints of Lavender Rose #F495DB
RGB
CMYK
RGB Variations
Color information
#F495DB (or 0xF495DB) is known color: Lavender Rose. HEX triplet: F4, 95 and DB. RGB value is (244,149,219). Sum of RGB (Red+Green+Blue) = 244+149+219=612 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.87% from 612); Green value is 149 (58.59% from 255 or 24.35% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 244 - color contains mainly: red. Hex color #F495DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F495DB is #0B6A24. Grayscale: #B9B9B9. Windows color (decimal): -748069 or 14390772. OLE color: 14390772.
HSL color Cylindrical-coordinate representation of color #F495DB: hue angle of 315.79º 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 #F495DB is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 149 | 219 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.04 |
| HSL | 315.79º | 0.81% | 0.77% | - |
| HSV(B) | 315.79º | 0.39% | 0.96% | - |
| XYZ | 60.84 | 45.84 | 72.66 | - |
| YUV | 185.39 | 146.97 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 149 | 219 | 0 | 0.39 | 0.10 | 0.04 | 315.79 | 0.81 | 0.77 |
| Hex | F4 | 95 | DB | 0 | 27 | A | 4 | 13C | 51 | 4D |
| Octal | 364 | 225 | 333 | 0 | 47 | 12 | 4 | 474 | 121 | 115 |
| Binary | 11110100 | 10010101 | 11011011 | 0 | 100111 | 1010 | 100 | 100111100 | 1010001 | 1001101 |
Color Harmonies of #F495DB
Complementary color
Monochromatic Colors of #F495DB
Black with #F495DB
Text Example
Text Example
White with #F495DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F495DB; }
p { color: rgb(244,149,219); }
H1.HeaderClassName
{
color: #F495DB;
}
.AnyTagClassName
{
color: #F495DB;
}
</style>
background-color css
<style>
a { background-color: #F495DB; }
a { background-color: rgb(244,149,219); }
div.DivClassName
{
background-color: #F495DB;
}
.BgClassName
{
background-color: #F495DB;
}
</style>
border-color css
<style>
span { border-color: #F495DB; }
span { border-color: rgb(244,149,219); }
td.TdClassName
{
border-color: #F495DB;
}
.TagClassName
{
border-color: #F495DB;
}
</style>