Shades of Lavender Rose #F59EEA
Tints of Lavender Rose #F59EEA
RGB
CMYK
RGB Variations
Color information
#F59EEA (or 0xF59EEA) is known color: Lavender Rose. HEX triplet: F5, 9E and EA. RGB value is (245,158,234). Sum of RGB (Red+Green+Blue) = 245+158+234=637 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.46% from 637); Green value is 158 (62.11% from 255 or 24.80% from 637); Blue value is 234 (91.80% from 255 or 36.73% from 637); Max value from RGB is 245 - color contains mainly: red. Hex color #F59EEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F59EEA is #0A6115. Grayscale: #C0C0C0. Windows color (decimal): -680214 or 15376117. OLE color: 15376117.
HSL color Cylindrical-coordinate representation of color #F59EEA: hue angle of 307.59º 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 #F59EEA is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 158 | 234 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.04 |
| HSL | 307.59º | 0.81% | 0.79% | - |
| HSV(B) | 307.59º | 0.36% | 0.96% | - |
| XYZ | 64.73 | 49.81 | 84.04 | - |
| YUV | 192.68 | 151.32 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 158 | 234 | 0 | 0.36 | 0.04 | 0.04 | 307.59 | 0.81 | 0.79 |
| Hex | F5 | 9E | EA | 0 | 24 | 4 | 4 | 134 | 51 | 4F |
| Octal | 365 | 236 | 352 | 0 | 44 | 4 | 4 | 464 | 121 | 117 |
| Binary | 11110101 | 10011110 | 11101010 | 0 | 100100 | 100 | 100 | 100110100 | 1010001 | 1001111 |
Color Harmonies of #F59EEA
Complementary color
Monochromatic Colors of #F59EEA
Black with #F59EEA
Text Example
Text Example
White with #F59EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59EEA; }
p { color: rgb(245,158,234); }
H1.HeaderClassName
{
color: #F59EEA;
}
.AnyTagClassName
{
color: #F59EEA;
}
</style>
background-color css
<style>
a { background-color: #F59EEA; }
a { background-color: rgb(245,158,234); }
div.DivClassName
{
background-color: #F59EEA;
}
.BgClassName
{
background-color: #F59EEA;
}
</style>
border-color css
<style>
span { border-color: #F59EEA; }
span { border-color: rgb(245,158,234); }
td.TdClassName
{
border-color: #F59EEA;
}
.TagClassName
{
border-color: #F59EEA;
}
</style>