Shades of Lavender Rose #F591DA
Tints of Lavender Rose #F591DA
RGB
CMYK
RGB Variations
Color information
#F591DA (or 0xF591DA) is known color: Lavender Rose. HEX triplet: F5, 91 and DA. RGB value is (245,145,218). Sum of RGB (Red+Green+Blue) = 245+145+218=608 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.30% from 608); Green value is 145 (57.03% from 255 or 23.85% from 608); Blue value is 218 (85.55% from 255 or 35.86% from 608); Max value from RGB is 245 - color contains mainly: red. Hex color #F591DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F591DA is #0A6E25. Grayscale: #B7B7B7. Windows color (decimal): -683558 or 14324213. OLE color: 14324213.
HSL color Cylindrical-coordinate representation of color #F591DA: hue angle of 316.2º 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 #F591DA is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 145 | 218 | - |
| CMYK | 0 | 0.41 | 0.11 | 0.04 |
| HSL | 316.2º | 0.83% | 0.76% | - |
| HSV(B) | 316.2º | 0.41% | 0.96% | - |
| XYZ | 60.44 | 44.73 | 71.78 | - |
| YUV | 183.22 | 147.63 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 145 | 218 | 0 | 0.41 | 0.11 | 0.04 | 316.2 | 0.83 | 0.76 |
| Hex | F5 | 91 | DA | 0 | 29 | B | 4 | 13C | 53 | 4C |
| Octal | 365 | 221 | 332 | 0 | 51 | 13 | 4 | 474 | 123 | 114 |
| Binary | 11110101 | 10010001 | 11011010 | 0 | 101001 | 1011 | 100 | 100111100 | 1010011 | 1001100 |
Color Harmonies of #F591DA
Complementary color
Monochromatic Colors of #F591DA
Black with #F591DA
Text Example
Text Example
White with #F591DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F591DA; }
p { color: rgb(245,145,218); }
H1.HeaderClassName
{
color: #F591DA;
}
.AnyTagClassName
{
color: #F591DA;
}
</style>
background-color css
<style>
a { background-color: #F591DA; }
a { background-color: rgb(245,145,218); }
div.DivClassName
{
background-color: #F591DA;
}
.BgClassName
{
background-color: #F591DA;
}
</style>
border-color css
<style>
span { border-color: #F591DA; }
span { border-color: rgb(245,145,218); }
td.TdClassName
{
border-color: #F591DA;
}
.TagClassName
{
border-color: #F591DA;
}
</style>