Shades of Lavender Rose #F59FE6
Tints of Lavender Rose #F59FE6
RGB
CMYK
RGB Variations
Color information
#F59FE6 (or 0xF59FE6) is known color: Lavender Rose. HEX triplet: F5, 9F and E6. RGB value is (245,159,230). Sum of RGB (Red+Green+Blue) = 245+159+230=634 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.64% from 634); Green value is 159 (62.5% from 255 or 25.08% from 634); Blue value is 230 (90.23% from 255 or 36.28% from 634); Max value from RGB is 245 - color contains mainly: red. Hex color #F59FE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F59FE6 is #0A6019. Grayscale: #C0C0C0. Windows color (decimal): -679962 or 15114229. OLE color: 15114229.
HSL color Cylindrical-coordinate representation of color #F59FE6: hue angle of 310.47º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F59FE6 is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 159 | 230 | - |
| CMYK | 0 | 0.35 | 0.06 | 0.04 |
| HSL | 310.47º | 0.81% | 0.79% | - |
| HSV(B) | 310.47º | 0.35% | 0.96% | - |
| XYZ | 64.34 | 49.92 | 81.11 | - |
| YUV | 192.81 | 148.99 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 159 | 230 | 0 | 0.35 | 0.06 | 0.04 | 310.47 | 0.81 | 0.79 |
| Hex | F5 | 9F | E6 | 0 | 23 | 6 | 4 | 136 | 51 | 4F |
| Octal | 365 | 237 | 346 | 0 | 43 | 6 | 4 | 466 | 121 | 117 |
| Binary | 11110101 | 10011111 | 11100110 | 0 | 100011 | 110 | 100 | 100110110 | 1010001 | 1001111 |
Color Harmonies of #F59FE6
Complementary color
Monochromatic Colors of #F59FE6
Black with #F59FE6
Text Example
Text Example
White with #F59FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59FE6; }
p { color: rgb(245,159,230); }
H1.HeaderClassName
{
color: #F59FE6;
}
.AnyTagClassName
{
color: #F59FE6;
}
</style>
background-color css
<style>
a { background-color: #F59FE6; }
a { background-color: rgb(245,159,230); }
div.DivClassName
{
background-color: #F59FE6;
}
.BgClassName
{
background-color: #F59FE6;
}
</style>
border-color css
<style>
span { border-color: #F59FE6; }
span { border-color: rgb(245,159,230); }
td.TdClassName
{
border-color: #F59FE6;
}
.TagClassName
{
border-color: #F59FE6;
}
</style>