Shades of Lavender Rose #F293DB
Tints of Lavender Rose #F293DB
RGB
CMYK
RGB Variations
Color information
#F293DB (or 0xF293DB) is known color: Lavender Rose. HEX triplet: F2, 93 and DB. RGB value is (242,147,219). Sum of RGB (Red+Green+Blue) = 242+147+219=608 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.80% from 608); Green value is 147 (57.81% from 255 or 24.18% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 242 - color contains mainly: red. Hex color #F293DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F293DB is #0D6C24. Grayscale: #B7B7B7. Windows color (decimal): -879653 or 14390258. OLE color: 14390258.
HSL color Cylindrical-coordinate representation of color #F293DB: hue angle of 314.53º degrees, saturation: 0.79, 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 #F293DB is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 147 | 219 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.05 |
| HSL | 314.53º | 0.79% | 0.76% | - |
| HSV(B) | 314.53º | 0.39% | 0.95% | - |
| XYZ | 59.84 | 44.86 | 72.52 | - |
| YUV | 183.61 | 147.97 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 147 | 219 | 0 | 0.39 | 0.10 | 0.05 | 314.53 | 0.79 | 0.76 |
| Hex | F2 | 93 | DB | 0 | 27 | A | 5 | 13B | 4F | 4C |
| Octal | 362 | 223 | 333 | 0 | 47 | 12 | 5 | 473 | 117 | 114 |
| Binary | 11110010 | 10010011 | 11011011 | 0 | 100111 | 1010 | 101 | 100111011 | 1001111 | 1001100 |
Color Harmonies of #F293DB
Complementary color
Monochromatic Colors of #F293DB
Black with #F293DB
Text Example
Text Example
White with #F293DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F293DB; }
p { color: rgb(242,147,219); }
H1.HeaderClassName
{
color: #F293DB;
}
.AnyTagClassName
{
color: #F293DB;
}
</style>
background-color css
<style>
a { background-color: #F293DB; }
a { background-color: rgb(242,147,219); }
div.DivClassName
{
background-color: #F293DB;
}
.BgClassName
{
background-color: #F293DB;
}
</style>
border-color css
<style>
span { border-color: #F293DB; }
span { border-color: rgb(242,147,219); }
td.TdClassName
{
border-color: #F293DB;
}
.TagClassName
{
border-color: #F293DB;
}
</style>