Shades of Lavender Rose #F595DE
Tints of Lavender Rose #F595DE
RGB
CMYK
RGB Variations
Color information
#F595DE (or 0xF595DE) is known color: Lavender Rose. HEX triplet: F5, 95 and DE. RGB value is (245,149,222). Sum of RGB (Red+Green+Blue) = 245+149+222=616 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.77% from 616); Green value is 149 (58.59% from 255 or 24.19% from 616); Blue value is 222 (87.11% from 255 or 36.04% from 616); Max value from RGB is 245 - color contains mainly: red. Hex color #F595DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F595DE is #0A6A21. Grayscale: #B9B9B9. Windows color (decimal): -682530 or 14587381. OLE color: 14587381.
HSL color Cylindrical-coordinate representation of color #F595DE: hue angle of 314.38º 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 #F595DE is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 149 | 222 | - |
| CMYK | 0 | 0.39 | 0.09 | 0.04 |
| HSL | 314.38º | 0.83% | 0.77% | - |
| HSV(B) | 314.38º | 0.39% | 0.96% | - |
| XYZ | 61.59 | 46.18 | 74.78 | - |
| YUV | 186.03 | 148.3 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 149 | 222 | 0 | 0.39 | 0.09 | 0.04 | 314.38 | 0.83 | 0.77 |
| Hex | F5 | 95 | DE | 0 | 27 | 9 | 4 | 13A | 53 | 4D |
| Octal | 365 | 225 | 336 | 0 | 47 | 11 | 4 | 472 | 123 | 115 |
| Binary | 11110101 | 10010101 | 11011110 | 0 | 100111 | 1001 | 100 | 100111010 | 1010011 | 1001101 |
Color Harmonies of #F595DE
Complementary color
Monochromatic Colors of #F595DE
Black with #F595DE
Text Example
Text Example
White with #F595DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F595DE; }
p { color: rgb(245,149,222); }
H1.HeaderClassName
{
color: #F595DE;
}
.AnyTagClassName
{
color: #F595DE;
}
</style>
background-color css
<style>
a { background-color: #F595DE; }
a { background-color: rgb(245,149,222); }
div.DivClassName
{
background-color: #F595DE;
}
.BgClassName
{
background-color: #F595DE;
}
</style>
border-color css
<style>
span { border-color: #F595DE; }
span { border-color: rgb(245,149,222); }
td.TdClassName
{
border-color: #F595DE;
}
.TagClassName
{
border-color: #F595DE;
}
</style>