Shades of Lavender Rose #F59CE1
Tints of Lavender Rose #F59CE1
RGB
CMYK
RGB Variations
Color information
#F59CE1 (or 0xF59CE1) is known color: Lavender Rose. HEX triplet: F5, 9C and E1. RGB value is (245,156,225). Sum of RGB (Red+Green+Blue) = 245+156+225=626 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.14% from 626); Green value is 156 (61.33% from 255 or 24.92% from 626); Blue value is 225 (88.28% from 255 or 35.94% from 626); Max value from RGB is 245 - color contains mainly: red. Hex color #F59CE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59CE1 is #0A631E. Grayscale: #BEBEBE. Windows color (decimal): -680735 or 14785781. OLE color: 14785781.
HSL color Cylindrical-coordinate representation of color #F59CE1: hue angle of 313.48º degrees, saturation: 0.82, 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 #F59CE1 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 156 | 225 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.04 |
| HSL | 313.48º | 0.82% | 0.79% | - |
| HSV(B) | 313.48º | 0.36% | 0.96% | - |
| XYZ | 63.14 | 48.63 | 77.29 | - |
| YUV | 190.48 | 147.49 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 156 | 225 | 0 | 0.36 | 0.08 | 0.04 | 313.48 | 0.82 | 0.79 |
| Hex | F5 | 9C | E1 | 0 | 24 | 8 | 4 | 139 | 52 | 4F |
| Octal | 365 | 234 | 341 | 0 | 44 | 10 | 4 | 471 | 122 | 117 |
| Binary | 11110101 | 10011100 | 11100001 | 0 | 100100 | 1000 | 100 | 100111001 | 1010010 | 1001111 |
Color Harmonies of #F59CE1
Complementary color
Monochromatic Colors of #F59CE1
Black with #F59CE1
Text Example
Text Example
White with #F59CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59CE1; }
p { color: rgb(245,156,225); }
H1.HeaderClassName
{
color: #F59CE1;
}
.AnyTagClassName
{
color: #F59CE1;
}
</style>
background-color css
<style>
a { background-color: #F59CE1; }
a { background-color: rgb(245,156,225); }
div.DivClassName
{
background-color: #F59CE1;
}
.BgClassName
{
background-color: #F59CE1;
}
</style>
border-color css
<style>
span { border-color: #F59CE1; }
span { border-color: rgb(245,156,225); }
td.TdClassName
{
border-color: #F59CE1;
}
.TagClassName
{
border-color: #F59CE1;
}
</style>