Shades of Lavender Rose #F593D9
Tints of Lavender Rose #F593D9
RGB
CMYK
RGB Variations
Color information
#F593D9 (or 0xF593D9) is known color: Lavender Rose. HEX triplet: F5, 93 and D9. RGB value is (245,147,217). Sum of RGB (Red+Green+Blue) = 245+147+217=609 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.23% from 609); Green value is 147 (57.81% from 255 or 24.14% from 609); Blue value is 217 (85.16% from 255 or 35.63% from 609); Max value from RGB is 245 - color contains mainly: red. Hex color #F593D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F593D9 is #0A6C26. Grayscale: #B8B8B8. Windows color (decimal): -683047 or 14259189. OLE color: 14259189.
HSL color Cylindrical-coordinate representation of color #F593D9: hue angle of 317.14º 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 #F593D9 is Cyan = 0, Magento = 0.4, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 147 | 217 | - |
| CMYK | 0 | 0.4 | 0.11 | 0.04 |
| HSL | 317.14º | 0.83% | 0.77% | - |
| HSV(B) | 317.14º | 0.4% | 0.96% | - |
| XYZ | 60.61 | 45.29 | 71.19 | - |
| YUV | 184.28 | 146.47 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 147 | 217 | 0 | 0.4 | 0.11 | 0.04 | 317.14 | 0.83 | 0.77 |
| Hex | F5 | 93 | D9 | 0 | 28 | B | 4 | 13D | 53 | 4D |
| Octal | 365 | 223 | 331 | 0 | 50 | 13 | 4 | 475 | 123 | 115 |
| Binary | 11110101 | 10010011 | 11011001 | 0 | 101000 | 1011 | 100 | 100111101 | 1010011 | 1001101 |
Color Harmonies of #F593D9
Complementary color
Monochromatic Colors of #F593D9
Black with #F593D9
Text Example
Text Example
White with #F593D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F593D9; }
p { color: rgb(245,147,217); }
H1.HeaderClassName
{
color: #F593D9;
}
.AnyTagClassName
{
color: #F593D9;
}
</style>
background-color css
<style>
a { background-color: #F593D9; }
a { background-color: rgb(245,147,217); }
div.DivClassName
{
background-color: #F593D9;
}
.BgClassName
{
background-color: #F593D9;
}
</style>
border-color css
<style>
span { border-color: #F593D9; }
span { border-color: rgb(245,147,217); }
td.TdClassName
{
border-color: #F593D9;
}
.TagClassName
{
border-color: #F593D9;
}
</style>