Shades of Violet #F186EC
Tints of Violet #F186EC
RGB
CMYK
RGB Variations
Color information
#F186EC (or 0xF186EC) is known color: Violet. HEX triplet: F1, 86 and EC. RGB value is (241,134,236). Sum of RGB (Red+Green+Blue) = 241+134+236=611 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.44% from 611); Green value is 134 (52.73% from 255 or 21.93% from 611); Blue value is 236 (92.58% from 255 or 38.63% from 611); Max value from RGB is 241 - color contains mainly: red. Hex color #F186EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F186EC is #0E7913. Grayscale: #B1B1B1. Windows color (decimal): -948500 or 15501041. OLE color: 15501041.
HSL color Cylindrical-coordinate representation of color #F186EC: hue angle of 302.8º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F186EC is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 134 | 236 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.05 |
| HSL | 302.8º | 0.79% | 0.74% | - |
| HSV(B) | 302.8º | 0.44% | 0.95% | - |
| XYZ | 59.94 | 41.81 | 84.27 | - |
| YUV | 177.62 | 160.95 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 134 | 236 | 0 | 0.44 | 0.02 | 0.05 | 302.8 | 0.79 | 0.74 |
| Hex | F1 | 86 | EC | 0 | 2C | 2 | 5 | 12F | 4F | 4A |
| Octal | 361 | 206 | 354 | 0 | 54 | 2 | 5 | 457 | 117 | 112 |
| Binary | 11110001 | 10000110 | 11101100 | 0 | 101100 | 10 | 101 | 100101111 | 1001111 | 1001010 |
Color Harmonies of #F186EC
Complementary color
Monochromatic Colors of #F186EC
Black with #F186EC
Text Example
Text Example
White with #F186EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F186EC; }
p { color: rgb(241,134,236); }
H1.HeaderClassName
{
color: #F186EC;
}
.AnyTagClassName
{
color: #F186EC;
}
</style>
background-color css
<style>
a { background-color: #F186EC; }
a { background-color: rgb(241,134,236); }
div.DivClassName
{
background-color: #F186EC;
}
.BgClassName
{
background-color: #F186EC;
}
</style>
border-color css
<style>
span { border-color: #F186EC; }
span { border-color: rgb(241,134,236); }
td.TdClassName
{
border-color: #F186EC;
}
.TagClassName
{
border-color: #F186EC;
}
</style>