Shades of Lavender Rose #F491D6
Tints of Lavender Rose #F491D6
RGB
CMYK
RGB Variations
Color information
#F491D6 (or 0xF491D6) is known color: Lavender Rose. HEX triplet: F4, 91 and D6. RGB value is (244,145,214). Sum of RGB (Red+Green+Blue) = 244+145+214=603 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.46% from 603); Green value is 145 (57.03% from 255 or 24.05% from 603); Blue value is 214 (83.98% from 255 or 35.49% from 603); Max value from RGB is 244 - color contains mainly: red. Hex color #F491D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F491D6 is #0B6E29. Grayscale: #B6B6B6. Windows color (decimal): -749098 or 14062068. OLE color: 14062068.
HSL color Cylindrical-coordinate representation of color #F491D6: hue angle of 318.18º 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 #F491D6 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 145 | 214 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.04 |
| HSL | 318.18º | 0.82% | 0.76% | - |
| HSV(B) | 318.18º | 0.41% | 0.96% | - |
| XYZ | 59.57 | 44.34 | 69.04 | - |
| YUV | 182.47 | 145.8 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 145 | 214 | 0 | 0.41 | 0.12 | 0.04 | 318.18 | 0.82 | 0.76 |
| Hex | F4 | 91 | D6 | 0 | 29 | C | 4 | 13E | 52 | 4C |
| Octal | 364 | 221 | 326 | 0 | 51 | 14 | 4 | 476 | 122 | 114 |
| Binary | 11110100 | 10010001 | 11010110 | 0 | 101001 | 1100 | 100 | 100111110 | 1010010 | 1001100 |
Color Harmonies of #F491D6
Complementary color
Monochromatic Colors of #F491D6
Black with #F491D6
Text Example
Text Example
White with #F491D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F491D6; }
p { color: rgb(244,145,214); }
H1.HeaderClassName
{
color: #F491D6;
}
.AnyTagClassName
{
color: #F491D6;
}
</style>
background-color css
<style>
a { background-color: #F491D6; }
a { background-color: rgb(244,145,214); }
div.DivClassName
{
background-color: #F491D6;
}
.BgClassName
{
background-color: #F491D6;
}
</style>
border-color css
<style>
span { border-color: #F491D6; }
span { border-color: rgb(244,145,214); }
td.TdClassName
{
border-color: #F491D6;
}
.TagClassName
{
border-color: #F491D6;
}
</style>