Shades of Lavender Rose #F994D9
Tints of Lavender Rose #F994D9
RGB
CMYK
RGB Variations
Color information
#F994D9 (or 0xF994D9) is known color: Lavender Rose. HEX triplet: F9, 94 and D9. RGB value is (249,148,217). Sum of RGB (Red+Green+Blue) = 249+148+217=614 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.55% from 614); Green value is 148 (58.20% from 255 or 24.10% from 614); Blue value is 217 (85.16% from 255 or 35.34% from 614); Max value from RGB is 249 - color contains mainly: red. Hex color #F994D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F994D9 is #066B26. Grayscale: #B9B9B9. Windows color (decimal): -420647 or 14259449. OLE color: 14259449.
HSL color Cylindrical-coordinate representation of color #F994D9: hue angle of 319.01º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F994D9 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 148 | 217 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.02 |
| HSL | 319.01º | 0.89% | 0.78% | - |
| HSV(B) | 319.01º | 0.41% | 0.98% | - |
| XYZ | 62.18 | 46.33 | 71.31 | - |
| YUV | 186.07 | 145.46 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 148 | 217 | 0 | 0.41 | 0.13 | 0.02 | 319.01 | 0.89 | 0.78 |
| Hex | F9 | 94 | D9 | 0 | 29 | D | 2 | 13F | 59 | 4E |
| Octal | 371 | 224 | 331 | 0 | 51 | 15 | 2 | 477 | 131 | 116 |
| Binary | 11111001 | 10010100 | 11011001 | 0 | 101001 | 1101 | 10 | 100111111 | 1011001 | 1001110 |
Color Harmonies of #F994D9
Complementary color
Monochromatic Colors of #F994D9
Black with #F994D9
Text Example
Text Example
White with #F994D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F994D9; }
p { color: rgb(249,148,217); }
H1.HeaderClassName
{
color: #F994D9;
}
.AnyTagClassName
{
color: #F994D9;
}
</style>
background-color css
<style>
a { background-color: #F994D9; }
a { background-color: rgb(249,148,217); }
div.DivClassName
{
background-color: #F994D9;
}
.BgClassName
{
background-color: #F994D9;
}
</style>
border-color css
<style>
span { border-color: #F994D9; }
span { border-color: rgb(249,148,217); }
td.TdClassName
{
border-color: #F994D9;
}
.TagClassName
{
border-color: #F994D9;
}
</style>