Shades of Lavender Rose #F199D5
Tints of Lavender Rose #F199D5
RGB
CMYK
RGB Variations
Color information
#F199D5 (or 0xF199D5) is known color: Lavender Rose. HEX triplet: F1, 99 and D5. RGB value is (241,153,213). Sum of RGB (Red+Green+Blue) = 241+153+213=607 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.70% from 607); Green value is 153 (60.16% from 255 or 25.21% from 607); Blue value is 213 (83.59% from 255 or 35.09% from 607); Max value from RGB is 241 - color contains mainly: red. Hex color #F199D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F199D5 is #0E662A. Grayscale: #BABABA. Windows color (decimal): -943659 or 13998577. OLE color: 13998577.
HSL color Cylindrical-coordinate representation of color #F199D5: hue angle of 319.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 #F199D5 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 153 | 213 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.05 |
| HSL | 319.09º | 0.76% | 0.77% | - |
| HSV(B) | 319.09º | 0.37% | 0.95% | - |
| XYZ | 59.68 | 46.29 | 68.74 | - |
| YUV | 186.15 | 143.15 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 153 | 213 | 0 | 0.37 | 0.12 | 0.05 | 319.09 | 0.76 | 0.77 |
| Hex | F1 | 99 | D5 | 0 | 25 | C | 5 | 13F | 4C | 4D |
| Octal | 361 | 231 | 325 | 0 | 45 | 14 | 5 | 477 | 114 | 115 |
| Binary | 11110001 | 10011001 | 11010101 | 0 | 100101 | 1100 | 101 | 100111111 | 1001100 | 1001101 |
Color Harmonies of #F199D5
Complementary color
Monochromatic Colors of #F199D5
Black with #F199D5
Text Example
Text Example
White with #F199D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F199D5; }
p { color: rgb(241,153,213); }
H1.HeaderClassName
{
color: #F199D5;
}
.AnyTagClassName
{
color: #F199D5;
}
</style>
background-color css
<style>
a { background-color: #F199D5; }
a { background-color: rgb(241,153,213); }
div.DivClassName
{
background-color: #F199D5;
}
.BgClassName
{
background-color: #F199D5;
}
</style>
border-color css
<style>
span { border-color: #F199D5; }
span { border-color: rgb(241,153,213); }
td.TdClassName
{
border-color: #F199D5;
}
.TagClassName
{
border-color: #F199D5;
}
</style>