Shades of Violet #F16DED
Tints of Violet #F16DED
RGB
CMYK
RGB Variations
Color information
#F16DED (or 0xF16DED) is known color: Violet. HEX triplet: F1, 6D and ED. RGB value is (241,109,237). Sum of RGB (Red+Green+Blue) = 241+109+237=587 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.06% from 587); Green value is 109 (42.97% from 255 or 18.57% from 587); Blue value is 237 (92.97% from 255 or 40.37% from 587); Max value from RGB is 241 - color contains mainly: red. Hex color #F16DED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F16DED is #0E9212. Grayscale: #A2A2A2. Windows color (decimal): -954899 or 15560177. OLE color: 15560177.
HSL color Cylindrical-coordinate representation of color #F16DED: hue angle of 301.82º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F16DED is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 109 | 237 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.05 |
| HSL | 301.82º | 0.83% | 0.69% | - |
| HSV(B) | 301.82º | 0.55% | 0.95% | - |
| XYZ | 57.03 | 35.75 | 84.02 | - |
| YUV | 163.06 | 169.73 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 109 | 237 | 0 | 0.55 | 0.02 | 0.05 | 301.82 | 0.83 | 0.69 |
| Hex | F1 | 6D | ED | 0 | 37 | 2 | 5 | 12E | 52 | 45 |
| Octal | 361 | 155 | 355 | 0 | 67 | 2 | 5 | 456 | 122 | 105 |
| Binary | 11110001 | 1101101 | 11101101 | 0 | 110111 | 10 | 101 | 100101110 | 1010010 | 1000101 |
Color Harmonies of #F16DED
Complementary color
Monochromatic Colors of #F16DED
Black with #F16DED
Text Example
Text Example
White with #F16DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16DED; }
p { color: rgb(241,109,237); }
H1.HeaderClassName
{
color: #F16DED;
}
.AnyTagClassName
{
color: #F16DED;
}
</style>
background-color css
<style>
a { background-color: #F16DED; }
a { background-color: rgb(241,109,237); }
div.DivClassName
{
background-color: #F16DED;
}
.BgClassName
{
background-color: #F16DED;
}
</style>
border-color css
<style>
span { border-color: #F16DED; }
span { border-color: rgb(241,109,237); }
td.TdClassName
{
border-color: #F16DED;
}
.TagClassName
{
border-color: #F16DED;
}
</style>