Shades of Lavender Rose #F691D8
Tints of Lavender Rose #F691D8
RGB
CMYK
RGB Variations
Color information
#F691D8 (or 0xF691D8) is known color: Lavender Rose. HEX triplet: F6, 91 and D8. RGB value is (246,145,216). Sum of RGB (Red+Green+Blue) = 246+145+216=607 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.53% from 607); Green value is 145 (57.03% from 255 or 23.89% from 607); Blue value is 216 (84.77% from 255 or 35.58% from 607); Max value from RGB is 246 - color contains mainly: red. Hex color #F691D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F691D8 is #096E27. Grayscale: #B7B7B7. Windows color (decimal): -618024 or 14193142. OLE color: 14193142.
HSL color Cylindrical-coordinate representation of color #F691D8: hue angle of 317.82º 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 #F691D8 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 145 | 216 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.04 |
| HSL | 317.82º | 0.85% | 0.77% | - |
| HSV(B) | 317.82º | 0.41% | 0.96% | - |
| XYZ | 60.53 | 44.8 | 70.42 | - |
| YUV | 183.29 | 146.46 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 145 | 216 | 0 | 0.41 | 0.12 | 0.04 | 317.82 | 0.85 | 0.77 |
| Hex | F6 | 91 | D8 | 0 | 29 | C | 4 | 13E | 55 | 4D |
| Octal | 366 | 221 | 330 | 0 | 51 | 14 | 4 | 476 | 125 | 115 |
| Binary | 11110110 | 10010001 | 11011000 | 0 | 101001 | 1100 | 100 | 100111110 | 1010101 | 1001101 |
Color Harmonies of #F691D8
Complementary color
Monochromatic Colors of #F691D8
Black with #F691D8
Text Example
Text Example
White with #F691D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F691D8; }
p { color: rgb(246,145,216); }
H1.HeaderClassName
{
color: #F691D8;
}
.AnyTagClassName
{
color: #F691D8;
}
</style>
background-color css
<style>
a { background-color: #F691D8; }
a { background-color: rgb(246,145,216); }
div.DivClassName
{
background-color: #F691D8;
}
.BgClassName
{
background-color: #F691D8;
}
</style>
border-color css
<style>
span { border-color: #F691D8; }
span { border-color: rgb(246,145,216); }
td.TdClassName
{
border-color: #F691D8;
}
.TagClassName
{
border-color: #F691D8;
}
</style>