Shades of Violet #F16BEC
Tints of Violet #F16BEC
RGB
CMYK
RGB Variations
Color information
#F16BEC (or 0xF16BEC) is known color: Violet. HEX triplet: F1, 6B and EC. RGB value is (241,107,236). Sum of RGB (Red+Green+Blue) = 241+107+236=584 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.27% from 584); Green value is 107 (42.19% from 255 or 18.32% from 584); Blue value is 236 (92.58% from 255 or 40.41% from 584); Max value from RGB is 241 - color contains mainly: red. Hex color #F16BEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F16BEC is #0E9413. Grayscale: #A1A1A1. Windows color (decimal): -955412 or 15494129. OLE color: 15494129.
HSL color Cylindrical-coordinate representation of color #F16BEC: hue angle of 302.24º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F16BEC is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 107 | 236 | - |
| CMYK | 0 | 0.56 | 0.02 | 0.05 |
| HSL | 302.24º | 0.83% | 0.68% | - |
| HSV(B) | 302.24º | 0.56% | 0.95% | - |
| XYZ | 56.67 | 35.27 | 83.18 | - |
| YUV | 161.77 | 169.89 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 107 | 236 | 0 | 0.56 | 0.02 | 0.05 | 302.24 | 0.83 | 0.68 |
| Hex | F1 | 6B | EC | 0 | 38 | 2 | 5 | 12E | 53 | 44 |
| Octal | 361 | 153 | 354 | 0 | 70 | 2 | 5 | 456 | 123 | 104 |
| Binary | 11110001 | 1101011 | 11101100 | 0 | 111000 | 10 | 101 | 100101110 | 1010011 | 1000100 |
Color Harmonies of #F16BEC
Complementary color
Monochromatic Colors of #F16BEC
Black with #F16BEC
Text Example
Text Example
White with #F16BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16BEC; }
p { color: rgb(241,107,236); }
H1.HeaderClassName
{
color: #F16BEC;
}
.AnyTagClassName
{
color: #F16BEC;
}
</style>
background-color css
<style>
a { background-color: #F16BEC; }
a { background-color: rgb(241,107,236); }
div.DivClassName
{
background-color: #F16BEC;
}
.BgClassName
{
background-color: #F16BEC;
}
</style>
border-color css
<style>
span { border-color: #F16BEC; }
span { border-color: rgb(241,107,236); }
td.TdClassName
{
border-color: #F16BEC;
}
.TagClassName
{
border-color: #F16BEC;
}
</style>