Shades of Lavender Rose #F19AD4
Tints of Lavender Rose #F19AD4
RGB
CMYK
RGB Variations
Color information
#F19AD4 (or 0xF19AD4) is known color: Lavender Rose. HEX triplet: F1, 9A and D4. RGB value is (241,154,212). Sum of RGB (Red+Green+Blue) = 241+154+212=607 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.70% from 607); Green value is 154 (60.55% from 255 or 25.37% from 607); Blue value is 212 (83.20% from 255 or 34.93% from 607); Max value from RGB is 241 - color contains mainly: red. Hex color #F19AD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19AD4 is #0E652B. Grayscale: #BABABA. Windows color (decimal): -943404 or 13933297. OLE color: 13933297.
HSL color Cylindrical-coordinate representation of color #F19AD4: hue angle of 320º 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 #F19AD4 is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 154 | 212 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.05 |
| HSL | 320º | 0.76% | 0.77% | - |
| HSV(B) | 320º | 0.36% | 0.95% | - |
| XYZ | 59.71 | 46.57 | 68.13 | - |
| YUV | 186.63 | 142.32 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 154 | 212 | 0 | 0.36 | 0.12 | 0.05 | 320 | 0.76 | 0.77 |
| Hex | F1 | 9A | D4 | 0 | 24 | C | 5 | 140 | 4C | 4D |
| Octal | 361 | 232 | 324 | 0 | 44 | 14 | 5 | 500 | 114 | 115 |
| Binary | 11110001 | 10011010 | 11010100 | 0 | 100100 | 1100 | 101 | 101000000 | 1001100 | 1001101 |
Color Harmonies of #F19AD4
Complementary color
Monochromatic Colors of #F19AD4
Black with #F19AD4
Text Example
Text Example
White with #F19AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19AD4; }
p { color: rgb(241,154,212); }
H1.HeaderClassName
{
color: #F19AD4;
}
.AnyTagClassName
{
color: #F19AD4;
}
</style>
background-color css
<style>
a { background-color: #F19AD4; }
a { background-color: rgb(241,154,212); }
div.DivClassName
{
background-color: #F19AD4;
}
.BgClassName
{
background-color: #F19AD4;
}
</style>
border-color css
<style>
span { border-color: #F19AD4; }
span { border-color: rgb(241,154,212); }
td.TdClassName
{
border-color: #F19AD4;
}
.TagClassName
{
border-color: #F19AD4;
}
</style>