Shades of Lavender Rose #F59FED
Tints of Lavender Rose #F59FED
RGB
CMYK
RGB Variations
Color information
#F59FED (or 0xF59FED) is known color: Lavender Rose. HEX triplet: F5, 9F and ED. RGB value is (245,159,237). Sum of RGB (Red+Green+Blue) = 245+159+237=641 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.22% from 641); Green value is 159 (62.5% from 255 or 24.80% from 641); Blue value is 237 (92.97% from 255 or 36.97% from 641); Max value from RGB is 245 - color contains mainly: red. Hex color #F59FED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F59FED is #0A6012. Grayscale: #C1C1C1. Windows color (decimal): -679955 or 15572981. OLE color: 15572981.
HSL color Cylindrical-coordinate representation of color #F59FED: hue angle of 305.58º 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 #F59FED is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 159 | 237 | - |
| CMYK | 0 | 0.35 | 0.03 | 0.04 |
| HSL | 305.58º | 0.81% | 0.79% | - |
| HSV(B) | 305.58º | 0.35% | 0.96% | - |
| XYZ | 65.34 | 50.32 | 86.39 | - |
| YUV | 193.61 | 152.49 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 159 | 237 | 0 | 0.35 | 0.03 | 0.04 | 305.58 | 0.81 | 0.79 |
| Hex | F5 | 9F | ED | 0 | 23 | 3 | 4 | 132 | 51 | 4F |
| Octal | 365 | 237 | 355 | 0 | 43 | 3 | 4 | 462 | 121 | 117 |
| Binary | 11110101 | 10011111 | 11101101 | 0 | 100011 | 11 | 100 | 100110010 | 1010001 | 1001111 |
Color Harmonies of #F59FED
Complementary color
Monochromatic Colors of #F59FED
Black with #F59FED
Text Example
Text Example
White with #F59FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59FED; }
p { color: rgb(245,159,237); }
H1.HeaderClassName
{
color: #F59FED;
}
.AnyTagClassName
{
color: #F59FED;
}
</style>
background-color css
<style>
a { background-color: #F59FED; }
a { background-color: rgb(245,159,237); }
div.DivClassName
{
background-color: #F59FED;
}
.BgClassName
{
background-color: #F59FED;
}
</style>
border-color css
<style>
span { border-color: #F59FED; }
span { border-color: rgb(245,159,237); }
td.TdClassName
{
border-color: #F59FED;
}
.TagClassName
{
border-color: #F59FED;
}
</style>