Shades of Lavender Rose #F59CF1
Tints of Lavender Rose #F59CF1
RGB
CMYK
RGB Variations
Color information
#F59CF1 (or 0xF59CF1) is known color: Lavender Rose. HEX triplet: F5, 9C and F1. RGB value is (245,156,241). Sum of RGB (Red+Green+Blue) = 245+156+241=642 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.16% from 642); Green value is 156 (61.33% from 255 or 24.30% from 642); Blue value is 241 (94.53% from 255 or 37.54% from 642); Max value from RGB is 245 - color contains mainly: red. Hex color #F59CF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F59CF1 is #0A630E. Grayscale: #C0C0C0. Windows color (decimal): -680719 or 15834357. OLE color: 15834357.
HSL color Cylindrical-coordinate representation of color #F59CF1: hue angle of 302.7º 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 #F59CF1 is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 156 | 241 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.04 |
| HSL | 302.7º | 0.82% | 0.79% | - |
| HSV(B) | 302.7º | 0.36% | 0.96% | - |
| XYZ | 65.42 | 49.54 | 89.33 | - |
| YUV | 192.3 | 155.49 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 156 | 241 | 0 | 0.36 | 0.02 | 0.04 | 302.7 | 0.82 | 0.79 |
| Hex | F5 | 9C | F1 | 0 | 24 | 2 | 4 | 12F | 52 | 4F |
| Octal | 365 | 234 | 361 | 0 | 44 | 2 | 4 | 457 | 122 | 117 |
| Binary | 11110101 | 10011100 | 11110001 | 0 | 100100 | 10 | 100 | 100101111 | 1010010 | 1001111 |
Color Harmonies of #F59CF1
Complementary color
Monochromatic Colors of #F59CF1
Black with #F59CF1
Text Example
Text Example
White with #F59CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59CF1; }
p { color: rgb(245,156,241); }
H1.HeaderClassName
{
color: #F59CF1;
}
.AnyTagClassName
{
color: #F59CF1;
}
</style>
background-color css
<style>
a { background-color: #F59CF1; }
a { background-color: rgb(245,156,241); }
div.DivClassName
{
background-color: #F59CF1;
}
.BgClassName
{
background-color: #F59CF1;
}
</style>
border-color css
<style>
span { border-color: #F59CF1; }
span { border-color: rgb(245,156,241); }
td.TdClassName
{
border-color: #F59CF1;
}
.TagClassName
{
border-color: #F59CF1;
}
</style>