Shades of Lavender Rose #F59FE2
Tints of Lavender Rose #F59FE2
RGB
CMYK
RGB Variations
Color information
#F59FE2 (or 0xF59FE2) is known color: Lavender Rose. HEX triplet: F5, 9F and E2. RGB value is (245,159,226). Sum of RGB (Red+Green+Blue) = 245+159+226=630 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.89% from 630); Green value is 159 (62.5% from 255 or 25.24% from 630); Blue value is 226 (88.67% from 255 or 35.87% from 630); Max value from RGB is 245 - color contains mainly: red. Hex color #F59FE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59FE2 is #0A601D. Grayscale: #C0C0C0. Windows color (decimal): -679966 or 14852085. OLE color: 14852085.
HSL color Cylindrical-coordinate representation of color #F59FE2: hue angle of 313.26º 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 #F59FE2 is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 159 | 226 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.04 |
| HSL | 313.26º | 0.81% | 0.79% | - |
| HSV(B) | 313.26º | 0.35% | 0.96% | - |
| XYZ | 63.78 | 49.7 | 78.18 | - |
| YUV | 192.35 | 146.99 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 159 | 226 | 0 | 0.35 | 0.08 | 0.04 | 313.26 | 0.81 | 0.79 |
| Hex | F5 | 9F | E2 | 0 | 23 | 8 | 4 | 139 | 51 | 4F |
| Octal | 365 | 237 | 342 | 0 | 43 | 10 | 4 | 471 | 121 | 117 |
| Binary | 11110101 | 10011111 | 11100010 | 0 | 100011 | 1000 | 100 | 100111001 | 1010001 | 1001111 |
Color Harmonies of #F59FE2
Complementary color
Monochromatic Colors of #F59FE2
Black with #F59FE2
Text Example
Text Example
White with #F59FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59FE2; }
p { color: rgb(245,159,226); }
H1.HeaderClassName
{
color: #F59FE2;
}
.AnyTagClassName
{
color: #F59FE2;
}
</style>
background-color css
<style>
a { background-color: #F59FE2; }
a { background-color: rgb(245,159,226); }
div.DivClassName
{
background-color: #F59FE2;
}
.BgClassName
{
background-color: #F59FE2;
}
</style>
border-color css
<style>
span { border-color: #F59FE2; }
span { border-color: rgb(245,159,226); }
td.TdClassName
{
border-color: #F59FE2;
}
.TagClassName
{
border-color: #F59FE2;
}
</style>