Shades of Lavender Rose #F197D4
Tints of Lavender Rose #F197D4
RGB
CMYK
RGB Variations
Color information
#F197D4 (or 0xF197D4) is known color: Lavender Rose. HEX triplet: F1, 97 and D4. RGB value is (241,151,212). Sum of RGB (Red+Green+Blue) = 241+151+212=604 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.90% from 604); Green value is 151 (59.38% from 255 or 25% from 604); Blue value is 212 (83.20% from 255 or 35.10% from 604); Max value from RGB is 241 - color contains mainly: red. Hex color #F197D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F197D4 is #0E682B. Grayscale: #B8B8B8. Windows color (decimal): -944172 or 13932529. OLE color: 13932529.
HSL color Cylindrical-coordinate representation of color #F197D4: hue angle of 319.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 #F197D4 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 151 | 212 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.05 |
| HSL | 319.33º | 0.76% | 0.77% | - |
| HSV(B) | 319.33º | 0.37% | 0.95% | - |
| XYZ | 59.23 | 45.59 | 67.97 | - |
| YUV | 184.86 | 143.32 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 151 | 212 | 0 | 0.37 | 0.12 | 0.05 | 319.33 | 0.76 | 0.77 |
| Hex | F1 | 97 | D4 | 0 | 25 | C | 5 | 13F | 4C | 4D |
| Octal | 361 | 227 | 324 | 0 | 45 | 14 | 5 | 477 | 114 | 115 |
| Binary | 11110001 | 10010111 | 11010100 | 0 | 100101 | 1100 | 101 | 100111111 | 1001100 | 1001101 |
Color Harmonies of #F197D4
Complementary color
Monochromatic Colors of #F197D4
Black with #F197D4
Text Example
Text Example
White with #F197D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F197D4; }
p { color: rgb(241,151,212); }
H1.HeaderClassName
{
color: #F197D4;
}
.AnyTagClassName
{
color: #F197D4;
}
</style>
background-color css
<style>
a { background-color: #F197D4; }
a { background-color: rgb(241,151,212); }
div.DivClassName
{
background-color: #F197D4;
}
.BgClassName
{
background-color: #F197D4;
}
</style>
border-color css
<style>
span { border-color: #F197D4; }
span { border-color: rgb(241,151,212); }
td.TdClassName
{
border-color: #F197D4;
}
.TagClassName
{
border-color: #F197D4;
}
</style>