Shades of Lavender Rose #F198E5
Tints of Lavender Rose #F198E5
RGB
CMYK
RGB Variations
Color information
#F198E5 (or 0xF198E5) is known color: Lavender Rose. HEX triplet: F1, 98 and E5. RGB value is (241,152,229). Sum of RGB (Red+Green+Blue) = 241+152+229=622 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.75% from 622); Green value is 152 (59.77% from 255 or 24.44% from 622); Blue value is 229 (89.84% from 255 or 36.82% from 622); Max value from RGB is 241 - color contains mainly: red. Hex color #F198E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F198E5 is #0E671A. Grayscale: #BBBBBB. Windows color (decimal): -943899 or 15046897. OLE color: 15046897.
HSL color Cylindrical-coordinate representation of color #F198E5: hue angle of 308.09º 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 #F198E5 is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 152 | 229 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.05 |
| HSL | 308.09º | 0.76% | 0.77% | - |
| HSV(B) | 308.09º | 0.37% | 0.95% | - |
| XYZ | 61.65 | 46.81 | 79.92 | - |
| YUV | 187.39 | 151.49 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 152 | 229 | 0 | 0.37 | 0.05 | 0.05 | 308.09 | 0.76 | 0.77 |
| Hex | F1 | 98 | E5 | 0 | 25 | 5 | 5 | 134 | 4C | 4D |
| Octal | 361 | 230 | 345 | 0 | 45 | 5 | 5 | 464 | 114 | 115 |
| Binary | 11110001 | 10011000 | 11100101 | 0 | 100101 | 101 | 101 | 100110100 | 1001100 | 1001101 |
Color Harmonies of #F198E5
Complementary color
Monochromatic Colors of #F198E5
Black with #F198E5
Text Example
Text Example
White with #F198E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F198E5; }
p { color: rgb(241,152,229); }
H1.HeaderClassName
{
color: #F198E5;
}
.AnyTagClassName
{
color: #F198E5;
}
</style>
background-color css
<style>
a { background-color: #F198E5; }
a { background-color: rgb(241,152,229); }
div.DivClassName
{
background-color: #F198E5;
}
.BgClassName
{
background-color: #F198E5;
}
</style>
border-color css
<style>
span { border-color: #F198E5; }
span { border-color: rgb(241,152,229); }
td.TdClassName
{
border-color: #F198E5;
}
.TagClassName
{
border-color: #F198E5;
}
</style>