Shades of Lavender Rose #F59DE2
Tints of Lavender Rose #F59DE2
RGB
CMYK
RGB Variations
Color information
#F59DE2 (or 0xF59DE2) is known color: Lavender Rose. HEX triplet: F5, 9D and E2. RGB value is (245,157,226). Sum of RGB (Red+Green+Blue) = 245+157+226=628 (83% of max value = 765). Red value is 245 (96.09% from 255 or 39.01% from 628); Green value is 157 (61.72% from 255 or 25% from 628); Blue value is 226 (88.67% from 255 or 35.99% from 628); Max value from RGB is 245 - color contains mainly: red. Hex color #F59DE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59DE2 is #0A621D. Grayscale: #BEBEBE. Windows color (decimal): -680478 or 14851573. OLE color: 14851573.
HSL color Cylindrical-coordinate representation of color #F59DE2: hue angle of 312.95º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F59DE2 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 157 | 226 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.04 |
| HSL | 312.95º | 0.81% | 0.79% | - |
| HSV(B) | 312.95º | 0.36% | 0.96% | - |
| XYZ | 63.44 | 49.02 | 78.07 | - |
| YUV | 191.18 | 147.65 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 157 | 226 | 0 | 0.36 | 0.08 | 0.04 | 312.95 | 0.81 | 0.79 |
| Hex | F5 | 9D | E2 | 0 | 24 | 8 | 4 | 139 | 51 | 4F |
| Octal | 365 | 235 | 342 | 0 | 44 | 10 | 4 | 471 | 121 | 117 |
| Binary | 11110101 | 10011101 | 11100010 | 0 | 100100 | 1000 | 100 | 100111001 | 1010001 | 1001111 |
Color Harmonies of #F59DE2
Complementary color
Monochromatic Colors of #F59DE2
Black with #F59DE2
Text Example
Text Example
White with #F59DE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59DE2; }
p { color: rgb(245,157,226); }
H1.HeaderClassName
{
color: #F59DE2;
}
.AnyTagClassName
{
color: #F59DE2;
}
</style>
background-color css
<style>
a { background-color: #F59DE2; }
a { background-color: rgb(245,157,226); }
div.DivClassName
{
background-color: #F59DE2;
}
.BgClassName
{
background-color: #F59DE2;
}
</style>
border-color css
<style>
span { border-color: #F59DE2; }
span { border-color: rgb(245,157,226); }
td.TdClassName
{
border-color: #F59DE2;
}
.TagClassName
{
border-color: #F59DE2;
}
</style>