Shades of Lavender Rose #F59CF0
Tints of Lavender Rose #F59CF0
RGB
CMYK
RGB Variations
Color information
#F59CF0 (or 0xF59CF0) is known color: Lavender Rose. HEX triplet: F5, 9C and F0. RGB value is (245,156,240). Sum of RGB (Red+Green+Blue) = 245+156+240=641 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.22% from 641); Green value is 156 (61.33% from 255 or 24.34% from 641); Blue value is 240 (94.14% from 255 or 37.44% from 641); Max value from RGB is 245 - color contains mainly: red. Hex color #F59CF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F59CF0 is #0A630F. Grayscale: #BFBFBF. Windows color (decimal): -680720 or 15768821. OLE color: 15768821.
HSL color Cylindrical-coordinate representation of color #F59CF0: hue angle of 303.37º 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 #F59CF0 is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 156 | 240 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.04 |
| HSL | 303.37º | 0.82% | 0.79% | - |
| HSV(B) | 303.37º | 0.36% | 0.96% | - |
| XYZ | 65.27 | 49.48 | 88.55 | - |
| YUV | 192.19 | 154.99 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 156 | 240 | 0 | 0.36 | 0.02 | 0.04 | 303.37 | 0.82 | 0.79 |
| Hex | F5 | 9C | F0 | 0 | 24 | 2 | 4 | 12F | 52 | 4F |
| Octal | 365 | 234 | 360 | 0 | 44 | 2 | 4 | 457 | 122 | 117 |
| Binary | 11110101 | 10011100 | 11110000 | 0 | 100100 | 10 | 100 | 100101111 | 1010010 | 1001111 |
Color Harmonies of #F59CF0
Complementary color
Monochromatic Colors of #F59CF0
Black with #F59CF0
Text Example
Text Example
White with #F59CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59CF0; }
p { color: rgb(245,156,240); }
H1.HeaderClassName
{
color: #F59CF0;
}
.AnyTagClassName
{
color: #F59CF0;
}
</style>
background-color css
<style>
a { background-color: #F59CF0; }
a { background-color: rgb(245,156,240); }
div.DivClassName
{
background-color: #F59CF0;
}
.BgClassName
{
background-color: #F59CF0;
}
</style>
border-color css
<style>
span { border-color: #F59CF0; }
span { border-color: rgb(245,156,240); }
td.TdClassName
{
border-color: #F59CF0;
}
.TagClassName
{
border-color: #F59CF0;
}
</style>