Shades of Violet #F386ED
Tints of Violet #F386ED
RGB
CMYK
RGB Variations
Color information
#F386ED (or 0xF386ED) is known color: Violet. HEX triplet: F3, 86 and ED. RGB value is (243,134,237). Sum of RGB (Red+Green+Blue) = 243+134+237=614 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.58% from 614); Green value is 134 (52.73% from 255 or 21.82% from 614); Blue value is 237 (92.97% from 255 or 38.60% from 614); Max value from RGB is 243 - color contains mainly: red. Hex color #F386ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F386ED is #0C7912. Grayscale: #B2B2B2. Windows color (decimal): -817427 or 15566579. OLE color: 15566579.
HSL color Cylindrical-coordinate representation of color #F386ED: hue angle of 303.3º 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 #F386ED is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 134 | 237 | - |
| CMYK | 0 | 0.45 | 0.02 | 0.05 |
| HSL | 303.3º | 0.82% | 0.74% | - |
| HSV(B) | 303.3º | 0.45% | 0.95% | - |
| XYZ | 60.77 | 42.22 | 85.07 | - |
| YUV | 178.33 | 161.11 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 134 | 237 | 0 | 0.45 | 0.02 | 0.05 | 303.3 | 0.82 | 0.74 |
| Hex | F3 | 86 | ED | 0 | 2D | 2 | 5 | 12F | 52 | 4A |
| Octal | 363 | 206 | 355 | 0 | 55 | 2 | 5 | 457 | 122 | 112 |
| Binary | 11110011 | 10000110 | 11101101 | 0 | 101101 | 10 | 101 | 100101111 | 1010010 | 1001010 |
Color Harmonies of #F386ED
Complementary color
Monochromatic Colors of #F386ED
Black with #F386ED
Text Example
Text Example
White with #F386ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F386ED; }
p { color: rgb(243,134,237); }
H1.HeaderClassName
{
color: #F386ED;
}
.AnyTagClassName
{
color: #F386ED;
}
</style>
background-color css
<style>
a { background-color: #F386ED; }
a { background-color: rgb(243,134,237); }
div.DivClassName
{
background-color: #F386ED;
}
.BgClassName
{
background-color: #F386ED;
}
</style>
border-color css
<style>
span { border-color: #F386ED; }
span { border-color: rgb(243,134,237); }
td.TdClassName
{
border-color: #F386ED;
}
.TagClassName
{
border-color: #F386ED;
}
</style>