Shades of Lavender Rose #F393DB
Tints of Lavender Rose #F393DB
RGB
CMYK
RGB Variations
Color information
#F393DB (or 0xF393DB) is known color: Lavender Rose. HEX triplet: F3, 93 and DB. RGB value is (243,147,219). Sum of RGB (Red+Green+Blue) = 243+147+219=609 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.90% from 609); Green value is 147 (57.81% from 255 or 24.14% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 243 - color contains mainly: red. Hex color #F393DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F393DB is #0C6C24. Grayscale: #B7B7B7. Windows color (decimal): -814117 or 14390259. OLE color: 14390259.
HSL color Cylindrical-coordinate representation of color #F393DB: hue angle of 315º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F393DB is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 147 | 219 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.05 |
| HSL | 315º | 0.8% | 0.76% | - |
| HSV(B) | 315º | 0.4% | 0.95% | - |
| XYZ | 60.18 | 45.04 | 72.54 | - |
| YUV | 183.91 | 147.8 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 147 | 219 | 0 | 0.40 | 0.10 | 0.05 | 315 | 0.8 | 0.76 |
| Hex | F3 | 93 | DB | 0 | 28 | A | 5 | 13B | 50 | 4C |
| Octal | 363 | 223 | 333 | 0 | 50 | 12 | 5 | 473 | 120 | 114 |
| Binary | 11110011 | 10010011 | 11011011 | 0 | 101000 | 1010 | 101 | 100111011 | 1010000 | 1001100 |
Color Harmonies of #F393DB
Complementary color
Monochromatic Colors of #F393DB
Black with #F393DB
Text Example
Text Example
White with #F393DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F393DB; }
p { color: rgb(243,147,219); }
H1.HeaderClassName
{
color: #F393DB;
}
.AnyTagClassName
{
color: #F393DB;
}
</style>
background-color css
<style>
a { background-color: #F393DB; }
a { background-color: rgb(243,147,219); }
div.DivClassName
{
background-color: #F393DB;
}
.BgClassName
{
background-color: #F393DB;
}
</style>
border-color css
<style>
span { border-color: #F393DB; }
span { border-color: rgb(243,147,219); }
td.TdClassName
{
border-color: #F393DB;
}
.TagClassName
{
border-color: #F393DB;
}
</style>