Shades of Lavender Rose #F991D9
Tints of Lavender Rose #F991D9
RGB
CMYK
RGB Variations
Color information
#F991D9 (or 0xF991D9) is known color: Lavender Rose. HEX triplet: F9, 91 and D9. RGB value is (249,145,217). Sum of RGB (Red+Green+Blue) = 249+145+217=611 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.75% from 611); Green value is 145 (57.03% from 255 or 23.73% from 611); Blue value is 217 (85.16% from 255 or 35.52% from 611); Max value from RGB is 249 - color contains mainly: red. Hex color #F991D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F991D9 is #066E26. Grayscale: #B8B8B8. Windows color (decimal): -421415 or 14258681. OLE color: 14258681.
HSL color Cylindrical-coordinate representation of color #F991D9: hue angle of 318.46º 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 #F991D9 is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 145 | 217 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.02 |
| HSL | 318.46º | 0.9% | 0.77% | - |
| HSV(B) | 318.46º | 0.42% | 0.98% | - |
| XYZ | 61.72 | 45.4 | 71.16 | - |
| YUV | 184.3 | 146.46 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 145 | 217 | 0 | 0.42 | 0.13 | 0.02 | 318.46 | 0.9 | 0.77 |
| Hex | F9 | 91 | D9 | 0 | 2A | D | 2 | 13E | 5A | 4D |
| Octal | 371 | 221 | 331 | 0 | 52 | 15 | 2 | 476 | 132 | 115 |
| Binary | 11111001 | 10010001 | 11011001 | 0 | 101010 | 1101 | 10 | 100111110 | 1011010 | 1001101 |
Color Harmonies of #F991D9
Complementary color
Monochromatic Colors of #F991D9
Black with #F991D9
Text Example
Text Example
White with #F991D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F991D9; }
p { color: rgb(249,145,217); }
H1.HeaderClassName
{
color: #F991D9;
}
.AnyTagClassName
{
color: #F991D9;
}
</style>
background-color css
<style>
a { background-color: #F991D9; }
a { background-color: rgb(249,145,217); }
div.DivClassName
{
background-color: #F991D9;
}
.BgClassName
{
background-color: #F991D9;
}
</style>
border-color css
<style>
span { border-color: #F991D9; }
span { border-color: rgb(249,145,217); }
td.TdClassName
{
border-color: #F991D9;
}
.TagClassName
{
border-color: #F991D9;
}
</style>