Shades of Lavender Rose #F59FF2
Tints of Lavender Rose #F59FF2
RGB
CMYK
RGB Variations
Color information
#F59FF2 (or 0xF59FF2) is known color: Lavender Rose. HEX triplet: F5, 9F and F2. RGB value is (245,159,242). Sum of RGB (Red+Green+Blue) = 245+159+242=646 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.93% from 646); Green value is 159 (62.5% from 255 or 24.61% from 646); Blue value is 242 (94.92% from 255 or 37.46% from 646); Max value from RGB is 245 - color contains mainly: red. Hex color #F59FF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F59FF2 is #0A600D. Grayscale: #C1C1C1. Windows color (decimal): -679950 or 15900661. OLE color: 15900661.
HSL color Cylindrical-coordinate representation of color #F59FF2: hue angle of 302.09º 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 #F59FF2 is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 159 | 242 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.04 |
| HSL | 302.09º | 0.81% | 0.79% | - |
| HSV(B) | 302.09º | 0.35% | 0.96% | - |
| XYZ | 66.08 | 50.62 | 90.29 | - |
| YUV | 194.18 | 154.99 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 159 | 242 | 0 | 0.35 | 0.01 | 0.04 | 302.09 | 0.81 | 0.79 |
| Hex | F5 | 9F | F2 | 0 | 23 | 1 | 4 | 12E | 51 | 4F |
| Octal | 365 | 237 | 362 | 0 | 43 | 1 | 4 | 456 | 121 | 117 |
| Binary | 11110101 | 10011111 | 11110010 | 0 | 100011 | 1 | 100 | 100101110 | 1010001 | 1001111 |
Color Harmonies of #F59FF2
Complementary color
Monochromatic Colors of #F59FF2
Black with #F59FF2
Text Example
Text Example
White with #F59FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59FF2; }
p { color: rgb(245,159,242); }
H1.HeaderClassName
{
color: #F59FF2;
}
.AnyTagClassName
{
color: #F59FF2;
}
</style>
background-color css
<style>
a { background-color: #F59FF2; }
a { background-color: rgb(245,159,242); }
div.DivClassName
{
background-color: #F59FF2;
}
.BgClassName
{
background-color: #F59FF2;
}
</style>
border-color css
<style>
span { border-color: #F59FF2; }
span { border-color: rgb(245,159,242); }
td.TdClassName
{
border-color: #F59FF2;
}
.TagClassName
{
border-color: #F59FF2;
}
</style>