Shades of Violet #F694EF
Tints of Violet #F694EF
RGB
CMYK
RGB Variations
Color information
#F694EF (or 0xF694EF) is known color: Violet. HEX triplet: F6, 94 and EF. RGB value is (246,148,239). Sum of RGB (Red+Green+Blue) = 246+148+239=633 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.86% from 633); Green value is 148 (58.20% from 255 or 23.38% from 633); Blue value is 239 (93.75% from 255 or 37.76% from 633); Max value from RGB is 246 - color contains mainly: red. Hex color #F694EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F694EF is #096B10. Grayscale: #BBBBBB. Windows color (decimal): -617233 or 15701238. OLE color: 15701238.
HSL color Cylindrical-coordinate representation of color #F694EF: hue angle of 304.29º 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 #F694EF is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 148 | 239 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.04 |
| HSL | 304.29º | 0.84% | 0.77% | - |
| HSV(B) | 304.29º | 0.4% | 0.96% | - |
| XYZ | 64.18 | 47 | 87.35 | - |
| YUV | 187.68 | 156.97 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 148 | 239 | 0 | 0.40 | 0.03 | 0.04 | 304.29 | 0.84 | 0.77 |
| Hex | F6 | 94 | EF | 0 | 28 | 3 | 4 | 130 | 54 | 4D |
| Octal | 366 | 224 | 357 | 0 | 50 | 3 | 4 | 460 | 124 | 115 |
| Binary | 11110110 | 10010100 | 11101111 | 0 | 101000 | 11 | 100 | 100110000 | 1010100 | 1001101 |
Color Harmonies of #F694EF
Complementary color
Monochromatic Colors of #F694EF
Black with #F694EF
Text Example
Text Example
White with #F694EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F694EF; }
p { color: rgb(246,148,239); }
H1.HeaderClassName
{
color: #F694EF;
}
.AnyTagClassName
{
color: #F694EF;
}
</style>
background-color css
<style>
a { background-color: #F694EF; }
a { background-color: rgb(246,148,239); }
div.DivClassName
{
background-color: #F694EF;
}
.BgClassName
{
background-color: #F694EF;
}
</style>
border-color css
<style>
span { border-color: #F694EF; }
span { border-color: rgb(246,148,239); }
td.TdClassName
{
border-color: #F694EF;
}
.TagClassName
{
border-color: #F694EF;
}
</style>