Shades of Lavender Rose #F990D9
Tints of Lavender Rose #F990D9
RGB
CMYK
RGB Variations
Color information
#F990D9 (or 0xF990D9) is known color: Lavender Rose. HEX triplet: F9, 90 and D9. RGB value is (249,144,217). Sum of RGB (Red+Green+Blue) = 249+144+217=610 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.82% from 610); Green value is 144 (56.64% from 255 or 23.61% from 610); Blue value is 217 (85.16% from 255 or 35.57% from 610); Max value from RGB is 249 - color contains mainly: red. Hex color #F990D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F990D9 is #066F26. Grayscale: #B7B7B7. Windows color (decimal): -421671 or 14258425. OLE color: 14258425.
HSL color Cylindrical-coordinate representation of color #F990D9: hue angle of 318.29º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F990D9 is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 144 | 217 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.02 |
| HSL | 318.29º | 0.9% | 0.77% | - |
| HSV(B) | 318.29º | 0.42% | 0.98% | - |
| XYZ | 61.56 | 45.1 | 71.11 | - |
| YUV | 183.72 | 146.79 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 144 | 217 | 0 | 0.42 | 0.13 | 0.02 | 318.29 | 0.9 | 0.77 |
| Hex | F9 | 90 | D9 | 0 | 2A | D | 2 | 13E | 5A | 4D |
| Octal | 371 | 220 | 331 | 0 | 52 | 15 | 2 | 476 | 132 | 115 |
| Binary | 11111001 | 10010000 | 11011001 | 0 | 101010 | 1101 | 10 | 100111110 | 1011010 | 1001101 |
Color Harmonies of #F990D9
Complementary color
Monochromatic Colors of #F990D9
Black with #F990D9
Text Example
Text Example
White with #F990D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F990D9; }
p { color: rgb(249,144,217); }
H1.HeaderClassName
{
color: #F990D9;
}
.AnyTagClassName
{
color: #F990D9;
}
</style>
background-color css
<style>
a { background-color: #F990D9; }
a { background-color: rgb(249,144,217); }
div.DivClassName
{
background-color: #F990D9;
}
.BgClassName
{
background-color: #F990D9;
}
</style>
border-color css
<style>
span { border-color: #F990D9; }
span { border-color: rgb(249,144,217); }
td.TdClassName
{
border-color: #F990D9;
}
.TagClassName
{
border-color: #F990D9;
}
</style>