Shades of Lavender Rose #F592DB
Tints of Lavender Rose #F592DB
RGB
CMYK
RGB Variations
Color information
#F592DB (or 0xF592DB) is known color: Lavender Rose. HEX triplet: F5, 92 and DB. RGB value is (245,146,219). Sum of RGB (Red+Green+Blue) = 245+146+219=610 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.16% from 610); Green value is 146 (57.42% from 255 or 23.93% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 245 - color contains mainly: red. Hex color #F592DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F592DB is #0A6D24. Grayscale: #B7B7B7. Windows color (decimal): -683301 or 14390005. OLE color: 14390005.
HSL color Cylindrical-coordinate representation of color #F592DB: hue angle of 315.76º 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 #F592DB is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 146 | 219 | - |
| CMYK | 0 | 0.40 | 0.11 | 0.04 |
| HSL | 315.76º | 0.83% | 0.77% | - |
| HSV(B) | 315.76º | 0.4% | 0.96% | - |
| XYZ | 60.72 | 45.08 | 72.52 | - |
| YUV | 183.92 | 147.8 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 146 | 219 | 0 | 0.40 | 0.11 | 0.04 | 315.76 | 0.83 | 0.77 |
| Hex | F5 | 92 | DB | 0 | 28 | B | 4 | 13C | 53 | 4D |
| Octal | 365 | 222 | 333 | 0 | 50 | 13 | 4 | 474 | 123 | 115 |
| Binary | 11110101 | 10010010 | 11011011 | 0 | 101000 | 1011 | 100 | 100111100 | 1010011 | 1001101 |
Color Harmonies of #F592DB
Complementary color
Monochromatic Colors of #F592DB
Black with #F592DB
Text Example
Text Example
White with #F592DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F592DB; }
p { color: rgb(245,146,219); }
H1.HeaderClassName
{
color: #F592DB;
}
.AnyTagClassName
{
color: #F592DB;
}
</style>
background-color css
<style>
a { background-color: #F592DB; }
a { background-color: rgb(245,146,219); }
div.DivClassName
{
background-color: #F592DB;
}
.BgClassName
{
background-color: #F592DB;
}
</style>
border-color css
<style>
span { border-color: #F592DB; }
span { border-color: rgb(245,146,219); }
td.TdClassName
{
border-color: #F592DB;
}
.TagClassName
{
border-color: #F592DB;
}
</style>