Shades of Lavender Rose #F794D9
Tints of Lavender Rose #F794D9
RGB
CMYK
RGB Variations
Color information
#F794D9 (or 0xF794D9) is known color: Lavender Rose. HEX triplet: F7, 94 and D9. RGB value is (247,148,217). Sum of RGB (Red+Green+Blue) = 247+148+217=612 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.36% from 612); Green value is 148 (58.20% from 255 or 24.18% from 612); Blue value is 217 (85.16% from 255 or 35.46% from 612); Max value from RGB is 247 - color contains mainly: red. Hex color #F794D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F794D9 is #086B26. Grayscale: #B9B9B9. Windows color (decimal): -551719 or 14259447. OLE color: 14259447.
HSL color Cylindrical-coordinate representation of color #F794D9: hue angle of 318.18º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F794D9 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 148 | 217 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.03 |
| HSL | 318.18º | 0.86% | 0.77% | - |
| HSV(B) | 318.18º | 0.4% | 0.97% | - |
| XYZ | 61.47 | 45.96 | 71.28 | - |
| YUV | 185.47 | 145.8 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 148 | 217 | 0 | 0.40 | 0.12 | 0.03 | 318.18 | 0.86 | 0.77 |
| Hex | F7 | 94 | D9 | 0 | 28 | C | 3 | 13E | 56 | 4D |
| Octal | 367 | 224 | 331 | 0 | 50 | 14 | 3 | 476 | 126 | 115 |
| Binary | 11110111 | 10010100 | 11011001 | 0 | 101000 | 1100 | 11 | 100111110 | 1010110 | 1001101 |
Color Harmonies of #F794D9
Complementary color
Monochromatic Colors of #F794D9
Black with #F794D9
Text Example
Text Example
White with #F794D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F794D9; }
p { color: rgb(247,148,217); }
H1.HeaderClassName
{
color: #F794D9;
}
.AnyTagClassName
{
color: #F794D9;
}
</style>
background-color css
<style>
a { background-color: #F794D9; }
a { background-color: rgb(247,148,217); }
div.DivClassName
{
background-color: #F794D9;
}
.BgClassName
{
background-color: #F794D9;
}
</style>
border-color css
<style>
span { border-color: #F794D9; }
span { border-color: rgb(247,148,217); }
td.TdClassName
{
border-color: #F794D9;
}
.TagClassName
{
border-color: #F794D9;
}
</style>