Shades of Lavender Rose #F592DA
Tints of Lavender Rose #F592DA
RGB
CMYK
RGB Variations
Color information
#F592DA (or 0xF592DA) is known color: Lavender Rose. HEX triplet: F5, 92 and DA. RGB value is (245,146,218). Sum of RGB (Red+Green+Blue) = 245+146+218=609 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.23% from 609); Green value is 146 (57.42% from 255 or 23.97% from 609); Blue value is 218 (85.55% from 255 or 35.80% from 609); Max value from RGB is 245 - color contains mainly: red. Hex color #F592DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F592DA is #0A6D25. Grayscale: #B7B7B7. Windows color (decimal): -683302 or 14324469. OLE color: 14324469.
HSL color Cylindrical-coordinate representation of color #F592DA: hue angle of 316.36º 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 #F592DA is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 146 | 218 | - |
| CMYK | 0 | 0.40 | 0.11 | 0.04 |
| HSL | 316.36º | 0.83% | 0.77% | - |
| HSV(B) | 316.36º | 0.4% | 0.96% | - |
| XYZ | 60.59 | 45.03 | 71.83 | - |
| YUV | 183.81 | 147.3 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 146 | 218 | 0 | 0.40 | 0.11 | 0.04 | 316.36 | 0.83 | 0.77 |
| Hex | F5 | 92 | DA | 0 | 28 | B | 4 | 13C | 53 | 4D |
| Octal | 365 | 222 | 332 | 0 | 50 | 13 | 4 | 474 | 123 | 115 |
| Binary | 11110101 | 10010010 | 11011010 | 0 | 101000 | 1011 | 100 | 100111100 | 1010011 | 1001101 |
Color Harmonies of #F592DA
Complementary color
Monochromatic Colors of #F592DA
Black with #F592DA
Text Example
Text Example
White with #F592DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F592DA; }
p { color: rgb(245,146,218); }
H1.HeaderClassName
{
color: #F592DA;
}
.AnyTagClassName
{
color: #F592DA;
}
</style>
background-color css
<style>
a { background-color: #F592DA; }
a { background-color: rgb(245,146,218); }
div.DivClassName
{
background-color: #F592DA;
}
.BgClassName
{
background-color: #F592DA;
}
</style>
border-color css
<style>
span { border-color: #F592DA; }
span { border-color: rgb(245,146,218); }
td.TdClassName
{
border-color: #F592DA;
}
.TagClassName
{
border-color: #F592DA;
}
</style>