Shades of Lavender Rose #F193DF
Tints of Lavender Rose #F193DF
RGB
CMYK
RGB Variations
Color information
#F193DF (or 0xF193DF) is known color: Lavender Rose. HEX triplet: F1, 93 and DF. RGB value is (241,147,223). Sum of RGB (Red+Green+Blue) = 241+147+223=611 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.44% from 611); Green value is 147 (57.81% from 255 or 24.06% from 611); Blue value is 223 (87.5% from 255 or 36.50% from 611); Max value from RGB is 241 - color contains mainly: red. Hex color #F193DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F193DF is #0E6C20. Grayscale: #B7B7B7. Windows color (decimal): -945185 or 14652401. OLE color: 14652401.
HSL color Cylindrical-coordinate representation of color #F193DF: hue angle of 311.49º 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 #F193DF is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 147 | 223 | - |
| CMYK | 0 | 0.39 | 0.07 | 0.05 |
| HSL | 311.49º | 0.77% | 0.76% | - |
| HSV(B) | 311.49º | 0.39% | 0.95% | - |
| XYZ | 60.03 | 44.9 | 75.31 | - |
| YUV | 183.77 | 150.14 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 147 | 223 | 0 | 0.39 | 0.07 | 0.05 | 311.49 | 0.77 | 0.76 |
| Hex | F1 | 93 | DF | 0 | 27 | 7 | 5 | 137 | 4D | 4C |
| Octal | 361 | 223 | 337 | 0 | 47 | 7 | 5 | 467 | 115 | 114 |
| Binary | 11110001 | 10010011 | 11011111 | 0 | 100111 | 111 | 101 | 100110111 | 1001101 | 1001100 |
Color Harmonies of #F193DF
Complementary color
Monochromatic Colors of #F193DF
Black with #F193DF
Text Example
Text Example
White with #F193DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F193DF; }
p { color: rgb(241,147,223); }
H1.HeaderClassName
{
color: #F193DF;
}
.AnyTagClassName
{
color: #F193DF;
}
</style>
background-color css
<style>
a { background-color: #F193DF; }
a { background-color: rgb(241,147,223); }
div.DivClassName
{
background-color: #F193DF;
}
.BgClassName
{
background-color: #F193DF;
}
</style>
border-color css
<style>
span { border-color: #F193DF; }
span { border-color: rgb(241,147,223); }
td.TdClassName
{
border-color: #F193DF;
}
.TagClassName
{
border-color: #F193DF;
}
</style>