Shades of Violet #F16DEE
Tints of Violet #F16DEE
RGB
CMYK
RGB Variations
Color information
#F16DEE (or 0xF16DEE) is known color: Violet. HEX triplet: F1, 6D and EE. RGB value is (241,109,238). Sum of RGB (Red+Green+Blue) = 241+109+238=588 (77% of max value = 765). Red value is 241 (94.53% from 255 or 40.99% from 588); Green value is 109 (42.97% from 255 or 18.54% from 588); Blue value is 238 (93.36% from 255 or 40.48% from 588); Max value from RGB is 241 - color contains mainly: red. Hex color #F16DEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F16DEE is #0E9211. Grayscale: #A2A2A2. Windows color (decimal): -954898 or 15625713. OLE color: 15625713.
HSL color Cylindrical-coordinate representation of color #F16DEE: hue angle of 301.36º 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 #F16DEE is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 109 | 238 | - |
| CMYK | 0 | 0.55 | 0.01 | 0.05 |
| HSL | 301.36º | 0.83% | 0.69% | - |
| HSV(B) | 301.36º | 0.55% | 0.95% | - |
| XYZ | 57.18 | 35.81 | 84.79 | - |
| YUV | 163.17 | 170.23 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 109 | 238 | 0 | 0.55 | 0.01 | 0.05 | 301.36 | 0.83 | 0.69 |
| Hex | F1 | 6D | EE | 0 | 37 | 1 | 5 | 12D | 52 | 45 |
| Octal | 361 | 155 | 356 | 0 | 67 | 1 | 5 | 455 | 122 | 105 |
| Binary | 11110001 | 1101101 | 11101110 | 0 | 110111 | 1 | 101 | 100101101 | 1010010 | 1000101 |
Color Harmonies of #F16DEE
Complementary color
Monochromatic Colors of #F16DEE
Black with #F16DEE
Text Example
Text Example
White with #F16DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16DEE; }
p { color: rgb(241,109,238); }
H1.HeaderClassName
{
color: #F16DEE;
}
.AnyTagClassName
{
color: #F16DEE;
}
</style>
background-color css
<style>
a { background-color: #F16DEE; }
a { background-color: rgb(241,109,238); }
div.DivClassName
{
background-color: #F16DEE;
}
.BgClassName
{
background-color: #F16DEE;
}
</style>
border-color css
<style>
span { border-color: #F16DEE; }
span { border-color: rgb(241,109,238); }
td.TdClassName
{
border-color: #F16DEE;
}
.TagClassName
{
border-color: #F16DEE;
}
</style>