Shades of Lavender Rose #F592DF
Tints of Lavender Rose #F592DF
RGB
CMYK
RGB Variations
Color information
#F592DF (or 0xF592DF) is known color: Lavender Rose. HEX triplet: F5, 92 and DF. RGB value is (245,146,223). Sum of RGB (Red+Green+Blue) = 245+146+223=614 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.90% from 614); Green value is 146 (57.42% from 255 or 23.78% from 614); Blue value is 223 (87.5% from 255 or 36.32% from 614); Max value from RGB is 245 - color contains mainly: red. Hex color #F592DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F592DF is #0A6D20. Grayscale: #B8B8B8. Windows color (decimal): -683297 or 14652149. OLE color: 14652149.
HSL color Cylindrical-coordinate representation of color #F592DF: hue angle of 313.33º 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 #F592DF is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 146 | 223 | - |
| CMYK | 0 | 0.40 | 0.09 | 0.04 |
| HSL | 313.33º | 0.83% | 0.77% | - |
| HSV(B) | 313.33º | 0.4% | 0.96% | - |
| XYZ | 61.25 | 45.3 | 75.33 | - |
| YUV | 184.38 | 149.8 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 146 | 223 | 0 | 0.40 | 0.09 | 0.04 | 313.33 | 0.83 | 0.77 |
| Hex | F5 | 92 | DF | 0 | 28 | 9 | 4 | 139 | 53 | 4D |
| Octal | 365 | 222 | 337 | 0 | 50 | 11 | 4 | 471 | 123 | 115 |
| Binary | 11110101 | 10010010 | 11011111 | 0 | 101000 | 1001 | 100 | 100111001 | 1010011 | 1001101 |
Color Harmonies of #F592DF
Complementary color
Monochromatic Colors of #F592DF
Black with #F592DF
Text Example
Text Example
White with #F592DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F592DF; }
p { color: rgb(245,146,223); }
H1.HeaderClassName
{
color: #F592DF;
}
.AnyTagClassName
{
color: #F592DF;
}
</style>
background-color css
<style>
a { background-color: #F592DF; }
a { background-color: rgb(245,146,223); }
div.DivClassName
{
background-color: #F592DF;
}
.BgClassName
{
background-color: #F592DF;
}
</style>
border-color css
<style>
span { border-color: #F592DF; }
span { border-color: rgb(245,146,223); }
td.TdClassName
{
border-color: #F592DF;
}
.TagClassName
{
border-color: #F592DF;
}
</style>