Shades of Lavender Rose #F19FD2
Tints of Lavender Rose #F19FD2
RGB
CMYK
RGB Variations
Color information
#F19FD2 (or 0xF19FD2) is known color: Lavender Rose. HEX triplet: F1, 9F and D2. RGB value is (241,159,210). Sum of RGB (Red+Green+Blue) = 241+159+210=610 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.51% from 610); Green value is 159 (62.5% from 255 or 26.07% from 610); Blue value is 210 (82.42% from 255 or 34.43% from 610); Max value from RGB is 241 - color contains mainly: red. Hex color #F19FD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19FD2 is #0E602D. Grayscale: #BDBDBD. Windows color (decimal): -942126 or 13803505. OLE color: 13803505.
HSL color Cylindrical-coordinate representation of color #F19FD2: hue angle of 322.68º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F19FD2 is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 159 | 210 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.05 |
| HSL | 322.68º | 0.75% | 0.78% | - |
| HSV(B) | 322.68º | 0.34% | 0.95% | - |
| XYZ | 60.31 | 48.15 | 67.09 | - |
| YUV | 189.33 | 139.67 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 159 | 210 | 0 | 0.34 | 0.13 | 0.05 | 322.68 | 0.75 | 0.78 |
| Hex | F1 | 9F | D2 | 0 | 22 | D | 5 | 143 | 4B | 4E |
| Octal | 361 | 237 | 322 | 0 | 42 | 15 | 5 | 503 | 113 | 116 |
| Binary | 11110001 | 10011111 | 11010010 | 0 | 100010 | 1101 | 101 | 101000011 | 1001011 | 1001110 |
Color Harmonies of #F19FD2
Complementary color
Monochromatic Colors of #F19FD2
Black with #F19FD2
Text Example
Text Example
White with #F19FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19FD2; }
p { color: rgb(241,159,210); }
H1.HeaderClassName
{
color: #F19FD2;
}
.AnyTagClassName
{
color: #F19FD2;
}
</style>
background-color css
<style>
a { background-color: #F19FD2; }
a { background-color: rgb(241,159,210); }
div.DivClassName
{
background-color: #F19FD2;
}
.BgClassName
{
background-color: #F19FD2;
}
</style>
border-color css
<style>
span { border-color: #F19FD2; }
span { border-color: rgb(241,159,210); }
td.TdClassName
{
border-color: #F19FD2;
}
.TagClassName
{
border-color: #F19FD2;
}
</style>