Shades of Lavender Rose #F093DB
Tints of Lavender Rose #F093DB
RGB
CMYK
RGB Variations
Color information
#F093DB (or 0xF093DB) is known color: Lavender Rose. HEX triplet: F0, 93 and DB. RGB value is (240,147,219). Sum of RGB (Red+Green+Blue) = 240+147+219=606 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.60% from 606); Green value is 147 (57.81% from 255 or 24.26% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 240 - color contains mainly: red. Hex color #F093DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F093DB is #0F6C24. Grayscale: #B6B6B6. Windows color (decimal): -1010725 or 14390256. OLE color: 14390256.
HSL color Cylindrical-coordinate representation of color #F093DB: hue angle of 313.55º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F093DB is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 147 | 219 | - |
| CMYK | 0 | 0.39 | 0.09 | 0.06 |
| HSL | 313.55º | 0.76% | 0.76% | - |
| HSV(B) | 313.55º | 0.39% | 0.94% | - |
| XYZ | 59.16 | 44.51 | 72.49 | - |
| YUV | 183.02 | 148.31 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 147 | 219 | 0 | 0.39 | 0.09 | 0.06 | 313.55 | 0.76 | 0.76 |
| Hex | F0 | 93 | DB | 0 | 27 | 9 | 6 | 13A | 4C | 4C |
| Octal | 360 | 223 | 333 | 0 | 47 | 11 | 6 | 472 | 114 | 114 |
| Binary | 11110000 | 10010011 | 11011011 | 0 | 100111 | 1001 | 110 | 100111010 | 1001100 | 1001100 |
Color Harmonies of #F093DB
Complementary color
Monochromatic Colors of #F093DB
Black with #F093DB
Text Example
Text Example
White with #F093DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F093DB; }
p { color: rgb(240,147,219); }
H1.HeaderClassName
{
color: #F093DB;
}
.AnyTagClassName
{
color: #F093DB;
}
</style>
background-color css
<style>
a { background-color: #F093DB; }
a { background-color: rgb(240,147,219); }
div.DivClassName
{
background-color: #F093DB;
}
.BgClassName
{
background-color: #F093DB;
}
</style>
border-color css
<style>
span { border-color: #F093DB; }
span { border-color: rgb(240,147,219); }
td.TdClassName
{
border-color: #F093DB;
}
.TagClassName
{
border-color: #F093DB;
}
</style>