Shades of Lavender Rose #F593DA
Tints of Lavender Rose #F593DA
RGB
CMYK
RGB Variations
Color information
#F593DA (or 0xF593DA) is known color: Lavender Rose. HEX triplet: F5, 93 and DA. RGB value is (245,147,218). Sum of RGB (Red+Green+Blue) = 245+147+218=610 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.16% from 610); Green value is 147 (57.81% from 255 or 24.10% from 610); Blue value is 218 (85.55% from 255 or 35.74% from 610); Max value from RGB is 245 - color contains mainly: red. Hex color #F593DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F593DA is #0A6C25. Grayscale: #B8B8B8. Windows color (decimal): -683046 or 14324725. OLE color: 14324725.
HSL color Cylindrical-coordinate representation of color #F593DA: hue angle of 316.53º 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 #F593DA is Cyan = 0, Magento = 0.4, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 147 | 218 | - |
| CMYK | 0 | 0.4 | 0.11 | 0.04 |
| HSL | 316.53º | 0.83% | 0.77% | - |
| HSV(B) | 316.53º | 0.4% | 0.96% | - |
| XYZ | 60.74 | 45.34 | 71.88 | - |
| YUV | 184.4 | 146.97 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 147 | 218 | 0 | 0.4 | 0.11 | 0.04 | 316.53 | 0.83 | 0.77 |
| Hex | F5 | 93 | DA | 0 | 28 | B | 4 | 13D | 53 | 4D |
| Octal | 365 | 223 | 332 | 0 | 50 | 13 | 4 | 475 | 123 | 115 |
| Binary | 11110101 | 10010011 | 11011010 | 0 | 101000 | 1011 | 100 | 100111101 | 1010011 | 1001101 |
Color Harmonies of #F593DA
Complementary color
Monochromatic Colors of #F593DA
Black with #F593DA
Text Example
Text Example
White with #F593DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F593DA; }
p { color: rgb(245,147,218); }
H1.HeaderClassName
{
color: #F593DA;
}
.AnyTagClassName
{
color: #F593DA;
}
</style>
background-color css
<style>
a { background-color: #F593DA; }
a { background-color: rgb(245,147,218); }
div.DivClassName
{
background-color: #F593DA;
}
.BgClassName
{
background-color: #F593DA;
}
</style>
border-color css
<style>
span { border-color: #F593DA; }
span { border-color: rgb(245,147,218); }
td.TdClassName
{
border-color: #F593DA;
}
.TagClassName
{
border-color: #F593DA;
}
</style>