Shades of Lavender Rose #F197E6
Tints of Lavender Rose #F197E6
RGB
CMYK
RGB Variations
Color information
#F197E6 (or 0xF197E6) is known color: Lavender Rose. HEX triplet: F1, 97 and E6. RGB value is (241,151,230). Sum of RGB (Red+Green+Blue) = 241+151+230=622 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.75% from 622); Green value is 151 (59.38% from 255 or 24.28% from 622); Blue value is 230 (90.23% from 255 or 36.98% from 622); Max value from RGB is 241 - color contains mainly: red. Hex color #F197E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F197E6 is #0E6819. Grayscale: #BABABA. Windows color (decimal): -944154 or 15112177. OLE color: 15112177.
HSL color Cylindrical-coordinate representation of color #F197E6: hue angle of 307.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 #F197E6 is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 151 | 230 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.05 |
| HSL | 307.33º | 0.76% | 0.77% | - |
| HSV(B) | 307.33º | 0.37% | 0.95% | - |
| XYZ | 61.63 | 46.55 | 80.6 | - |
| YUV | 186.92 | 152.32 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 151 | 230 | 0 | 0.37 | 0.05 | 0.05 | 307.33 | 0.76 | 0.77 |
| Hex | F1 | 97 | E6 | 0 | 25 | 5 | 5 | 133 | 4C | 4D |
| Octal | 361 | 227 | 346 | 0 | 45 | 5 | 5 | 463 | 114 | 115 |
| Binary | 11110001 | 10010111 | 11100110 | 0 | 100101 | 101 | 101 | 100110011 | 1001100 | 1001101 |
Color Harmonies of #F197E6
Complementary color
Monochromatic Colors of #F197E6
Black with #F197E6
Text Example
Text Example
White with #F197E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F197E6; }
p { color: rgb(241,151,230); }
H1.HeaderClassName
{
color: #F197E6;
}
.AnyTagClassName
{
color: #F197E6;
}
</style>
background-color css
<style>
a { background-color: #F197E6; }
a { background-color: rgb(241,151,230); }
div.DivClassName
{
background-color: #F197E6;
}
.BgClassName
{
background-color: #F197E6;
}
</style>
border-color css
<style>
span { border-color: #F197E6; }
span { border-color: rgb(241,151,230); }
td.TdClassName
{
border-color: #F197E6;
}
.TagClassName
{
border-color: #F197E6;
}
</style>