Shades of Lavender Rose #F59AD2
Tints of Lavender Rose #F59AD2
RGB
CMYK
RGB Variations
Color information
#F59AD2 (or 0xF59AD2) is known color: Lavender Rose. HEX triplet: F5, 9A and D2. RGB value is (245,154,210). Sum of RGB (Red+Green+Blue) = 245+154+210=609 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.23% from 609); Green value is 154 (60.55% from 255 or 25.29% from 609); Blue value is 210 (82.42% from 255 or 34.48% from 609); Max value from RGB is 245 - color contains mainly: red. Hex color #F59AD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59AD2 is #0A652D. Grayscale: #BBBBBB. Windows color (decimal): -681262 or 13802229. OLE color: 13802229.
HSL color Cylindrical-coordinate representation of color #F59AD2: hue angle of 323.08º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F59AD2 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 154 | 210 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.04 |
| HSL | 323.08º | 0.82% | 0.78% | - |
| HSV(B) | 323.08º | 0.37% | 0.96% | - |
| XYZ | 60.84 | 47.18 | 66.87 | - |
| YUV | 187.59 | 140.65 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 154 | 210 | 0 | 0.37 | 0.14 | 0.04 | 323.08 | 0.82 | 0.78 |
| Hex | F5 | 9A | D2 | 0 | 25 | E | 4 | 143 | 52 | 4E |
| Octal | 365 | 232 | 322 | 0 | 45 | 16 | 4 | 503 | 122 | 116 |
| Binary | 11110101 | 10011010 | 11010010 | 0 | 100101 | 1110 | 100 | 101000011 | 1010010 | 1001110 |
Color Harmonies of #F59AD2
Complementary color
Monochromatic Colors of #F59AD2
Black with #F59AD2
Text Example
Text Example
White with #F59AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59AD2; }
p { color: rgb(245,154,210); }
H1.HeaderClassName
{
color: #F59AD2;
}
.AnyTagClassName
{
color: #F59AD2;
}
</style>
background-color css
<style>
a { background-color: #F59AD2; }
a { background-color: rgb(245,154,210); }
div.DivClassName
{
background-color: #F59AD2;
}
.BgClassName
{
background-color: #F59AD2;
}
</style>
border-color css
<style>
span { border-color: #F59AD2; }
span { border-color: rgb(245,154,210); }
td.TdClassName
{
border-color: #F59AD2;
}
.TagClassName
{
border-color: #F59AD2;
}
</style>