Shades of Violet #F385EC
Tints of Violet #F385EC
RGB
CMYK
RGB Variations
Color information
#F385EC (or 0xF385EC) is known color: Violet. HEX triplet: F3, 85 and EC. RGB value is (243,133,236). Sum of RGB (Red+Green+Blue) = 243+133+236=612 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.71% from 612); Green value is 133 (52.34% from 255 or 21.73% from 612); Blue value is 236 (92.58% from 255 or 38.56% from 612); Max value from RGB is 243 - color contains mainly: red. Hex color #F385EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F385EC is #0C7A13. Grayscale: #B1B1B1. Windows color (decimal): -817684 or 15500787. OLE color: 15500787.
HSL color Cylindrical-coordinate representation of color #F385EC: hue angle of 303.82º 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 #F385EC is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 133 | 236 | - |
| CMYK | 0 | 0.45 | 0.03 | 0.05 |
| HSL | 303.82º | 0.82% | 0.74% | - |
| HSV(B) | 303.82º | 0.45% | 0.95% | - |
| XYZ | 60.49 | 41.89 | 84.25 | - |
| YUV | 177.63 | 160.94 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 133 | 236 | 0 | 0.45 | 0.03 | 0.05 | 303.82 | 0.82 | 0.74 |
| Hex | F3 | 85 | EC | 0 | 2D | 3 | 5 | 130 | 52 | 4A |
| Octal | 363 | 205 | 354 | 0 | 55 | 3 | 5 | 460 | 122 | 112 |
| Binary | 11110011 | 10000101 | 11101100 | 0 | 101101 | 11 | 101 | 100110000 | 1010010 | 1001010 |
Color Harmonies of #F385EC
Complementary color
Monochromatic Colors of #F385EC
Black with #F385EC
Text Example
Text Example
White with #F385EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F385EC; }
p { color: rgb(243,133,236); }
H1.HeaderClassName
{
color: #F385EC;
}
.AnyTagClassName
{
color: #F385EC;
}
</style>
background-color css
<style>
a { background-color: #F385EC; }
a { background-color: rgb(243,133,236); }
div.DivClassName
{
background-color: #F385EC;
}
.BgClassName
{
background-color: #F385EC;
}
</style>
border-color css
<style>
span { border-color: #F385EC; }
span { border-color: rgb(243,133,236); }
td.TdClassName
{
border-color: #F385EC;
}
.TagClassName
{
border-color: #F385EC;
}
</style>