Shades of Lavender Rose #F490D5
Tints of Lavender Rose #F490D5
RGB
CMYK
RGB Variations
Color information
#F490D5 (or 0xF490D5) is known color: Lavender Rose. HEX triplet: F4, 90 and D5. RGB value is (244,144,213). Sum of RGB (Red+Green+Blue) = 244+144+213=601 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.60% from 601); Green value is 144 (56.64% from 255 or 23.96% from 601); Blue value is 213 (83.59% from 255 or 35.44% from 601); Max value from RGB is 244 - color contains mainly: red. Hex color #F490D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F490D5 is #0B6F2A. Grayscale: #B5B5B5. Windows color (decimal): -749355 or 13996276. OLE color: 13996276.
HSL color Cylindrical-coordinate representation of color #F490D5: hue angle of 318.6º 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 #F490D5 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 144 | 213 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.04 |
| HSL | 318.6º | 0.82% | 0.76% | - |
| HSV(B) | 318.6º | 0.41% | 0.96% | - |
| XYZ | 59.29 | 43.98 | 68.32 | - |
| YUV | 181.77 | 145.63 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 144 | 213 | 0 | 0.41 | 0.13 | 0.04 | 318.6 | 0.82 | 0.76 |
| Hex | F4 | 90 | D5 | 0 | 29 | D | 4 | 13F | 52 | 4C |
| Octal | 364 | 220 | 325 | 0 | 51 | 15 | 4 | 477 | 122 | 114 |
| Binary | 11110100 | 10010000 | 11010101 | 0 | 101001 | 1101 | 100 | 100111111 | 1010010 | 1001100 |
Color Harmonies of #F490D5
Complementary color
Monochromatic Colors of #F490D5
Black with #F490D5
Text Example
Text Example
White with #F490D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F490D5; }
p { color: rgb(244,144,213); }
H1.HeaderClassName
{
color: #F490D5;
}
.AnyTagClassName
{
color: #F490D5;
}
</style>
background-color css
<style>
a { background-color: #F490D5; }
a { background-color: rgb(244,144,213); }
div.DivClassName
{
background-color: #F490D5;
}
.BgClassName
{
background-color: #F490D5;
}
</style>
border-color css
<style>
span { border-color: #F490D5; }
span { border-color: rgb(244,144,213); }
td.TdClassName
{
border-color: #F490D5;
}
.TagClassName
{
border-color: #F490D5;
}
</style>