Shades of Violet #F694FE
Tints of Violet #F694FE
RGB
CMYK
RGB Variations
Color information
#F694FE (or 0xF694FE) is known color: Violet. HEX triplet: F6, 94 and FE. RGB value is (246,148,254). Sum of RGB (Red+Green+Blue) = 246+148+254=648 (85% of max value = 765). Red value is 246 (96.48% from 255 or 37.96% from 648); Green value is 148 (58.20% from 255 or 22.84% from 648); Blue value is 254 (99.61% from 255 or 39.20% from 648); Max value from RGB is 254 - color contains mainly: blue. Hex color #F694FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F694FE is #096B01. Grayscale: #BDBDBD. Windows color (decimal): -617218 or 16684278. OLE color: 16684278.
HSL color Cylindrical-coordinate representation of color #F694FE: hue angle of 295.47º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F694FE is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 246 | 148 | 254 | - |
| CMYK | 0.03 | 0.42 | 0 | 0.00 |
| HSL | 295.47º | 0.98% | 0.79% | - |
| HSV(B) | 295.47º | 0.42% | 1% | - |
| XYZ | 66.49 | 47.93 | 99.51 | - |
| YUV | 189.39 | 164.47 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 148 | 254 | 0.03 | 0.42 | 0 | 0.00 | 295.47 | 0.98 | 0.79 |
| Hex | F6 | 94 | FE | 3 | 2A | 0 | 0 | 127 | 62 | 4F |
| Octal | 366 | 224 | 376 | 3 | 52 | 0 | 0 | 447 | 142 | 117 |
| Binary | 11110110 | 10010100 | 11111110 | 11 | 101010 | 0 | 0 | 100100111 | 1100010 | 1001111 |
Color Harmonies of #F694FE
Complementary color
Monochromatic Colors of #F694FE
Black with #F694FE
Text Example
Text Example
White with #F694FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F694FE; }
p { color: rgb(246,148,254); }
H1.HeaderClassName
{
color: #F694FE;
}
.AnyTagClassName
{
color: #F694FE;
}
</style>
background-color css
<style>
a { background-color: #F694FE; }
a { background-color: rgb(246,148,254); }
div.DivClassName
{
background-color: #F694FE;
}
.BgClassName
{
background-color: #F694FE;
}
</style>
border-color css
<style>
span { border-color: #F694FE; }
span { border-color: rgb(246,148,254); }
td.TdClassName
{
border-color: #F694FE;
}
.TagClassName
{
border-color: #F694FE;
}
</style>