Shades of Lavender Rose #F694DF
Tints of Lavender Rose #F694DF
RGB
CMYK
RGB Variations
Color information
#F694DF (or 0xF694DF) is known color: Lavender Rose. HEX triplet: F6, 94 and DF. RGB value is (246,148,223). Sum of RGB (Red+Green+Blue) = 246+148+223=617 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.87% from 617); Green value is 148 (58.20% from 255 or 23.99% from 617); Blue value is 223 (87.5% from 255 or 36.14% from 617); Max value from RGB is 246 - color contains mainly: red. Hex color #F694DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F694DF is #096B20. Grayscale: #B9B9B9. Windows color (decimal): -617249 or 14652662. OLE color: 14652662.
HSL color Cylindrical-coordinate representation of color #F694DF: hue angle of 314.08º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F694DF is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 148 | 223 | - |
| CMYK | 0 | 0.40 | 0.09 | 0.04 |
| HSL | 314.08º | 0.84% | 0.77% | - |
| HSV(B) | 314.08º | 0.4% | 0.96% | - |
| XYZ | 61.92 | 46.1 | 75.45 | - |
| YUV | 185.85 | 148.97 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 148 | 223 | 0 | 0.40 | 0.09 | 0.04 | 314.08 | 0.84 | 0.77 |
| Hex | F6 | 94 | DF | 0 | 28 | 9 | 4 | 13A | 54 | 4D |
| Octal | 366 | 224 | 337 | 0 | 50 | 11 | 4 | 472 | 124 | 115 |
| Binary | 11110110 | 10010100 | 11011111 | 0 | 101000 | 1001 | 100 | 100111010 | 1010100 | 1001101 |
Color Harmonies of #F694DF
Complementary color
Monochromatic Colors of #F694DF
Black with #F694DF
Text Example
Text Example
White with #F694DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F694DF; }
p { color: rgb(246,148,223); }
H1.HeaderClassName
{
color: #F694DF;
}
.AnyTagClassName
{
color: #F694DF;
}
</style>
background-color css
<style>
a { background-color: #F694DF; }
a { background-color: rgb(246,148,223); }
div.DivClassName
{
background-color: #F694DF;
}
.BgClassName
{
background-color: #F694DF;
}
</style>
border-color css
<style>
span { border-color: #F694DF; }
span { border-color: rgb(246,148,223); }
td.TdClassName
{
border-color: #F694DF;
}
.TagClassName
{
border-color: #F694DF;
}
</style>