Shades of Lavender Rose #F197D5
Tints of Lavender Rose #F197D5
RGB
CMYK
RGB Variations
Color information
#F197D5 (or 0xF197D5) is known color: Lavender Rose. HEX triplet: F1, 97 and D5. RGB value is (241,151,213). Sum of RGB (Red+Green+Blue) = 241+151+213=605 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.83% from 605); Green value is 151 (59.38% from 255 or 24.96% from 605); Blue value is 213 (83.59% from 255 or 35.21% from 605); Max value from RGB is 241 - color contains mainly: red. Hex color #F197D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F197D5 is #0E682A. Grayscale: #B8B8B8. Windows color (decimal): -944171 or 13998065. OLE color: 13998065.
HSL color Cylindrical-coordinate representation of color #F197D5: hue angle of 318.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 #F197D5 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 151 | 213 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.05 |
| HSL | 318.67º | 0.76% | 0.77% | - |
| HSV(B) | 318.67º | 0.37% | 0.95% | - |
| XYZ | 59.35 | 45.64 | 68.63 | - |
| YUV | 184.98 | 143.82 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 151 | 213 | 0 | 0.37 | 0.12 | 0.05 | 318.67 | 0.76 | 0.77 |
| Hex | F1 | 97 | D5 | 0 | 25 | C | 5 | 13F | 4C | 4D |
| Octal | 361 | 227 | 325 | 0 | 45 | 14 | 5 | 477 | 114 | 115 |
| Binary | 11110001 | 10010111 | 11010101 | 0 | 100101 | 1100 | 101 | 100111111 | 1001100 | 1001101 |
Color Harmonies of #F197D5
Complementary color
Monochromatic Colors of #F197D5
Black with #F197D5
Text Example
Text Example
White with #F197D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F197D5; }
p { color: rgb(241,151,213); }
H1.HeaderClassName
{
color: #F197D5;
}
.AnyTagClassName
{
color: #F197D5;
}
</style>
background-color css
<style>
a { background-color: #F197D5; }
a { background-color: rgb(241,151,213); }
div.DivClassName
{
background-color: #F197D5;
}
.BgClassName
{
background-color: #F197D5;
}
</style>
border-color css
<style>
span { border-color: #F197D5; }
span { border-color: rgb(241,151,213); }
td.TdClassName
{
border-color: #F197D5;
}
.TagClassName
{
border-color: #F197D5;
}
</style>