Shades of Lavender Rose #F59BEF
Tints of Lavender Rose #F59BEF
RGB
CMYK
RGB Variations
Color information
#F59BEF (or 0xF59BEF) is known color: Lavender Rose. HEX triplet: F5, 9B and EF. RGB value is (245,155,239). Sum of RGB (Red+Green+Blue) = 245+155+239=639 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.34% from 639); Green value is 155 (60.94% from 255 or 24.26% from 639); Blue value is 239 (93.75% from 255 or 37.40% from 639); Max value from RGB is 245 - color contains mainly: red. Hex color #F59BEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F59BEF is #0A6410. Grayscale: #BFBFBF. Windows color (decimal): -680977 or 15703029. OLE color: 15703029.
HSL color Cylindrical-coordinate representation of color #F59BEF: hue angle of 304º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F59BEF is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 155 | 239 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.04 |
| HSL | 304º | 0.82% | 0.78% | - |
| HSV(B) | 304º | 0.37% | 0.96% | - |
| XYZ | 64.96 | 49.09 | 87.71 | - |
| YUV | 191.49 | 154.82 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 155 | 239 | 0 | 0.37 | 0.02 | 0.04 | 304 | 0.82 | 0.78 |
| Hex | F5 | 9B | EF | 0 | 25 | 2 | 4 | 130 | 52 | 4E |
| Octal | 365 | 233 | 357 | 0 | 45 | 2 | 4 | 460 | 122 | 116 |
| Binary | 11110101 | 10011011 | 11101111 | 0 | 100101 | 10 | 100 | 100110000 | 1010010 | 1001110 |
Color Harmonies of #F59BEF
Complementary color
Monochromatic Colors of #F59BEF
Black with #F59BEF
Text Example
Text Example
White with #F59BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59BEF; }
p { color: rgb(245,155,239); }
H1.HeaderClassName
{
color: #F59BEF;
}
.AnyTagClassName
{
color: #F59BEF;
}
</style>
background-color css
<style>
a { background-color: #F59BEF; }
a { background-color: rgb(245,155,239); }
div.DivClassName
{
background-color: #F59BEF;
}
.BgClassName
{
background-color: #F59BEF;
}
</style>
border-color css
<style>
span { border-color: #F59BEF; }
span { border-color: rgb(245,155,239); }
td.TdClassName
{
border-color: #F59BEF;
}
.TagClassName
{
border-color: #F59BEF;
}
</style>