Shades of Lavender Rose #F593D3
Tints of Lavender Rose #F593D3
RGB
CMYK
RGB Variations
Color information
#F593D3 (or 0xF593D3) is known color: Lavender Rose. HEX triplet: F5, 93 and D3. RGB value is (245,147,211). Sum of RGB (Red+Green+Blue) = 245+147+211=603 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.63% from 603); Green value is 147 (57.81% from 255 or 24.38% from 603); Blue value is 211 (82.81% from 255 or 34.99% from 603); Max value from RGB is 245 - color contains mainly: red. Hex color #F593D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F593D3 is #0A6C2C. Grayscale: #B7B7B7. Windows color (decimal): -683053 or 13865973. OLE color: 13865973.
HSL color Cylindrical-coordinate representation of color #F593D3: hue angle of 320.82º 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 #F593D3 is Cyan = 0, Magento = 0.4, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 147 | 211 | - |
| CMYK | 0 | 0.4 | 0.14 | 0.04 |
| HSL | 320.82º | 0.83% | 0.77% | - |
| HSV(B) | 320.82º | 0.4% | 0.96% | - |
| XYZ | 59.85 | 44.98 | 67.16 | - |
| YUV | 183.6 | 143.47 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 147 | 211 | 0 | 0.4 | 0.14 | 0.04 | 320.82 | 0.83 | 0.77 |
| Hex | F5 | 93 | D3 | 0 | 28 | E | 4 | 141 | 53 | 4D |
| Octal | 365 | 223 | 323 | 0 | 50 | 16 | 4 | 501 | 123 | 115 |
| Binary | 11110101 | 10010011 | 11010011 | 0 | 101000 | 1110 | 100 | 101000001 | 1010011 | 1001101 |
Color Harmonies of #F593D3
Complementary color
Monochromatic Colors of #F593D3
Black with #F593D3
Text Example
Text Example
White with #F593D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F593D3; }
p { color: rgb(245,147,211); }
H1.HeaderClassName
{
color: #F593D3;
}
.AnyTagClassName
{
color: #F593D3;
}
</style>
background-color css
<style>
a { background-color: #F593D3; }
a { background-color: rgb(245,147,211); }
div.DivClassName
{
background-color: #F593D3;
}
.BgClassName
{
background-color: #F593D3;
}
</style>
border-color css
<style>
span { border-color: #F593D3; }
span { border-color: rgb(245,147,211); }
td.TdClassName
{
border-color: #F593D3;
}
.TagClassName
{
border-color: #F593D3;
}
</style>