Shades of Violet #F16FED
Tints of Violet #F16FED
RGB
CMYK
RGB Variations
Color information
#F16FED (or 0xF16FED) is known color: Violet. HEX triplet: F1, 6F and ED. RGB value is (241,111,237). Sum of RGB (Red+Green+Blue) = 241+111+237=589 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.92% from 589); Green value is 111 (43.75% from 255 or 18.85% from 589); Blue value is 237 (92.97% from 255 or 40.24% from 589); Max value from RGB is 241 - color contains mainly: red. Hex color #F16FED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F16FED is #0E9012. Grayscale: #A3A3A3. Windows color (decimal): -954387 or 15560689. OLE color: 15560689.
HSL color Cylindrical-coordinate representation of color #F16FED: hue angle of 301.85º 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 #F16FED is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 111 | 237 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.05 |
| HSL | 301.85º | 0.82% | 0.69% | - |
| HSV(B) | 301.85º | 0.54% | 0.95% | - |
| XYZ | 57.25 | 36.18 | 84.09 | - |
| YUV | 164.23 | 169.07 | 182.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 111 | 237 | 0 | 0.54 | 0.02 | 0.05 | 301.85 | 0.82 | 0.69 |
| Hex | F1 | 6F | ED | 0 | 36 | 2 | 5 | 12E | 52 | 45 |
| Octal | 361 | 157 | 355 | 0 | 66 | 2 | 5 | 456 | 122 | 105 |
| Binary | 11110001 | 1101111 | 11101101 | 0 | 110110 | 10 | 101 | 100101110 | 1010010 | 1000101 |
Color Harmonies of #F16FED
Complementary color
Monochromatic Colors of #F16FED
Black with #F16FED
Text Example
Text Example
White with #F16FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16FED; }
p { color: rgb(241,111,237); }
H1.HeaderClassName
{
color: #F16FED;
}
.AnyTagClassName
{
color: #F16FED;
}
</style>
background-color css
<style>
a { background-color: #F16FED; }
a { background-color: rgb(241,111,237); }
div.DivClassName
{
background-color: #F16FED;
}
.BgClassName
{
background-color: #F16FED;
}
</style>
border-color css
<style>
span { border-color: #F16FED; }
span { border-color: rgb(241,111,237); }
td.TdClassName
{
border-color: #F16FED;
}
.TagClassName
{
border-color: #F16FED;
}
</style>