Shades of Lavender Rose #F197E9
Tints of Lavender Rose #F197E9
RGB
CMYK
RGB Variations
Color information
#F197E9 (or 0xF197E9) is known color: Lavender Rose. HEX triplet: F1, 97 and E9. RGB value is (241,151,233). Sum of RGB (Red+Green+Blue) = 241+151+233=625 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.56% from 625); Green value is 151 (59.38% from 255 or 24.16% from 625); Blue value is 233 (91.41% from 255 or 37.28% from 625); Max value from RGB is 241 - color contains mainly: red. Hex color #F197E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F197E9 is #0E6816. Grayscale: #BBBBBB. Windows color (decimal): -944151 or 15308785. OLE color: 15308785.
HSL color Cylindrical-coordinate representation of color #F197E9: hue angle of 305.33º 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 #F197E9 is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 151 | 233 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.05 |
| HSL | 305.33º | 0.76% | 0.77% | - |
| HSV(B) | 305.33º | 0.37% | 0.95% | - |
| XYZ | 62.05 | 46.72 | 82.84 | - |
| YUV | 187.26 | 153.82 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 151 | 233 | 0 | 0.37 | 0.03 | 0.05 | 305.33 | 0.76 | 0.77 |
| Hex | F1 | 97 | E9 | 0 | 25 | 3 | 5 | 131 | 4C | 4D |
| Octal | 361 | 227 | 351 | 0 | 45 | 3 | 5 | 461 | 114 | 115 |
| Binary | 11110001 | 10010111 | 11101001 | 0 | 100101 | 11 | 101 | 100110001 | 1001100 | 1001101 |
Color Harmonies of #F197E9
Complementary color
Monochromatic Colors of #F197E9
Black with #F197E9
Text Example
Text Example
White with #F197E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F197E9; }
p { color: rgb(241,151,233); }
H1.HeaderClassName
{
color: #F197E9;
}
.AnyTagClassName
{
color: #F197E9;
}
</style>
background-color css
<style>
a { background-color: #F197E9; }
a { background-color: rgb(241,151,233); }
div.DivClassName
{
background-color: #F197E9;
}
.BgClassName
{
background-color: #F197E9;
}
</style>
border-color css
<style>
span { border-color: #F197E9; }
span { border-color: rgb(241,151,233); }
td.TdClassName
{
border-color: #F197E9;
}
.TagClassName
{
border-color: #F197E9;
}
</style>