Shades of Lavender Rose #F197E3
Tints of Lavender Rose #F197E3
RGB
CMYK
RGB Variations
Color information
#F197E3 (or 0xF197E3) is known color: Lavender Rose. HEX triplet: F1, 97 and E3. RGB value is (241,151,227). Sum of RGB (Red+Green+Blue) = 241+151+227=619 (81% of max value = 765). Red value is 241 (94.53% from 255 or 38.93% from 619); Green value is 151 (59.38% from 255 or 24.39% from 619); Blue value is 227 (89.06% from 255 or 36.67% from 619); Max value from RGB is 241 - color contains mainly: red. Hex color #F197E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F197E3 is #0E681C. Grayscale: #BABABA. Windows color (decimal): -944157 or 14915569. OLE color: 14915569.
HSL color Cylindrical-coordinate representation of color #F197E3: hue angle of 309.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 #F197E3 is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 151 | 227 | - |
| CMYK | 0 | 0.37 | 0.06 | 0.05 |
| HSL | 309.33º | 0.76% | 0.77% | - |
| HSV(B) | 309.33º | 0.37% | 0.95% | - |
| XYZ | 61.21 | 46.38 | 78.4 | - |
| YUV | 186.57 | 150.82 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 151 | 227 | 0 | 0.37 | 0.06 | 0.05 | 309.33 | 0.76 | 0.77 |
| Hex | F1 | 97 | E3 | 0 | 25 | 6 | 5 | 135 | 4C | 4D |
| Octal | 361 | 227 | 343 | 0 | 45 | 6 | 5 | 465 | 114 | 115 |
| Binary | 11110001 | 10010111 | 11100011 | 0 | 100101 | 110 | 101 | 100110101 | 1001100 | 1001101 |
Color Harmonies of #F197E3
Complementary color
Monochromatic Colors of #F197E3
Black with #F197E3
Text Example
Text Example
White with #F197E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F197E3; }
p { color: rgb(241,151,227); }
H1.HeaderClassName
{
color: #F197E3;
}
.AnyTagClassName
{
color: #F197E3;
}
</style>
background-color css
<style>
a { background-color: #F197E3; }
a { background-color: rgb(241,151,227); }
div.DivClassName
{
background-color: #F197E3;
}
.BgClassName
{
background-color: #F197E3;
}
</style>
border-color css
<style>
span { border-color: #F197E3; }
span { border-color: rgb(241,151,227); }
td.TdClassName
{
border-color: #F197E3;
}
.TagClassName
{
border-color: #F197E3;
}
</style>