Shades of Lavender Rose #F197DD
Tints of Lavender Rose #F197DD
RGB
CMYK
RGB Variations
Color information
#F197DD (or 0xF197DD) is known color: Lavender Rose. HEX triplet: F1, 97 and DD. RGB value is (241,151,221). Sum of RGB (Red+Green+Blue) = 241+151+221=613 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.31% from 613); Green value is 151 (59.38% from 255 or 24.63% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 241 - color contains mainly: red. Hex color #F197DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F197DD is #0E6822. Grayscale: #B9B9B9. Windows color (decimal): -944163 or 14522353. OLE color: 14522353.
HSL color Cylindrical-coordinate representation of color #F197DD: hue angle of 313.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 #F197DD is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 151 | 221 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.05 |
| HSL | 313.33º | 0.76% | 0.77% | - |
| HSV(B) | 313.33º | 0.37% | 0.95% | - |
| XYZ | 60.39 | 46.05 | 74.11 | - |
| YUV | 185.89 | 147.82 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 151 | 221 | 0 | 0.37 | 0.08 | 0.05 | 313.33 | 0.76 | 0.77 |
| Hex | F1 | 97 | DD | 0 | 25 | 8 | 5 | 139 | 4C | 4D |
| Octal | 361 | 227 | 335 | 0 | 45 | 10 | 5 | 471 | 114 | 115 |
| Binary | 11110001 | 10010111 | 11011101 | 0 | 100101 | 1000 | 101 | 100111001 | 1001100 | 1001101 |
Color Harmonies of #F197DD
Complementary color
Monochromatic Colors of #F197DD
Black with #F197DD
Text Example
Text Example
White with #F197DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F197DD; }
p { color: rgb(241,151,221); }
H1.HeaderClassName
{
color: #F197DD;
}
.AnyTagClassName
{
color: #F197DD;
}
</style>
background-color css
<style>
a { background-color: #F197DD; }
a { background-color: rgb(241,151,221); }
div.DivClassName
{
background-color: #F197DD;
}
.BgClassName
{
background-color: #F197DD;
}
</style>
border-color css
<style>
span { border-color: #F197DD; }
span { border-color: rgb(241,151,221); }
td.TdClassName
{
border-color: #F197DD;
}
.TagClassName
{
border-color: #F197DD;
}
</style>