Shades of Lavender Rose #F690D9
Tints of Lavender Rose #F690D9
RGB
CMYK
RGB Variations
Color information
#F690D9 (or 0xF690D9) is known color: Lavender Rose. HEX triplet: F6, 90 and D9. RGB value is (246,144,217). Sum of RGB (Red+Green+Blue) = 246+144+217=607 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.53% from 607); Green value is 144 (56.64% from 255 or 23.72% from 607); Blue value is 217 (85.16% from 255 or 35.75% from 607); Max value from RGB is 246 - color contains mainly: red. Hex color #F690D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F690D9 is #096F26. Grayscale: #B6B6B6. Windows color (decimal): -618279 or 14258422. OLE color: 14258422.
HSL color Cylindrical-coordinate representation of color #F690D9: hue angle of 317.06º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F690D9 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 144 | 217 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.04 |
| HSL | 317.06º | 0.85% | 0.76% | - |
| HSV(B) | 317.06º | 0.41% | 0.96% | - |
| XYZ | 60.5 | 44.55 | 71.06 | - |
| YUV | 182.82 | 147.29 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 144 | 217 | 0 | 0.41 | 0.12 | 0.04 | 317.06 | 0.85 | 0.76 |
| Hex | F6 | 90 | D9 | 0 | 29 | C | 4 | 13D | 55 | 4C |
| Octal | 366 | 220 | 331 | 0 | 51 | 14 | 4 | 475 | 125 | 114 |
| Binary | 11110110 | 10010000 | 11011001 | 0 | 101001 | 1100 | 100 | 100111101 | 1010101 | 1001100 |
Color Harmonies of #F690D9
Complementary color
Monochromatic Colors of #F690D9
Black with #F690D9
Text Example
Text Example
White with #F690D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F690D9; }
p { color: rgb(246,144,217); }
H1.HeaderClassName
{
color: #F690D9;
}
.AnyTagClassName
{
color: #F690D9;
}
</style>
background-color css
<style>
a { background-color: #F690D9; }
a { background-color: rgb(246,144,217); }
div.DivClassName
{
background-color: #F690D9;
}
.BgClassName
{
background-color: #F690D9;
}
</style>
border-color css
<style>
span { border-color: #F690D9; }
span { border-color: rgb(246,144,217); }
td.TdClassName
{
border-color: #F690D9;
}
.TagClassName
{
border-color: #F690D9;
}
</style>