Shades of Lavender Rose #F592D3
Tints of Lavender Rose #F592D3
RGB
CMYK
RGB Variations
Color information
#F592D3 (or 0xF592D3) is known color: Lavender Rose. HEX triplet: F5, 92 and D3. RGB value is (245,146,211). Sum of RGB (Red+Green+Blue) = 245+146+211=602 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.70% from 602); Green value is 146 (57.42% from 255 or 24.25% from 602); Blue value is 211 (82.81% from 255 or 35.05% from 602); Max value from RGB is 245 - color contains mainly: red. Hex color #F592D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F592D3 is #0A6D2C. Grayscale: #B6B6B6. Windows color (decimal): -683309 or 13865717. OLE color: 13865717.
HSL color Cylindrical-coordinate representation of color #F592D3: hue angle of 320.61º 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 #F592D3 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 146 | 211 | - |
| CMYK | 0 | 0.40 | 0.14 | 0.04 |
| HSL | 320.61º | 0.83% | 0.77% | - |
| HSV(B) | 320.61º | 0.4% | 0.96% | - |
| XYZ | 59.69 | 44.67 | 67.1 | - |
| YUV | 183.01 | 143.8 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 146 | 211 | 0 | 0.40 | 0.14 | 0.04 | 320.61 | 0.83 | 0.77 |
| Hex | F5 | 92 | D3 | 0 | 28 | E | 4 | 141 | 53 | 4D |
| Octal | 365 | 222 | 323 | 0 | 50 | 16 | 4 | 501 | 123 | 115 |
| Binary | 11110101 | 10010010 | 11010011 | 0 | 101000 | 1110 | 100 | 101000001 | 1010011 | 1001101 |
Color Harmonies of #F592D3
Complementary color
Monochromatic Colors of #F592D3
Black with #F592D3
Text Example
Text Example
White with #F592D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F592D3; }
p { color: rgb(245,146,211); }
H1.HeaderClassName
{
color: #F592D3;
}
.AnyTagClassName
{
color: #F592D3;
}
</style>
background-color css
<style>
a { background-color: #F592D3; }
a { background-color: rgb(245,146,211); }
div.DivClassName
{
background-color: #F592D3;
}
.BgClassName
{
background-color: #F592D3;
}
</style>
border-color css
<style>
span { border-color: #F592D3; }
span { border-color: rgb(245,146,211); }
td.TdClassName
{
border-color: #F592D3;
}
.TagClassName
{
border-color: #F592D3;
}
</style>