Shades of Lavender Rose #F199DA
Tints of Lavender Rose #F199DA
RGB
CMYK
RGB Variations
Color information
#F199DA (or 0xF199DA) is known color: Lavender Rose. HEX triplet: F1, 99 and DA. RGB value is (241,153,218). Sum of RGB (Red+Green+Blue) = 241+153+218=612 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.38% from 612); Green value is 153 (60.16% from 255 or 25% from 612); Blue value is 218 (85.55% from 255 or 35.62% from 612); Max value from RGB is 241 - color contains mainly: red. Hex color #F199DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F199DA is #0E6625. Grayscale: #BABABA. Windows color (decimal): -943654 or 14326257. OLE color: 14326257.
HSL color Cylindrical-coordinate representation of color #F199DA: hue angle of 315.68º 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 #F199DA is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 153 | 218 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.05 |
| HSL | 315.68º | 0.76% | 0.77% | - |
| HSV(B) | 315.68º | 0.37% | 0.95% | - |
| XYZ | 60.32 | 46.55 | 72.13 | - |
| YUV | 186.72 | 145.65 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 153 | 218 | 0 | 0.37 | 0.10 | 0.05 | 315.68 | 0.76 | 0.77 |
| Hex | F1 | 99 | DA | 0 | 25 | A | 5 | 13C | 4C | 4D |
| Octal | 361 | 231 | 332 | 0 | 45 | 12 | 5 | 474 | 114 | 115 |
| Binary | 11110001 | 10011001 | 11011010 | 0 | 100101 | 1010 | 101 | 100111100 | 1001100 | 1001101 |
Color Harmonies of #F199DA
Complementary color
Monochromatic Colors of #F199DA
Black with #F199DA
Text Example
Text Example
White with #F199DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F199DA; }
p { color: rgb(241,153,218); }
H1.HeaderClassName
{
color: #F199DA;
}
.AnyTagClassName
{
color: #F199DA;
}
</style>
background-color css
<style>
a { background-color: #F199DA; }
a { background-color: rgb(241,153,218); }
div.DivClassName
{
background-color: #F199DA;
}
.BgClassName
{
background-color: #F199DA;
}
</style>
border-color css
<style>
span { border-color: #F199DA; }
span { border-color: rgb(241,153,218); }
td.TdClassName
{
border-color: #F199DA;
}
.TagClassName
{
border-color: #F199DA;
}
</style>