Shades of Lavender Rose #F394DF
Tints of Lavender Rose #F394DF
RGB
CMYK
RGB Variations
Color information
#F394DF (or 0xF394DF) is known color: Lavender Rose. HEX triplet: F3, 94 and DF. RGB value is (243,148,223). Sum of RGB (Red+Green+Blue) = 243+148+223=614 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.58% from 614); Green value is 148 (58.20% from 255 or 24.10% from 614); Blue value is 223 (87.5% from 255 or 36.32% from 614); Max value from RGB is 243 - color contains mainly: red. Hex color #F394DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F394DF is #0C6B20. Grayscale: #B8B8B8. Windows color (decimal): -813857 or 14652659. OLE color: 14652659.
HSL color Cylindrical-coordinate representation of color #F394DF: hue angle of 312.63º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F394DF is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 148 | 223 | - |
| CMYK | 0 | 0.39 | 0.08 | 0.05 |
| HSL | 312.63º | 0.8% | 0.77% | - |
| HSV(B) | 312.63º | 0.39% | 0.95% | - |
| XYZ | 60.87 | 45.56 | 75.4 | - |
| YUV | 184.96 | 149.47 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 148 | 223 | 0 | 0.39 | 0.08 | 0.05 | 312.63 | 0.8 | 0.77 |
| Hex | F3 | 94 | DF | 0 | 27 | 8 | 5 | 139 | 50 | 4D |
| Octal | 363 | 224 | 337 | 0 | 47 | 10 | 5 | 471 | 120 | 115 |
| Binary | 11110011 | 10010100 | 11011111 | 0 | 100111 | 1000 | 101 | 100111001 | 1010000 | 1001101 |
Color Harmonies of #F394DF
Complementary color
Monochromatic Colors of #F394DF
Black with #F394DF
Text Example
Text Example
White with #F394DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F394DF; }
p { color: rgb(243,148,223); }
H1.HeaderClassName
{
color: #F394DF;
}
.AnyTagClassName
{
color: #F394DF;
}
</style>
background-color css
<style>
a { background-color: #F394DF; }
a { background-color: rgb(243,148,223); }
div.DivClassName
{
background-color: #F394DF;
}
.BgClassName
{
background-color: #F394DF;
}
</style>
border-color css
<style>
span { border-color: #F394DF; }
span { border-color: rgb(243,148,223); }
td.TdClassName
{
border-color: #F394DF;
}
.TagClassName
{
border-color: #F394DF;
}
</style>