Shades of Violet #F386EC
Tints of Violet #F386EC
RGB
CMYK
RGB Variations
Color information
#F386EC (or 0xF386EC) is known color: Violet. HEX triplet: F3, 86 and EC. RGB value is (243,134,236). Sum of RGB (Red+Green+Blue) = 243+134+236=613 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.64% from 613); Green value is 134 (52.73% from 255 or 21.86% from 613); Blue value is 236 (92.58% from 255 or 38.50% from 613); Max value from RGB is 243 - color contains mainly: red. Hex color #F386EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F386EC is #0C7913. Grayscale: #B1B1B1. Windows color (decimal): -817428 or 15501043. OLE color: 15501043.
HSL color Cylindrical-coordinate representation of color #F386EC: hue angle of 303.85º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F386EC is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 134 | 236 | - |
| CMYK | 0 | 0.45 | 0.03 | 0.05 |
| HSL | 303.85º | 0.82% | 0.74% | - |
| HSV(B) | 303.85º | 0.45% | 0.95% | - |
| XYZ | 60.63 | 42.16 | 84.3 | - |
| YUV | 178.22 | 160.61 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 134 | 236 | 0 | 0.45 | 0.03 | 0.05 | 303.85 | 0.82 | 0.74 |
| Hex | F3 | 86 | EC | 0 | 2D | 3 | 5 | 130 | 52 | 4A |
| Octal | 363 | 206 | 354 | 0 | 55 | 3 | 5 | 460 | 122 | 112 |
| Binary | 11110011 | 10000110 | 11101100 | 0 | 101101 | 11 | 101 | 100110000 | 1010010 | 1001010 |
Color Harmonies of #F386EC
Complementary color
Monochromatic Colors of #F386EC
Black with #F386EC
Text Example
Text Example
White with #F386EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F386EC; }
p { color: rgb(243,134,236); }
H1.HeaderClassName
{
color: #F386EC;
}
.AnyTagClassName
{
color: #F386EC;
}
</style>
background-color css
<style>
a { background-color: #F386EC; }
a { background-color: rgb(243,134,236); }
div.DivClassName
{
background-color: #F386EC;
}
.BgClassName
{
background-color: #F386EC;
}
</style>
border-color css
<style>
span { border-color: #F386EC; }
span { border-color: rgb(243,134,236); }
td.TdClassName
{
border-color: #F386EC;
}
.TagClassName
{
border-color: #F386EC;
}
</style>