Shades of Lavender Rose #F592DD
Tints of Lavender Rose #F592DD
RGB
CMYK
RGB Variations
Color information
#F592DD (or 0xF592DD) is known color: Lavender Rose. HEX triplet: F5, 92 and DD. RGB value is (245,146,221). Sum of RGB (Red+Green+Blue) = 245+146+221=612 (81% of max value = 765). Red value is 245 (96.09% from 255 or 40.03% from 612); Green value is 146 (57.42% from 255 or 23.86% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 245 - color contains mainly: red. Hex color #F592DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F592DD is #0A6D22. Grayscale: #B7B7B7. Windows color (decimal): -683299 or 14521077. OLE color: 14521077.
HSL color Cylindrical-coordinate representation of color #F592DD: hue angle of 314.55º 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 #F592DD is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 146 | 221 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.04 |
| HSL | 314.55º | 0.83% | 0.77% | - |
| HSV(B) | 314.55º | 0.4% | 0.96% | - |
| XYZ | 60.99 | 45.19 | 73.91 | - |
| YUV | 184.15 | 148.8 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 146 | 221 | 0 | 0.40 | 0.10 | 0.04 | 314.55 | 0.83 | 0.77 |
| Hex | F5 | 92 | DD | 0 | 28 | A | 4 | 13B | 53 | 4D |
| Octal | 365 | 222 | 335 | 0 | 50 | 12 | 4 | 473 | 123 | 115 |
| Binary | 11110101 | 10010010 | 11011101 | 0 | 101000 | 1010 | 100 | 100111011 | 1010011 | 1001101 |
Color Harmonies of #F592DD
Complementary color
Monochromatic Colors of #F592DD
Black with #F592DD
Text Example
Text Example
White with #F592DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F592DD; }
p { color: rgb(245,146,221); }
H1.HeaderClassName
{
color: #F592DD;
}
.AnyTagClassName
{
color: #F592DD;
}
</style>
background-color css
<style>
a { background-color: #F592DD; }
a { background-color: rgb(245,146,221); }
div.DivClassName
{
background-color: #F592DD;
}
.BgClassName
{
background-color: #F592DD;
}
</style>
border-color css
<style>
span { border-color: #F592DD; }
span { border-color: rgb(245,146,221); }
td.TdClassName
{
border-color: #F592DD;
}
.TagClassName
{
border-color: #F592DD;
}
</style>