Shades of Lavender Rose #F990D6
Tints of Lavender Rose #F990D6
RGB
CMYK
RGB Variations
Color information
#F990D6 (or 0xF990D6) is known color: Lavender Rose. HEX triplet: F9, 90 and D6. RGB value is (249,144,214). Sum of RGB (Red+Green+Blue) = 249+144+214=607 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.02% from 607); Green value is 144 (56.64% from 255 or 23.72% from 607); Blue value is 214 (83.98% from 255 or 35.26% from 607); Max value from RGB is 249 - color contains mainly: red. Hex color #F990D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F990D6 is #066F29. Grayscale: #B7B7B7. Windows color (decimal): -421674 or 14061817. OLE color: 14061817.
HSL color Cylindrical-coordinate representation of color #F990D6: hue angle of 320º 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 #F990D6 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 144 | 214 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.02 |
| HSL | 320º | 0.9% | 0.77% | - |
| HSV(B) | 320º | 0.42% | 0.98% | - |
| XYZ | 61.18 | 44.94 | 69.07 | - |
| YUV | 183.38 | 145.29 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 144 | 214 | 0 | 0.42 | 0.14 | 0.02 | 320 | 0.9 | 0.77 |
| Hex | F9 | 90 | D6 | 0 | 2A | E | 2 | 140 | 5A | 4D |
| Octal | 371 | 220 | 326 | 0 | 52 | 16 | 2 | 500 | 132 | 115 |
| Binary | 11111001 | 10010000 | 11010110 | 0 | 101010 | 1110 | 10 | 101000000 | 1011010 | 1001101 |
Color Harmonies of #F990D6
Complementary color
Monochromatic Colors of #F990D6
Black with #F990D6
Text Example
Text Example
White with #F990D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F990D6; }
p { color: rgb(249,144,214); }
H1.HeaderClassName
{
color: #F990D6;
}
.AnyTagClassName
{
color: #F990D6;
}
</style>
background-color css
<style>
a { background-color: #F990D6; }
a { background-color: rgb(249,144,214); }
div.DivClassName
{
background-color: #F990D6;
}
.BgClassName
{
background-color: #F990D6;
}
</style>
border-color css
<style>
span { border-color: #F990D6; }
span { border-color: rgb(249,144,214); }
td.TdClassName
{
border-color: #F990D6;
}
.TagClassName
{
border-color: #F990D6;
}
</style>