Shades of Lavender Rose #F59FE1
Tints of Lavender Rose #F59FE1
RGB
CMYK
RGB Variations
Color information
#F59FE1 (or 0xF59FE1) is known color: Lavender Rose. HEX triplet: F5, 9F and E1. RGB value is (245,159,225). Sum of RGB (Red+Green+Blue) = 245+159+225=629 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.95% from 629); Green value is 159 (62.5% from 255 or 25.28% from 629); Blue value is 225 (88.28% from 255 or 35.77% from 629); Max value from RGB is 245 - color contains mainly: red. Hex color #F59FE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59FE1 is #0A601E. Grayscale: #C0C0C0. Windows color (decimal): -679967 or 14786549. OLE color: 14786549.
HSL color Cylindrical-coordinate representation of color #F59FE1: hue angle of 313.95º 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 #F59FE1 is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 159 | 225 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.04 |
| HSL | 313.95º | 0.81% | 0.79% | - |
| HSV(B) | 313.95º | 0.35% | 0.96% | - |
| XYZ | 63.64 | 49.65 | 77.46 | - |
| YUV | 192.24 | 146.49 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 159 | 225 | 0 | 0.35 | 0.08 | 0.04 | 313.95 | 0.81 | 0.79 |
| Hex | F5 | 9F | E1 | 0 | 23 | 8 | 4 | 13A | 51 | 4F |
| Octal | 365 | 237 | 341 | 0 | 43 | 10 | 4 | 472 | 121 | 117 |
| Binary | 11110101 | 10011111 | 11100001 | 0 | 100011 | 1000 | 100 | 100111010 | 1010001 | 1001111 |
Color Harmonies of #F59FE1
Complementary color
Monochromatic Colors of #F59FE1
Black with #F59FE1
Text Example
Text Example
White with #F59FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59FE1; }
p { color: rgb(245,159,225); }
H1.HeaderClassName
{
color: #F59FE1;
}
.AnyTagClassName
{
color: #F59FE1;
}
</style>
background-color css
<style>
a { background-color: #F59FE1; }
a { background-color: rgb(245,159,225); }
div.DivClassName
{
background-color: #F59FE1;
}
.BgClassName
{
background-color: #F59FE1;
}
</style>
border-color css
<style>
span { border-color: #F59FE1; }
span { border-color: rgb(245,159,225); }
td.TdClassName
{
border-color: #F59FE1;
}
.TagClassName
{
border-color: #F59FE1;
}
</style>