Shades of Lavender Rose #F593DB
Tints of Lavender Rose #F593DB
RGB
CMYK
RGB Variations
Color information
#F593DB (or 0xF593DB) is known color: Lavender Rose. HEX triplet: F5, 93 and DB. RGB value is (245,147,219). Sum of RGB (Red+Green+Blue) = 245+147+219=611 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.10% from 611); Green value is 147 (57.81% from 255 or 24.06% from 611); Blue value is 219 (85.94% from 255 or 35.84% from 611); Max value from RGB is 245 - color contains mainly: red. Hex color #F593DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F593DB is #0A6C24. Grayscale: #B8B8B8. Windows color (decimal): -683045 or 14390261. OLE color: 14390261.
HSL color Cylindrical-coordinate representation of color #F593DB: hue angle of 315.92º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F593DB is Cyan = 0, Magento = 0.4, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 147 | 219 | - |
CMYK | 0 | 0.4 | 0.11 | 0.04 |
HSL | 315.92º | 0.83% | 0.77% | - |
HSV(B) | 315.92º | 0.4% | 0.96% | - |
XYZ | 60.88 | 45.39 | 72.57 | - |
YUV | 184.51 | 147.47 | 171.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 147 | 219 | 0 | 0.4 | 0.11 | 0.04 | 315.92 | 0.83 | 0.77 |
Hex | F5 | 93 | DB | 0 | 28 | B | 4 | 13C | 53 | 4D |
Octal | 365 | 223 | 333 | 0 | 50 | 13 | 4 | 474 | 123 | 115 |
Binary | 11110101 | 10010011 | 11011011 | 0 | 101000 | 1011 | 100 | 100111100 | 1010011 | 1001101 |
Color Harmonies of #F593DB
Complementary color
Monochromatic Colors of #F593DB
Black with #F593DB
Text Example
Text Example
White with #F593DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F593DB; }
p { color: rgb(245,147,219); }
H1.HeaderClassName
{
color: #F593DB;
}
.AnyTagClassName
{
color: #F593DB;
}
</style>
background-color css
<style>
a { background-color: #F593DB; }
a { background-color: rgb(245,147,219); }
div.DivClassName
{
background-color: #F593DB;
}
.BgClassName
{
background-color: #F593DB;
}
</style>
border-color css
<style>
span { border-color: #F593DB; }
span { border-color: rgb(245,147,219); }
td.TdClassName
{
border-color: #F593DB;
}
.TagClassName
{
border-color: #F593DB;
}
</style>