Shades of Violet #F694F1
Tints of Violet #F694F1
RGB
CMYK
RGB Variations
Color information
#F694F1 (or 0xF694F1) is known color: Violet. HEX triplet: F6, 94 and F1. RGB value is (246,148,241). Sum of RGB (Red+Green+Blue) = 246+148+241=635 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.74% from 635); Green value is 148 (58.20% from 255 or 23.31% from 635); Blue value is 241 (94.53% from 255 or 37.95% from 635); Max value from RGB is 246 - color contains mainly: red. Hex color #F694F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F694F1 is #096B0E. Grayscale: #BBBBBB. Windows color (decimal): -617231 or 15832310. OLE color: 15832310.
HSL color Cylindrical-coordinate representation of color #F694F1: hue angle of 303.06º 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 #F694F1 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 148 | 241 | - |
| CMYK | 0 | 0.40 | 0.02 | 0.04 |
| HSL | 303.06º | 0.84% | 0.77% | - |
| HSV(B) | 303.06º | 0.4% | 0.96% | - |
| XYZ | 64.47 | 47.12 | 88.92 | - |
| YUV | 187.9 | 157.97 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 148 | 241 | 0 | 0.40 | 0.02 | 0.04 | 303.06 | 0.84 | 0.77 |
| Hex | F6 | 94 | F1 | 0 | 28 | 2 | 4 | 12F | 54 | 4D |
| Octal | 366 | 224 | 361 | 0 | 50 | 2 | 4 | 457 | 124 | 115 |
| Binary | 11110110 | 10010100 | 11110001 | 0 | 101000 | 10 | 100 | 100101111 | 1010100 | 1001101 |
Color Harmonies of #F694F1
Complementary color
Monochromatic Colors of #F694F1
Black with #F694F1
Text Example
Text Example
White with #F694F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F694F1; }
p { color: rgb(246,148,241); }
H1.HeaderClassName
{
color: #F694F1;
}
.AnyTagClassName
{
color: #F694F1;
}
</style>
background-color css
<style>
a { background-color: #F694F1; }
a { background-color: rgb(246,148,241); }
div.DivClassName
{
background-color: #F694F1;
}
.BgClassName
{
background-color: #F694F1;
}
</style>
border-color css
<style>
span { border-color: #F694F1; }
span { border-color: rgb(246,148,241); }
td.TdClassName
{
border-color: #F694F1;
}
.TagClassName
{
border-color: #F694F1;
}
</style>