Shades of Violet #F16EF0
Tints of Violet #F16EF0
RGB
CMYK
RGB Variations
Color information
#F16EF0 (or 0xF16EF0) is known color: Violet. HEX triplet: F1, 6E and F0. RGB value is (241,110,240). Sum of RGB (Red+Green+Blue) = 241+110+240=591 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.78% from 591); Green value is 110 (43.36% from 255 or 18.61% from 591); Blue value is 240 (94.14% from 255 or 40.61% from 591); Max value from RGB is 241 - color contains mainly: red. Hex color #F16EF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F16EF0 is #0E910F. Grayscale: #A3A3A3. Windows color (decimal): -954640 or 15757041. OLE color: 15757041.
HSL color Cylindrical-coordinate representation of color #F16EF0: hue angle of 300.46º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F16EF0 is Cyan = 0, Magento = 0.54, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 110 | 240 | - |
| CMYK | 0 | 0.54 | 0.00 | 0.05 |
| HSL | 300.46º | 0.82% | 0.69% | - |
| HSV(B) | 300.46º | 0.54% | 0.95% | - |
| XYZ | 57.58 | 36.14 | 86.38 | - |
| YUV | 163.99 | 170.9 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 110 | 240 | 0 | 0.54 | 0.00 | 0.05 | 300.46 | 0.82 | 0.69 |
| Hex | F1 | 6E | F0 | 0 | 36 | 0 | 5 | 12C | 52 | 45 |
| Octal | 361 | 156 | 360 | 0 | 66 | 0 | 5 | 454 | 122 | 105 |
| Binary | 11110001 | 1101110 | 11110000 | 0 | 110110 | 0 | 101 | 100101100 | 1010010 | 1000101 |
Color Harmonies of #F16EF0
Complementary color
Monochromatic Colors of #F16EF0
Black with #F16EF0
Text Example
Text Example
White with #F16EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16EF0; }
p { color: rgb(241,110,240); }
H1.HeaderClassName
{
color: #F16EF0;
}
.AnyTagClassName
{
color: #F16EF0;
}
</style>
background-color css
<style>
a { background-color: #F16EF0; }
a { background-color: rgb(241,110,240); }
div.DivClassName
{
background-color: #F16EF0;
}
.BgClassName
{
background-color: #F16EF0;
}
</style>
border-color css
<style>
span { border-color: #F16EF0; }
span { border-color: rgb(241,110,240); }
td.TdClassName
{
border-color: #F16EF0;
}
.TagClassName
{
border-color: #F16EF0;
}
</style>