Shades of Lavender Rose #F19ADA
Tints of Lavender Rose #F19ADA
RGB
CMYK
RGB Variations
Color information
#F19ADA (or 0xF19ADA) is known color: Lavender Rose. HEX triplet: F1, 9A and DA. RGB value is (241,154,218). Sum of RGB (Red+Green+Blue) = 241+154+218=613 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.31% from 613); Green value is 154 (60.55% from 255 or 25.12% from 613); Blue value is 218 (85.55% from 255 or 35.56% from 613); Max value from RGB is 241 - color contains mainly: red. Hex color #F19ADA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19ADA is #0E6525. Grayscale: #BBBBBB. Windows color (decimal): -943398 or 14326513. OLE color: 14326513.
HSL color Cylindrical-coordinate representation of color #F19ADA: hue angle of 315.86º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F19ADA is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 154 | 218 | - |
| CMYK | 0 | 0.36 | 0.10 | 0.05 |
| HSL | 315.86º | 0.76% | 0.77% | - |
| HSV(B) | 315.86º | 0.36% | 0.95% | - |
| XYZ | 60.49 | 46.87 | 72.19 | - |
| YUV | 187.31 | 145.32 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 154 | 218 | 0 | 0.36 | 0.10 | 0.05 | 315.86 | 0.76 | 0.77 |
| Hex | F1 | 9A | DA | 0 | 24 | A | 5 | 13C | 4C | 4D |
| Octal | 361 | 232 | 332 | 0 | 44 | 12 | 5 | 474 | 114 | 115 |
| Binary | 11110001 | 10011010 | 11011010 | 0 | 100100 | 1010 | 101 | 100111100 | 1001100 | 1001101 |
Color Harmonies of #F19ADA
Complementary color
Monochromatic Colors of #F19ADA
Black with #F19ADA
Text Example
Text Example
White with #F19ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19ADA; }
p { color: rgb(241,154,218); }
H1.HeaderClassName
{
color: #F19ADA;
}
.AnyTagClassName
{
color: #F19ADA;
}
</style>
background-color css
<style>
a { background-color: #F19ADA; }
a { background-color: rgb(241,154,218); }
div.DivClassName
{
background-color: #F19ADA;
}
.BgClassName
{
background-color: #F19ADA;
}
</style>
border-color css
<style>
span { border-color: #F19ADA; }
span { border-color: rgb(241,154,218); }
td.TdClassName
{
border-color: #F19ADA;
}
.TagClassName
{
border-color: #F19ADA;
}
</style>