Shades of Lavender Rose #F690D5
Tints of Lavender Rose #F690D5
RGB
CMYK
RGB Variations
Color information
#F690D5 (or 0xF690D5) is known color: Lavender Rose. HEX triplet: F6, 90 and D5. RGB value is (246,144,213). Sum of RGB (Red+Green+Blue) = 246+144+213=603 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.80% from 603); Green value is 144 (56.64% from 255 or 23.88% from 603); Blue value is 213 (83.59% from 255 or 35.32% from 603); Max value from RGB is 246 - color contains mainly: red. Hex color #F690D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F690D5 is #096F2A. Grayscale: #B6B6B6. Windows color (decimal): -618283 or 13996278. OLE color: 13996278.
HSL color Cylindrical-coordinate representation of color #F690D5: hue angle of 319.41º 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 #F690D5 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 144 | 213 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.04 |
| HSL | 319.41º | 0.85% | 0.76% | - |
| HSV(B) | 319.41º | 0.41% | 0.96% | - |
| XYZ | 59.99 | 44.34 | 68.35 | - |
| YUV | 182.36 | 145.29 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 144 | 213 | 0 | 0.41 | 0.13 | 0.04 | 319.41 | 0.85 | 0.76 |
| Hex | F6 | 90 | D5 | 0 | 29 | D | 4 | 13F | 55 | 4C |
| Octal | 366 | 220 | 325 | 0 | 51 | 15 | 4 | 477 | 125 | 114 |
| Binary | 11110110 | 10010000 | 11010101 | 0 | 101001 | 1101 | 100 | 100111111 | 1010101 | 1001100 |
Color Harmonies of #F690D5
Complementary color
Monochromatic Colors of #F690D5
Black with #F690D5
Text Example
Text Example
White with #F690D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F690D5; }
p { color: rgb(246,144,213); }
H1.HeaderClassName
{
color: #F690D5;
}
.AnyTagClassName
{
color: #F690D5;
}
</style>
background-color css
<style>
a { background-color: #F690D5; }
a { background-color: rgb(246,144,213); }
div.DivClassName
{
background-color: #F690D5;
}
.BgClassName
{
background-color: #F690D5;
}
</style>
border-color css
<style>
span { border-color: #F690D5; }
span { border-color: rgb(246,144,213); }
td.TdClassName
{
border-color: #F690D5;
}
.TagClassName
{
border-color: #F690D5;
}
</style>