Shades of Lavender Rose #F591DB
Tints of Lavender Rose #F591DB
RGB
CMYK
RGB Variations
Color information
#F591DB (or 0xF591DB) is known color: Lavender Rose. HEX triplet: F5, 91 and DB. RGB value is (245,145,219). Sum of RGB (Red+Green+Blue) = 245+145+219=609 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.23% from 609); Green value is 145 (57.03% from 255 or 23.81% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 245 - color contains mainly: red. Hex color #F591DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F591DB is #0A6E24. Grayscale: #B7B7B7. Windows color (decimal): -683557 or 14389749. OLE color: 14389749.
HSL color Cylindrical-coordinate representation of color #F591DB: hue angle of 315.6º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F591DB is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 145 | 219 | - |
| CMYK | 0 | 0.41 | 0.11 | 0.04 |
| HSL | 315.6º | 0.83% | 0.76% | - |
| HSV(B) | 315.6º | 0.41% | 0.96% | - |
| XYZ | 60.57 | 44.78 | 72.47 | - |
| YUV | 183.34 | 148.13 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 145 | 219 | 0 | 0.41 | 0.11 | 0.04 | 315.6 | 0.83 | 0.76 |
| Hex | F5 | 91 | DB | 0 | 29 | B | 4 | 13C | 53 | 4C |
| Octal | 365 | 221 | 333 | 0 | 51 | 13 | 4 | 474 | 123 | 114 |
| Binary | 11110101 | 10010001 | 11011011 | 0 | 101001 | 1011 | 100 | 100111100 | 1010011 | 1001100 |
Color Harmonies of #F591DB
Complementary color
Monochromatic Colors of #F591DB
Black with #F591DB
Text Example
Text Example
White with #F591DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F591DB; }
p { color: rgb(245,145,219); }
H1.HeaderClassName
{
color: #F591DB;
}
.AnyTagClassName
{
color: #F591DB;
}
</style>
background-color css
<style>
a { background-color: #F591DB; }
a { background-color: rgb(245,145,219); }
div.DivClassName
{
background-color: #F591DB;
}
.BgClassName
{
background-color: #F591DB;
}
</style>
border-color css
<style>
span { border-color: #F591DB; }
span { border-color: rgb(245,145,219); }
td.TdClassName
{
border-color: #F591DB;
}
.TagClassName
{
border-color: #F591DB;
}
</style>