Shades of Lavender Rose #F59DE6
Tints of Lavender Rose #F59DE6
RGB
CMYK
RGB Variations
Color information
#F59DE6 (or 0xF59DE6) is known color: Lavender Rose. HEX triplet: F5, 9D and E6. RGB value is (245,157,230). Sum of RGB (Red+Green+Blue) = 245+157+230=632 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.77% from 632); Green value is 157 (61.72% from 255 or 24.84% from 632); Blue value is 230 (90.23% from 255 or 36.39% from 632); Max value from RGB is 245 - color contains mainly: red. Hex color #F59DE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F59DE6 is #0A6219. Grayscale: #BFBFBF. Windows color (decimal): -680474 or 15113717. OLE color: 15113717.
HSL color Cylindrical-coordinate representation of color #F59DE6: hue angle of 310.23º 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 #F59DE6 is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 157 | 230 | - |
| CMYK | 0 | 0.36 | 0.06 | 0.04 |
| HSL | 310.23º | 0.81% | 0.79% | - |
| HSV(B) | 310.23º | 0.36% | 0.96% | - |
| XYZ | 64 | 49.24 | 80.99 | - |
| YUV | 191.63 | 149.65 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 157 | 230 | 0 | 0.36 | 0.06 | 0.04 | 310.23 | 0.81 | 0.79 |
| Hex | F5 | 9D | E6 | 0 | 24 | 6 | 4 | 136 | 51 | 4F |
| Octal | 365 | 235 | 346 | 0 | 44 | 6 | 4 | 466 | 121 | 117 |
| Binary | 11110101 | 10011101 | 11100110 | 0 | 100100 | 110 | 100 | 100110110 | 1010001 | 1001111 |
Color Harmonies of #F59DE6
Complementary color
Monochromatic Colors of #F59DE6
Black with #F59DE6
Text Example
Text Example
White with #F59DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59DE6; }
p { color: rgb(245,157,230); }
H1.HeaderClassName
{
color: #F59DE6;
}
.AnyTagClassName
{
color: #F59DE6;
}
</style>
background-color css
<style>
a { background-color: #F59DE6; }
a { background-color: rgb(245,157,230); }
div.DivClassName
{
background-color: #F59DE6;
}
.BgClassName
{
background-color: #F59DE6;
}
</style>
border-color css
<style>
span { border-color: #F59DE6; }
span { border-color: rgb(245,157,230); }
td.TdClassName
{
border-color: #F59DE6;
}
.TagClassName
{
border-color: #F59DE6;
}
</style>