Shades of Lavender Rose #F198DB
Tints of Lavender Rose #F198DB
RGB
CMYK
RGB Variations
Color information
#F198DB (or 0xF198DB) is known color: Lavender Rose. HEX triplet: F1, 98 and DB. RGB value is (241,152,219). Sum of RGB (Red+Green+Blue) = 241+152+219=612 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.38% from 612); Green value is 152 (59.77% from 255 or 24.84% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 241 - color contains mainly: red. Hex color #F198DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F198DB is #0E6724. Grayscale: #BABABA. Windows color (decimal): -943909 or 14391537. OLE color: 14391537.
HSL color Cylindrical-coordinate representation of color #F198DB: hue angle of 314.83º 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 #F198DB is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 152 | 219 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.05 |
| HSL | 314.83º | 0.76% | 0.77% | - |
| HSV(B) | 314.83º | 0.37% | 0.95% | - |
| XYZ | 60.29 | 46.27 | 72.77 | - |
| YUV | 186.25 | 146.49 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 152 | 219 | 0 | 0.37 | 0.09 | 0.05 | 314.83 | 0.76 | 0.77 |
| Hex | F1 | 98 | DB | 0 | 25 | 9 | 5 | 13B | 4C | 4D |
| Octal | 361 | 230 | 333 | 0 | 45 | 11 | 5 | 473 | 114 | 115 |
| Binary | 11110001 | 10011000 | 11011011 | 0 | 100101 | 1001 | 101 | 100111011 | 1001100 | 1001101 |
Color Harmonies of #F198DB
Complementary color
Monochromatic Colors of #F198DB
Black with #F198DB
Text Example
Text Example
White with #F198DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F198DB; }
p { color: rgb(241,152,219); }
H1.HeaderClassName
{
color: #F198DB;
}
.AnyTagClassName
{
color: #F198DB;
}
</style>
background-color css
<style>
a { background-color: #F198DB; }
a { background-color: rgb(241,152,219); }
div.DivClassName
{
background-color: #F198DB;
}
.BgClassName
{
background-color: #F198DB;
}
</style>
border-color css
<style>
span { border-color: #F198DB; }
span { border-color: rgb(241,152,219); }
td.TdClassName
{
border-color: #F198DB;
}
.TagClassName
{
border-color: #F198DB;
}
</style>