Shades of Lavender Rose #F198D7
Tints of Lavender Rose #F198D7
RGB
CMYK
RGB Variations
Color information
#F198D7 (or 0xF198D7) is known color: Lavender Rose. HEX triplet: F1, 98 and D7. RGB value is (241,152,215). Sum of RGB (Red+Green+Blue) = 241+152+215=608 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.64% from 608); Green value is 152 (59.77% from 255 or 25% from 608); Blue value is 215 (84.38% from 255 or 35.36% from 608); Max value from RGB is 241 - color contains mainly: red. Hex color #F198D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F198D7 is #0E6728. Grayscale: #B9B9B9. Windows color (decimal): -943913 or 14129393. OLE color: 14129393.
HSL color Cylindrical-coordinate representation of color #F198D7: hue angle of 317.53º 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 #F198D7 is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 152 | 215 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.05 |
| HSL | 317.53º | 0.76% | 0.77% | - |
| HSV(B) | 317.53º | 0.37% | 0.95% | - |
| XYZ | 59.77 | 46.06 | 70.03 | - |
| YUV | 185.79 | 144.49 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 152 | 215 | 0 | 0.37 | 0.11 | 0.05 | 317.53 | 0.76 | 0.77 |
| Hex | F1 | 98 | D7 | 0 | 25 | B | 5 | 13E | 4C | 4D |
| Octal | 361 | 230 | 327 | 0 | 45 | 13 | 5 | 476 | 114 | 115 |
| Binary | 11110001 | 10011000 | 11010111 | 0 | 100101 | 1011 | 101 | 100111110 | 1001100 | 1001101 |
Color Harmonies of #F198D7
Complementary color
Monochromatic Colors of #F198D7
Black with #F198D7
Text Example
Text Example
White with #F198D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F198D7; }
p { color: rgb(241,152,215); }
H1.HeaderClassName
{
color: #F198D7;
}
.AnyTagClassName
{
color: #F198D7;
}
</style>
background-color css
<style>
a { background-color: #F198D7; }
a { background-color: rgb(241,152,215); }
div.DivClassName
{
background-color: #F198D7;
}
.BgClassName
{
background-color: #F198D7;
}
</style>
border-color css
<style>
span { border-color: #F198D7; }
span { border-color: rgb(241,152,215); }
td.TdClassName
{
border-color: #F198D7;
}
.TagClassName
{
border-color: #F198D7;
}
</style>