Shades of Lavender Rose #F791DB
Tints of Lavender Rose #F791DB
RGB
CMYK
RGB Variations
Color information
#F791DB (or 0xF791DB) is known color: Lavender Rose. HEX triplet: F7, 91 and DB. RGB value is (247,145,219). Sum of RGB (Red+Green+Blue) = 247+145+219=611 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.43% from 611); Green value is 145 (57.03% from 255 or 23.73% from 611); Blue value is 219 (85.94% from 255 or 35.84% from 611); Max value from RGB is 247 - color contains mainly: red. Hex color #F791DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F791DB is #086E24. Grayscale: #B7B7B7. Windows color (decimal): -552485 or 14389751. OLE color: 14389751.
HSL color Cylindrical-coordinate representation of color #F791DB: hue angle of 316.47º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F791DB is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 145 | 219 | - |
| CMYK | 0 | 0.41 | 0.11 | 0.03 |
| HSL | 316.47º | 0.86% | 0.77% | - |
| HSV(B) | 316.47º | 0.41% | 0.97% | - |
| XYZ | 61.27 | 45.14 | 72.5 | - |
| YUV | 183.93 | 147.79 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 145 | 219 | 0 | 0.41 | 0.11 | 0.03 | 316.47 | 0.86 | 0.77 |
| Hex | F7 | 91 | DB | 0 | 29 | B | 3 | 13C | 56 | 4D |
| Octal | 367 | 221 | 333 | 0 | 51 | 13 | 3 | 474 | 126 | 115 |
| Binary | 11110111 | 10010001 | 11011011 | 0 | 101001 | 1011 | 11 | 100111100 | 1010110 | 1001101 |
Color Harmonies of #F791DB
Complementary color
Monochromatic Colors of #F791DB
Black with #F791DB
Text Example
Text Example
White with #F791DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F791DB; }
p { color: rgb(247,145,219); }
H1.HeaderClassName
{
color: #F791DB;
}
.AnyTagClassName
{
color: #F791DB;
}
</style>
background-color css
<style>
a { background-color: #F791DB; }
a { background-color: rgb(247,145,219); }
div.DivClassName
{
background-color: #F791DB;
}
.BgClassName
{
background-color: #F791DB;
}
</style>
border-color css
<style>
span { border-color: #F791DB; }
span { border-color: rgb(247,145,219); }
td.TdClassName
{
border-color: #F791DB;
}
.TagClassName
{
border-color: #F791DB;
}
</style>