Shades of Lavender Rose #F593E2
Tints of Lavender Rose #F593E2
RGB
CMYK
RGB Variations
Color information
#F593E2 (or 0xF593E2) is known color: Lavender Rose. HEX triplet: F5, 93 and E2. RGB value is (245,147,226). Sum of RGB (Red+Green+Blue) = 245+147+226=618 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.64% from 618); Green value is 147 (57.81% from 255 or 23.79% from 618); Blue value is 226 (88.67% from 255 or 36.57% from 618); Max value from RGB is 245 - color contains mainly: red. Hex color #F593E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F593E2 is #0A6C1D. Grayscale: #B9B9B9. Windows color (decimal): -683038 or 14849013. OLE color: 14849013.
HSL color Cylindrical-coordinate representation of color #F593E2: hue angle of 311.63º 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 #F593E2 is Cyan = 0, Magento = 0.4, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 147 | 226 | - |
| CMYK | 0 | 0.4 | 0.08 | 0.04 |
| HSL | 311.63º | 0.83% | 0.77% | - |
| HSV(B) | 311.63º | 0.4% | 0.96% | - |
| XYZ | 61.82 | 45.77 | 77.53 | - |
| YUV | 185.31 | 150.97 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 147 | 226 | 0 | 0.4 | 0.08 | 0.04 | 311.63 | 0.83 | 0.77 |
| Hex | F5 | 93 | E2 | 0 | 28 | 8 | 4 | 138 | 53 | 4D |
| Octal | 365 | 223 | 342 | 0 | 50 | 10 | 4 | 470 | 123 | 115 |
| Binary | 11110101 | 10010011 | 11100010 | 0 | 101000 | 1000 | 100 | 100111000 | 1010011 | 1001101 |
Color Harmonies of #F593E2
Complementary color
Monochromatic Colors of #F593E2
Black with #F593E2
Text Example
Text Example
White with #F593E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F593E2; }
p { color: rgb(245,147,226); }
H1.HeaderClassName
{
color: #F593E2;
}
.AnyTagClassName
{
color: #F593E2;
}
</style>
background-color css
<style>
a { background-color: #F593E2; }
a { background-color: rgb(245,147,226); }
div.DivClassName
{
background-color: #F593E2;
}
.BgClassName
{
background-color: #F593E2;
}
</style>
border-color css
<style>
span { border-color: #F593E2; }
span { border-color: rgb(245,147,226); }
td.TdClassName
{
border-color: #F593E2;
}
.TagClassName
{
border-color: #F593E2;
}
</style>