Shades of Lavender Rose #F592D9
Tints of Lavender Rose #F592D9
RGB
CMYK
RGB Variations
Color information
#F592D9 (or 0xF592D9) is known color: Lavender Rose. HEX triplet: F5, 92 and D9. RGB value is (245,146,217). Sum of RGB (Red+Green+Blue) = 245+146+217=608 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.30% from 608); Green value is 146 (57.42% from 255 or 24.01% from 608); Blue value is 217 (85.16% from 255 or 35.69% from 608); Max value from RGB is 245 - color contains mainly: red. Hex color #F592D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F592D9 is #0A6D26. Grayscale: #B7B7B7. Windows color (decimal): -683303 or 14258933. OLE color: 14258933.
HSL color Cylindrical-coordinate representation of color #F592D9: hue angle of 316.97º 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 #F592D9 is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 146 | 217 | - |
| CMYK | 0 | 0.40 | 0.11 | 0.04 |
| HSL | 316.97º | 0.83% | 0.77% | - |
| HSV(B) | 316.97º | 0.4% | 0.96% | - |
| XYZ | 60.46 | 44.98 | 71.14 | - |
| YUV | 183.7 | 146.8 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 146 | 217 | 0 | 0.40 | 0.11 | 0.04 | 316.97 | 0.83 | 0.77 |
| Hex | F5 | 92 | D9 | 0 | 28 | B | 4 | 13D | 53 | 4D |
| Octal | 365 | 222 | 331 | 0 | 50 | 13 | 4 | 475 | 123 | 115 |
| Binary | 11110101 | 10010010 | 11011001 | 0 | 101000 | 1011 | 100 | 100111101 | 1010011 | 1001101 |
Color Harmonies of #F592D9
Complementary color
Monochromatic Colors of #F592D9
Black with #F592D9
Text Example
Text Example
White with #F592D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F592D9; }
p { color: rgb(245,146,217); }
H1.HeaderClassName
{
color: #F592D9;
}
.AnyTagClassName
{
color: #F592D9;
}
</style>
background-color css
<style>
a { background-color: #F592D9; }
a { background-color: rgb(245,146,217); }
div.DivClassName
{
background-color: #F592D9;
}
.BgClassName
{
background-color: #F592D9;
}
</style>
border-color css
<style>
span { border-color: #F592D9; }
span { border-color: rgb(245,146,217); }
td.TdClassName
{
border-color: #F592D9;
}
.TagClassName
{
border-color: #F592D9;
}
</style>