Shades of Lavender Rose #F692D8
Tints of Lavender Rose #F692D8
RGB
CMYK
RGB Variations
Color information
#F692D8 (or 0xF692D8) is known color: Lavender Rose. HEX triplet: F6, 92 and D8. RGB value is (246,146,216). Sum of RGB (Red+Green+Blue) = 246+146+216=608 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.46% from 608); Green value is 146 (57.42% from 255 or 24.01% from 608); Blue value is 216 (84.77% from 255 or 35.53% from 608); Max value from RGB is 246 - color contains mainly: red. Hex color #F692D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F692D8 is #096D27. Grayscale: #B7B7B7. Windows color (decimal): -617768 or 14193398. OLE color: 14193398.
HSL color Cylindrical-coordinate representation of color #F692D8: hue angle of 318º 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 #F692D8 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 146 | 216 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.04 |
| HSL | 318º | 0.85% | 0.77% | - |
| HSV(B) | 318º | 0.41% | 0.96% | - |
| XYZ | 60.68 | 45.11 | 70.47 | - |
| YUV | 183.88 | 146.13 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 146 | 216 | 0 | 0.41 | 0.12 | 0.04 | 318 | 0.85 | 0.77 |
| Hex | F6 | 92 | D8 | 0 | 29 | C | 4 | 13E | 55 | 4D |
| Octal | 366 | 222 | 330 | 0 | 51 | 14 | 4 | 476 | 125 | 115 |
| Binary | 11110110 | 10010010 | 11011000 | 0 | 101001 | 1100 | 100 | 100111110 | 1010101 | 1001101 |
Color Harmonies of #F692D8
Complementary color
Monochromatic Colors of #F692D8
Black with #F692D8
Text Example
Text Example
White with #F692D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F692D8; }
p { color: rgb(246,146,216); }
H1.HeaderClassName
{
color: #F692D8;
}
.AnyTagClassName
{
color: #F692D8;
}
</style>
background-color css
<style>
a { background-color: #F692D8; }
a { background-color: rgb(246,146,216); }
div.DivClassName
{
background-color: #F692D8;
}
.BgClassName
{
background-color: #F692D8;
}
</style>
border-color css
<style>
span { border-color: #F692D8; }
span { border-color: rgb(246,146,216); }
td.TdClassName
{
border-color: #F692D8;
}
.TagClassName
{
border-color: #F692D8;
}
</style>