Shades of Lavender Rose #F490D6
Tints of Lavender Rose #F490D6
RGB
CMYK
RGB Variations
Color information
#F490D6 (or 0xF490D6) is known color: Lavender Rose. HEX triplet: F4, 90 and D6. RGB value is (244,144,214). Sum of RGB (Red+Green+Blue) = 244+144+214=602 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.53% from 602); Green value is 144 (56.64% from 255 or 23.92% from 602); Blue value is 214 (83.98% from 255 or 35.55% from 602); Max value from RGB is 244 - color contains mainly: red. Hex color #F490D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F490D6 is #0B6F29. Grayscale: #B5B5B5. Windows color (decimal): -749354 or 14061812. OLE color: 14061812.
HSL color Cylindrical-coordinate representation of color #F490D6: hue angle of 318º 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 #F490D6 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 144 | 214 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.04 |
| HSL | 318º | 0.82% | 0.76% | - |
| HSV(B) | 318º | 0.41% | 0.96% | - |
| XYZ | 59.42 | 44.03 | 68.99 | - |
| YUV | 181.88 | 146.13 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 144 | 214 | 0 | 0.41 | 0.12 | 0.04 | 318 | 0.82 | 0.76 |
| Hex | F4 | 90 | D6 | 0 | 29 | C | 4 | 13E | 52 | 4C |
| Octal | 364 | 220 | 326 | 0 | 51 | 14 | 4 | 476 | 122 | 114 |
| Binary | 11110100 | 10010000 | 11010110 | 0 | 101001 | 1100 | 100 | 100111110 | 1010010 | 1001100 |
Color Harmonies of #F490D6
Complementary color
Monochromatic Colors of #F490D6
Black with #F490D6
Text Example
Text Example
White with #F490D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F490D6; }
p { color: rgb(244,144,214); }
H1.HeaderClassName
{
color: #F490D6;
}
.AnyTagClassName
{
color: #F490D6;
}
</style>
background-color css
<style>
a { background-color: #F490D6; }
a { background-color: rgb(244,144,214); }
div.DivClassName
{
background-color: #F490D6;
}
.BgClassName
{
background-color: #F490D6;
}
</style>
border-color css
<style>
span { border-color: #F490D6; }
span { border-color: rgb(244,144,214); }
td.TdClassName
{
border-color: #F490D6;
}
.TagClassName
{
border-color: #F490D6;
}
</style>