Shades of Lavender Rose #F593D6
Tints of Lavender Rose #F593D6
RGB
CMYK
RGB Variations
Color information
#F593D6 (or 0xF593D6) is known color: Lavender Rose. HEX triplet: F5, 93 and D6. RGB value is (245,147,214). Sum of RGB (Red+Green+Blue) = 245+147+214=606 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.43% from 606); Green value is 147 (57.81% from 255 or 24.26% from 606); Blue value is 214 (83.98% from 255 or 35.31% from 606); Max value from RGB is 245 - color contains mainly: red. Hex color #F593D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F593D6 is #0A6C29. Grayscale: #B7B7B7. Windows color (decimal): -683050 or 14062581. OLE color: 14062581.
HSL color Cylindrical-coordinate representation of color #F593D6: hue angle of 318.98º 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 #F593D6 is Cyan = 0, Magento = 0.4, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 147 | 214 | - |
| CMYK | 0 | 0.4 | 0.13 | 0.04 |
| HSL | 318.98º | 0.83% | 0.77% | - |
| HSV(B) | 318.98º | 0.4% | 0.96% | - |
| XYZ | 60.23 | 45.13 | 69.16 | - |
| YUV | 183.94 | 144.97 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 147 | 214 | 0 | 0.4 | 0.13 | 0.04 | 318.98 | 0.83 | 0.77 |
| Hex | F5 | 93 | D6 | 0 | 28 | D | 4 | 13F | 53 | 4D |
| Octal | 365 | 223 | 326 | 0 | 50 | 15 | 4 | 477 | 123 | 115 |
| Binary | 11110101 | 10010011 | 11010110 | 0 | 101000 | 1101 | 100 | 100111111 | 1010011 | 1001101 |
Color Harmonies of #F593D6
Complementary color
Monochromatic Colors of #F593D6
Black with #F593D6
Text Example
Text Example
White with #F593D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F593D6; }
p { color: rgb(245,147,214); }
H1.HeaderClassName
{
color: #F593D6;
}
.AnyTagClassName
{
color: #F593D6;
}
</style>
background-color css
<style>
a { background-color: #F593D6; }
a { background-color: rgb(245,147,214); }
div.DivClassName
{
background-color: #F593D6;
}
.BgClassName
{
background-color: #F593D6;
}
</style>
border-color css
<style>
span { border-color: #F593D6; }
span { border-color: rgb(245,147,214); }
td.TdClassName
{
border-color: #F593D6;
}
.TagClassName
{
border-color: #F593D6;
}
</style>