Shades of Lavender Rose #F197E5
Tints of Lavender Rose #F197E5
RGB
CMYK
RGB Variations
Color information
#F197E5 (or 0xF197E5) is known color: Lavender Rose. HEX triplet: F1, 97 and E5. RGB value is (241,151,229). Sum of RGB (Red+Green+Blue) = 241+151+229=621 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.81% from 621); Green value is 151 (59.38% from 255 or 24.32% from 621); Blue value is 229 (89.84% from 255 or 36.88% from 621); Max value from RGB is 241 - color contains mainly: red. Hex color #F197E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F197E5 is #0E681A. Grayscale: #BABABA. Windows color (decimal): -944155 or 15046641. OLE color: 15046641.
HSL color Cylindrical-coordinate representation of color #F197E5: hue angle of 308º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F197E5 is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 151 | 229 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.05 |
| HSL | 308º | 0.76% | 0.77% | - |
| HSV(B) | 308º | 0.37% | 0.95% | - |
| XYZ | 61.49 | 46.49 | 79.86 | - |
| YUV | 186.8 | 151.82 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 151 | 229 | 0 | 0.37 | 0.05 | 0.05 | 308 | 0.76 | 0.77 |
| Hex | F1 | 97 | E5 | 0 | 25 | 5 | 5 | 134 | 4C | 4D |
| Octal | 361 | 227 | 345 | 0 | 45 | 5 | 5 | 464 | 114 | 115 |
| Binary | 11110001 | 10010111 | 11100101 | 0 | 100101 | 101 | 101 | 100110100 | 1001100 | 1001101 |
Color Harmonies of #F197E5
Complementary color
Monochromatic Colors of #F197E5
Black with #F197E5
Text Example
Text Example
White with #F197E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F197E5; }
p { color: rgb(241,151,229); }
H1.HeaderClassName
{
color: #F197E5;
}
.AnyTagClassName
{
color: #F197E5;
}
</style>
background-color css
<style>
a { background-color: #F197E5; }
a { background-color: rgb(241,151,229); }
div.DivClassName
{
background-color: #F197E5;
}
.BgClassName
{
background-color: #F197E5;
}
</style>
border-color css
<style>
span { border-color: #F197E5; }
span { border-color: rgb(241,151,229); }
td.TdClassName
{
border-color: #F197E5;
}
.TagClassName
{
border-color: #F197E5;
}
</style>