Shades of Lavender Rose #F596DD
Tints of Lavender Rose #F596DD
RGB
CMYK
RGB Variations
Color information
#F596DD (or 0xF596DD) is known color: Lavender Rose. HEX triplet: F5, 96 and DD. RGB value is (245,150,221). Sum of RGB (Red+Green+Blue) = 245+150+221=616 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.77% from 616); Green value is 150 (58.98% from 255 or 24.35% from 616); Blue value is 221 (86.72% from 255 or 35.88% from 616); Max value from RGB is 245 - color contains mainly: red. Hex color #F596DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F596DD is #0A6922. Grayscale: #BABABA. Windows color (decimal): -682275 or 14522101. OLE color: 14522101.
HSL color Cylindrical-coordinate representation of color #F596DD: hue angle of 315.16º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F596DD is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 150 | 221 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.04 |
| HSL | 315.16º | 0.83% | 0.77% | - |
| HSV(B) | 315.16º | 0.39% | 0.96% | - |
| XYZ | 61.61 | 46.45 | 74.12 | - |
| YUV | 186.5 | 147.47 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 150 | 221 | 0 | 0.39 | 0.10 | 0.04 | 315.16 | 0.83 | 0.77 |
| Hex | F5 | 96 | DD | 0 | 27 | A | 4 | 13B | 53 | 4D |
| Octal | 365 | 226 | 335 | 0 | 47 | 12 | 4 | 473 | 123 | 115 |
| Binary | 11110101 | 10010110 | 11011101 | 0 | 100111 | 1010 | 100 | 100111011 | 1010011 | 1001101 |
Color Harmonies of #F596DD
Complementary color
Monochromatic Colors of #F596DD
Black with #F596DD
Text Example
Text Example
White with #F596DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F596DD; }
p { color: rgb(245,150,221); }
H1.HeaderClassName
{
color: #F596DD;
}
.AnyTagClassName
{
color: #F596DD;
}
</style>
background-color css
<style>
a { background-color: #F596DD; }
a { background-color: rgb(245,150,221); }
div.DivClassName
{
background-color: #F596DD;
}
.BgClassName
{
background-color: #F596DD;
}
</style>
border-color css
<style>
span { border-color: #F596DD; }
span { border-color: rgb(245,150,221); }
td.TdClassName
{
border-color: #F596DD;
}
.TagClassName
{
border-color: #F596DD;
}
</style>