Shades of Lavender Rose #F491D5
Tints of Lavender Rose #F491D5
RGB
CMYK
RGB Variations
Color information
#F491D5 (or 0xF491D5) is known color: Lavender Rose. HEX triplet: F4, 91 and D5. RGB value is (244,145,213). Sum of RGB (Red+Green+Blue) = 244+145+213=602 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.53% from 602); Green value is 145 (57.03% from 255 or 24.09% from 602); Blue value is 213 (83.59% from 255 or 35.38% from 602); Max value from RGB is 244 - color contains mainly: red. Hex color #F491D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F491D5 is #0B6E2A. Grayscale: #B6B6B6. Windows color (decimal): -749099 or 13996532. OLE color: 13996532.
HSL color Cylindrical-coordinate representation of color #F491D5: hue angle of 318.79º 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 #F491D5 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 145 | 213 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.04 |
| HSL | 318.79º | 0.82% | 0.76% | - |
| HSV(B) | 318.79º | 0.41% | 0.96% | - |
| XYZ | 59.44 | 44.29 | 68.37 | - |
| YUV | 182.35 | 145.3 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 145 | 213 | 0 | 0.41 | 0.13 | 0.04 | 318.79 | 0.82 | 0.76 |
| Hex | F4 | 91 | D5 | 0 | 29 | D | 4 | 13F | 52 | 4C |
| Octal | 364 | 221 | 325 | 0 | 51 | 15 | 4 | 477 | 122 | 114 |
| Binary | 11110100 | 10010001 | 11010101 | 0 | 101001 | 1101 | 100 | 100111111 | 1010010 | 1001100 |
Color Harmonies of #F491D5
Complementary color
Monochromatic Colors of #F491D5
Black with #F491D5
Text Example
Text Example
White with #F491D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F491D5; }
p { color: rgb(244,145,213); }
H1.HeaderClassName
{
color: #F491D5;
}
.AnyTagClassName
{
color: #F491D5;
}
</style>
background-color css
<style>
a { background-color: #F491D5; }
a { background-color: rgb(244,145,213); }
div.DivClassName
{
background-color: #F491D5;
}
.BgClassName
{
background-color: #F491D5;
}
</style>
border-color css
<style>
span { border-color: #F491D5; }
span { border-color: rgb(244,145,213); }
td.TdClassName
{
border-color: #F491D5;
}
.TagClassName
{
border-color: #F491D5;
}
</style>