Shades of Lavender Rose #F491DA
Tints of Lavender Rose #F491DA
RGB
CMYK
RGB Variations
Color information
#F491DA (or 0xF491DA) is known color: Lavender Rose. HEX triplet: F4, 91 and DA. RGB value is (244,145,218). Sum of RGB (Red+Green+Blue) = 244+145+218=607 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.20% from 607); Green value is 145 (57.03% from 255 or 23.89% from 607); Blue value is 218 (85.55% from 255 or 35.91% from 607); Max value from RGB is 244 - color contains mainly: red. Hex color #F491DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F491DA is #0B6E25. Grayscale: #B6B6B6. Windows color (decimal): -749094 or 14324212. OLE color: 14324212.
HSL color Cylindrical-coordinate representation of color #F491DA: hue angle of 315.76º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F491DA is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 145 | 218 | - |
| CMYK | 0 | 0.41 | 0.11 | 0.04 |
| HSL | 315.76º | 0.82% | 0.76% | - |
| HSV(B) | 315.76º | 0.41% | 0.96% | - |
| XYZ | 60.09 | 44.55 | 71.76 | - |
| YUV | 182.92 | 147.8 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 145 | 218 | 0 | 0.41 | 0.11 | 0.04 | 315.76 | 0.82 | 0.76 |
| Hex | F4 | 91 | DA | 0 | 29 | B | 4 | 13C | 52 | 4C |
| Octal | 364 | 221 | 332 | 0 | 51 | 13 | 4 | 474 | 122 | 114 |
| Binary | 11110100 | 10010001 | 11011010 | 0 | 101001 | 1011 | 100 | 100111100 | 1010010 | 1001100 |
Color Harmonies of #F491DA
Complementary color
Monochromatic Colors of #F491DA
Black with #F491DA
Text Example
Text Example
White with #F491DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F491DA; }
p { color: rgb(244,145,218); }
H1.HeaderClassName
{
color: #F491DA;
}
.AnyTagClassName
{
color: #F491DA;
}
</style>
background-color css
<style>
a { background-color: #F491DA; }
a { background-color: rgb(244,145,218); }
div.DivClassName
{
background-color: #F491DA;
}
.BgClassName
{
background-color: #F491DA;
}
</style>
border-color css
<style>
span { border-color: #F491DA; }
span { border-color: rgb(244,145,218); }
td.TdClassName
{
border-color: #F491DA;
}
.TagClassName
{
border-color: #F491DA;
}
</style>