Shades of Violet #F694F6
Tints of Violet #F694F6
RGB
CMYK
RGB Variations
Color information
#F694F6 (or 0xF694F6) is known color: Violet. HEX triplet: F6, 94 and F6. RGB value is (246,148,246). Sum of RGB (Red+Green+Blue) = 246+148+246=640 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.44% from 640); Green value is 148 (58.20% from 255 or 23.12% from 640); Blue value is 246 (96.48% from 255 or 38.44% from 640); Max value from RGB is 246 - color contains mainly: red, blue. Hex color #F694F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F694F6 is #096B09. Grayscale: #BCBCBC. Windows color (decimal): -617226 or 16159990. OLE color: 16159990.
HSL color Cylindrical-coordinate representation of color #F694F6: hue angle of 300º 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 #F694F6 is Cyan = 0, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 148 | 246 | - |
| CMYK | 0 | 0.40 | 0 | 0.04 |
| HSL | 300º | 0.84% | 0.77% | - |
| HSV(B) | 300º | 0.4% | 0.96% | - |
| XYZ | 65.23 | 47.43 | 92.9 | - |
| YUV | 188.47 | 160.47 | 169.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 148 | 246 | 0 | 0.40 | 0 | 0.04 | 300 | 0.84 | 0.77 |
| Hex | F6 | 94 | F6 | 0 | 28 | 0 | 4 | 12C | 54 | 4D |
| Octal | 366 | 224 | 366 | 0 | 50 | 0 | 4 | 454 | 124 | 115 |
| Binary | 11110110 | 10010100 | 11110110 | 0 | 101000 | 0 | 100 | 100101100 | 1010100 | 1001101 |
Color Harmonies of #F694F6
Complementary color
Monochromatic Colors of #F694F6
Black with #F694F6
Text Example
Text Example
White with #F694F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F694F6; }
p { color: rgb(246,148,246); }
H1.HeaderClassName
{
color: #F694F6;
}
.AnyTagClassName
{
color: #F694F6;
}
</style>
background-color css
<style>
a { background-color: #F694F6; }
a { background-color: rgb(246,148,246); }
div.DivClassName
{
background-color: #F694F6;
}
.BgClassName
{
background-color: #F694F6;
}
</style>
border-color css
<style>
span { border-color: #F694F6; }
span { border-color: rgb(246,148,246); }
td.TdClassName
{
border-color: #F694F6;
}
.TagClassName
{
border-color: #F694F6;
}
</style>