Shades of Lavender Rose #F59FDF
Tints of Lavender Rose #F59FDF
RGB
CMYK
RGB Variations
Color information
#F59FDF (or 0xF59FDF) is known color: Lavender Rose. HEX triplet: F5, 9F and DF. RGB value is (245,159,223). Sum of RGB (Red+Green+Blue) = 245+159+223=627 (83% of max value = 765). Red value is 245 (96.09% from 255 or 39.07% from 627); Green value is 159 (62.5% from 255 or 25.36% from 627); Blue value is 223 (87.5% from 255 or 35.57% from 627); Max value from RGB is 245 - color contains mainly: red. Hex color #F59FDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59FDF is #0A6020. Grayscale: #BFBFBF. Windows color (decimal): -679969 or 14655477. OLE color: 14655477.
HSL color Cylindrical-coordinate representation of color #F59FDF: hue angle of 315.35º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F59FDF is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 159 | 223 | - |
| CMYK | 0 | 0.35 | 0.09 | 0.04 |
| HSL | 315.35º | 0.81% | 0.79% | - |
| HSV(B) | 315.35º | 0.35% | 0.96% | - |
| XYZ | 63.37 | 49.54 | 76.03 | - |
| YUV | 192.01 | 145.49 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 159 | 223 | 0 | 0.35 | 0.09 | 0.04 | 315.35 | 0.81 | 0.79 |
| Hex | F5 | 9F | DF | 0 | 23 | 9 | 4 | 13B | 51 | 4F |
| Octal | 365 | 237 | 337 | 0 | 43 | 11 | 4 | 473 | 121 | 117 |
| Binary | 11110101 | 10011111 | 11011111 | 0 | 100011 | 1001 | 100 | 100111011 | 1010001 | 1001111 |
Color Harmonies of #F59FDF
Complementary color
Monochromatic Colors of #F59FDF
Black with #F59FDF
Text Example
Text Example
White with #F59FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59FDF; }
p { color: rgb(245,159,223); }
H1.HeaderClassName
{
color: #F59FDF;
}
.AnyTagClassName
{
color: #F59FDF;
}
</style>
background-color css
<style>
a { background-color: #F59FDF; }
a { background-color: rgb(245,159,223); }
div.DivClassName
{
background-color: #F59FDF;
}
.BgClassName
{
background-color: #F59FDF;
}
</style>
border-color css
<style>
span { border-color: #F59FDF; }
span { border-color: rgb(245,159,223); }
td.TdClassName
{
border-color: #F59FDF;
}
.TagClassName
{
border-color: #F59FDF;
}
</style>