Shades of Lavender Rose #F192D9
Tints of Lavender Rose #F192D9
RGB
CMYK
RGB Variations
Color information
#F192D9 (or 0xF192D9) is known color: Lavender Rose. HEX triplet: F1, 92 and D9. RGB value is (241,146,217). Sum of RGB (Red+Green+Blue) = 241+146+217=604 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.90% from 604); Green value is 146 (57.42% from 255 or 24.17% from 604); Blue value is 217 (85.16% from 255 or 35.93% from 604); Max value from RGB is 241 - color contains mainly: red. Hex color #F192D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F192D9 is #0E6D26. Grayscale: #B6B6B6. Windows color (decimal): -945447 or 14258929. OLE color: 14258929.
HSL color Cylindrical-coordinate representation of color #F192D9: hue angle of 315.16º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F192D9 is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 146 | 217 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.05 |
| HSL | 315.16º | 0.77% | 0.76% | - |
| HSV(B) | 315.16º | 0.39% | 0.95% | - |
| XYZ | 59.08 | 44.27 | 71.08 | - |
| YUV | 182.5 | 147.47 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 146 | 217 | 0 | 0.39 | 0.10 | 0.05 | 315.16 | 0.77 | 0.76 |
| Hex | F1 | 92 | D9 | 0 | 27 | A | 5 | 13B | 4D | 4C |
| Octal | 361 | 222 | 331 | 0 | 47 | 12 | 5 | 473 | 115 | 114 |
| Binary | 11110001 | 10010010 | 11011001 | 0 | 100111 | 1010 | 101 | 100111011 | 1001101 | 1001100 |
Color Harmonies of #F192D9
Complementary color
Monochromatic Colors of #F192D9
Black with #F192D9
Text Example
Text Example
White with #F192D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F192D9; }
p { color: rgb(241,146,217); }
H1.HeaderClassName
{
color: #F192D9;
}
.AnyTagClassName
{
color: #F192D9;
}
</style>
background-color css
<style>
a { background-color: #F192D9; }
a { background-color: rgb(241,146,217); }
div.DivClassName
{
background-color: #F192D9;
}
.BgClassName
{
background-color: #F192D9;
}
</style>
border-color css
<style>
span { border-color: #F192D9; }
span { border-color: rgb(241,146,217); }
td.TdClassName
{
border-color: #F192D9;
}
.TagClassName
{
border-color: #F192D9;
}
</style>