Shades of Lavender Rose #F596E0
Tints of Lavender Rose #F596E0
RGB
CMYK
RGB Variations
Color information
#F596E0 (or 0xF596E0) is known color: Lavender Rose. HEX triplet: F5, 96 and E0. RGB value is (245,150,224). Sum of RGB (Red+Green+Blue) = 245+150+224=619 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.58% from 619); Green value is 150 (58.98% from 255 or 24.23% from 619); Blue value is 224 (87.89% from 255 or 36.19% from 619); Max value from RGB is 245 - color contains mainly: red. Hex color #F596E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F596E0 is #0A691F. Grayscale: #BABABA. Windows color (decimal): -682272 or 14718709. OLE color: 14718709.
HSL color Cylindrical-coordinate representation of color #F596E0: hue angle of 313.26º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F596E0 is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 150 | 224 | - |
| CMYK | 0 | 0.39 | 0.09 | 0.04 |
| HSL | 313.26º | 0.83% | 0.77% | - |
| HSV(B) | 313.26º | 0.39% | 0.96% | - |
| XYZ | 62.02 | 46.61 | 76.25 | - |
| YUV | 186.84 | 148.97 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 150 | 224 | 0 | 0.39 | 0.09 | 0.04 | 313.26 | 0.83 | 0.77 |
| Hex | F5 | 96 | E0 | 0 | 27 | 9 | 4 | 139 | 53 | 4D |
| Octal | 365 | 226 | 340 | 0 | 47 | 11 | 4 | 471 | 123 | 115 |
| Binary | 11110101 | 10010110 | 11100000 | 0 | 100111 | 1001 | 100 | 100111001 | 1010011 | 1001101 |
Color Harmonies of #F596E0
Complementary color
Monochromatic Colors of #F596E0
Black with #F596E0
Text Example
Text Example
White with #F596E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F596E0; }
p { color: rgb(245,150,224); }
H1.HeaderClassName
{
color: #F596E0;
}
.AnyTagClassName
{
color: #F596E0;
}
</style>
background-color css
<style>
a { background-color: #F596E0; }
a { background-color: rgb(245,150,224); }
div.DivClassName
{
background-color: #F596E0;
}
.BgClassName
{
background-color: #F596E0;
}
</style>
border-color css
<style>
span { border-color: #F596E0; }
span { border-color: rgb(245,150,224); }
td.TdClassName
{
border-color: #F596E0;
}
.TagClassName
{
border-color: #F596E0;
}
</style>