Shades of Lavender Rose #F197D3
Tints of Lavender Rose #F197D3
RGB
CMYK
RGB Variations
Color information
#F197D3 (or 0xF197D3) is known color: Lavender Rose. HEX triplet: F1, 97 and D3. RGB value is (241,151,211). Sum of RGB (Red+Green+Blue) = 241+151+211=603 (79% of max value = 765). Red value is 241 (94.53% from 255 or 39.97% from 603); Green value is 151 (59.38% from 255 or 25.04% from 603); Blue value is 211 (82.81% from 255 or 34.99% from 603); Max value from RGB is 241 - color contains mainly: red. Hex color #F197D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F197D3 is #0E682C. Grayscale: #B8B8B8. Windows color (decimal): -944173 or 13866993. OLE color: 13866993.
HSL color Cylindrical-coordinate representation of color #F197D3: hue angle of 320º 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 #F197D3 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 151 | 211 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.05 |
| HSL | 320º | 0.76% | 0.77% | - |
| HSV(B) | 320º | 0.37% | 0.95% | - |
| XYZ | 59.1 | 45.54 | 67.3 | - |
| YUV | 184.75 | 142.82 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 151 | 211 | 0 | 0.37 | 0.12 | 0.05 | 320 | 0.76 | 0.77 |
| Hex | F1 | 97 | D3 | 0 | 25 | C | 5 | 140 | 4C | 4D |
| Octal | 361 | 227 | 323 | 0 | 45 | 14 | 5 | 500 | 114 | 115 |
| Binary | 11110001 | 10010111 | 11010011 | 0 | 100101 | 1100 | 101 | 101000000 | 1001100 | 1001101 |
Color Harmonies of #F197D3
Complementary color
Monochromatic Colors of #F197D3
Black with #F197D3
Text Example
Text Example
White with #F197D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F197D3; }
p { color: rgb(241,151,211); }
H1.HeaderClassName
{
color: #F197D3;
}
.AnyTagClassName
{
color: #F197D3;
}
</style>
background-color css
<style>
a { background-color: #F197D3; }
a { background-color: rgb(241,151,211); }
div.DivClassName
{
background-color: #F197D3;
}
.BgClassName
{
background-color: #F197D3;
}
</style>
border-color css
<style>
span { border-color: #F197D3; }
span { border-color: rgb(241,151,211); }
td.TdClassName
{
border-color: #F197D3;
}
.TagClassName
{
border-color: #F197D3;
}
</style>