Shades of Lavender Rose #F197D2
Tints of Lavender Rose #F197D2
RGB
CMYK
RGB Variations
Color information
#F197D2 (or 0xF197D2) is known color: Lavender Rose. HEX triplet: F1, 97 and D2. RGB value is (241,151,210). Sum of RGB (Red+Green+Blue) = 241+151+210=602 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.03% from 602); Green value is 151 (59.38% from 255 or 25.08% from 602); Blue value is 210 (82.42% from 255 or 34.88% from 602); Max value from RGB is 241 - color contains mainly: red. Hex color #F197D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F197D2 is #0E682D. Grayscale: #B8B8B8. Windows color (decimal): -944174 or 13801457. OLE color: 13801457.
HSL color Cylindrical-coordinate representation of color #F197D2: hue angle of 320.67º 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 #F197D2 is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 151 | 210 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.05 |
| HSL | 320.67º | 0.76% | 0.77% | - |
| HSV(B) | 320.67º | 0.37% | 0.95% | - |
| XYZ | 58.98 | 45.49 | 66.64 | - |
| YUV | 184.64 | 142.32 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 151 | 210 | 0 | 0.37 | 0.13 | 0.05 | 320.67 | 0.76 | 0.77 |
| Hex | F1 | 97 | D2 | 0 | 25 | D | 5 | 141 | 4C | 4D |
| Octal | 361 | 227 | 322 | 0 | 45 | 15 | 5 | 501 | 114 | 115 |
| Binary | 11110001 | 10010111 | 11010010 | 0 | 100101 | 1101 | 101 | 101000001 | 1001100 | 1001101 |
Color Harmonies of #F197D2
Complementary color
Monochromatic Colors of #F197D2
Black with #F197D2
Text Example
Text Example
White with #F197D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F197D2; }
p { color: rgb(241,151,210); }
H1.HeaderClassName
{
color: #F197D2;
}
.AnyTagClassName
{
color: #F197D2;
}
</style>
background-color css
<style>
a { background-color: #F197D2; }
a { background-color: rgb(241,151,210); }
div.DivClassName
{
background-color: #F197D2;
}
.BgClassName
{
background-color: #F197D2;
}
</style>
border-color css
<style>
span { border-color: #F197D2; }
span { border-color: rgb(241,151,210); }
td.TdClassName
{
border-color: #F197D2;
}
.TagClassName
{
border-color: #F197D2;
}
</style>