Shades of Lavender Rose #F197D6
Tints of Lavender Rose #F197D6
RGB
CMYK
RGB Variations
Color information
#F197D6 (or 0xF197D6) is known color: Lavender Rose. HEX triplet: F1, 97 and D6. RGB value is (241,151,214). Sum of RGB (Red+Green+Blue) = 241+151+214=606 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.77% from 606); Green value is 151 (59.38% from 255 or 24.92% from 606); Blue value is 214 (83.98% from 255 or 35.31% from 606); Max value from RGB is 241 - color contains mainly: red. Hex color #F197D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F197D6 is #0E6829. Grayscale: #B8B8B8. Windows color (decimal): -944170 or 14063601. OLE color: 14063601.
HSL color Cylindrical-coordinate representation of color #F197D6: hue angle of 318º 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 #F197D6 is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 151 | 214 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.05 |
| HSL | 318º | 0.76% | 0.77% | - |
| HSV(B) | 318º | 0.37% | 0.95% | - |
| XYZ | 59.48 | 45.69 | 69.3 | - |
| YUV | 185.09 | 144.32 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 151 | 214 | 0 | 0.37 | 0.11 | 0.05 | 318 | 0.76 | 0.77 |
| Hex | F1 | 97 | D6 | 0 | 25 | B | 5 | 13E | 4C | 4D |
| Octal | 361 | 227 | 326 | 0 | 45 | 13 | 5 | 476 | 114 | 115 |
| Binary | 11110001 | 10010111 | 11010110 | 0 | 100101 | 1011 | 101 | 100111110 | 1001100 | 1001101 |
Color Harmonies of #F197D6
Complementary color
Monochromatic Colors of #F197D6
Black with #F197D6
Text Example
Text Example
White with #F197D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F197D6; }
p { color: rgb(241,151,214); }
H1.HeaderClassName
{
color: #F197D6;
}
.AnyTagClassName
{
color: #F197D6;
}
</style>
background-color css
<style>
a { background-color: #F197D6; }
a { background-color: rgb(241,151,214); }
div.DivClassName
{
background-color: #F197D6;
}
.BgClassName
{
background-color: #F197D6;
}
</style>
border-color css
<style>
span { border-color: #F197D6; }
span { border-color: rgb(241,151,214); }
td.TdClassName
{
border-color: #F197D6;
}
.TagClassName
{
border-color: #F197D6;
}
</style>