Shades of Lavender Rose #F691D7
Tints of Lavender Rose #F691D7
RGB
CMYK
RGB Variations
Color information
#F691D7 (or 0xF691D7) is known color: Lavender Rose. HEX triplet: F6, 91 and D7. RGB value is (246,145,215). Sum of RGB (Red+Green+Blue) = 246+145+215=606 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.59% from 606); Green value is 145 (57.03% from 255 or 23.93% from 606); Blue value is 215 (84.38% from 255 or 35.48% from 606); Max value from RGB is 246 - color contains mainly: red. Hex color #F691D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F691D7 is #096E28. Grayscale: #B7B7B7. Windows color (decimal): -618025 or 14127606. OLE color: 14127606.
HSL color Cylindrical-coordinate representation of color #F691D7: hue angle of 318.42º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F691D7 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 145 | 215 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.04 |
| HSL | 318.42º | 0.85% | 0.77% | - |
| HSV(B) | 318.42º | 0.41% | 0.96% | - |
| XYZ | 60.4 | 44.75 | 69.74 | - |
| YUV | 183.18 | 145.96 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 145 | 215 | 0 | 0.41 | 0.13 | 0.04 | 318.42 | 0.85 | 0.77 |
| Hex | F6 | 91 | D7 | 0 | 29 | D | 4 | 13E | 55 | 4D |
| Octal | 366 | 221 | 327 | 0 | 51 | 15 | 4 | 476 | 125 | 115 |
| Binary | 11110110 | 10010001 | 11010111 | 0 | 101001 | 1101 | 100 | 100111110 | 1010101 | 1001101 |
Color Harmonies of #F691D7
Complementary color
Monochromatic Colors of #F691D7
Black with #F691D7
Text Example
Text Example
White with #F691D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F691D7; }
p { color: rgb(246,145,215); }
H1.HeaderClassName
{
color: #F691D7;
}
.AnyTagClassName
{
color: #F691D7;
}
</style>
background-color css
<style>
a { background-color: #F691D7; }
a { background-color: rgb(246,145,215); }
div.DivClassName
{
background-color: #F691D7;
}
.BgClassName
{
background-color: #F691D7;
}
</style>
border-color css
<style>
span { border-color: #F691D7; }
span { border-color: rgb(246,145,215); }
td.TdClassName
{
border-color: #F691D7;
}
.TagClassName
{
border-color: #F691D7;
}
</style>