Shades of Violet #F284EC
Tints of Violet #F284EC
RGB
CMYK
RGB Variations
Color information
#F284EC (or 0xF284EC) is known color: Violet. HEX triplet: F2, 84 and EC. RGB value is (242,132,236). Sum of RGB (Red+Green+Blue) = 242+132+236=610 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.67% from 610); Green value is 132 (51.95% from 255 or 21.64% from 610); Blue value is 236 (92.58% from 255 or 38.69% from 610); Max value from RGB is 242 - color contains mainly: red. Hex color #F284EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F284EC is #0D7B13. Grayscale: #B0B0B0. Windows color (decimal): -883476 or 15500530. OLE color: 15500530.
HSL color Cylindrical-coordinate representation of color #F284EC: hue angle of 303.27º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F284EC is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 132 | 236 | - |
| CMYK | 0 | 0.45 | 0.02 | 0.05 |
| HSL | 303.27º | 0.81% | 0.73% | - |
| HSV(B) | 303.27º | 0.45% | 0.95% | - |
| XYZ | 60.01 | 41.44 | 84.19 | - |
| YUV | 176.75 | 161.44 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 132 | 236 | 0 | 0.45 | 0.02 | 0.05 | 303.27 | 0.81 | 0.73 |
| Hex | F2 | 84 | EC | 0 | 2D | 2 | 5 | 12F | 51 | 49 |
| Octal | 362 | 204 | 354 | 0 | 55 | 2 | 5 | 457 | 121 | 111 |
| Binary | 11110010 | 10000100 | 11101100 | 0 | 101101 | 10 | 101 | 100101111 | 1010001 | 1001001 |
Color Harmonies of #F284EC
Complementary color
Monochromatic Colors of #F284EC
Black with #F284EC
Text Example
Text Example
White with #F284EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F284EC; }
p { color: rgb(242,132,236); }
H1.HeaderClassName
{
color: #F284EC;
}
.AnyTagClassName
{
color: #F284EC;
}
</style>
background-color css
<style>
a { background-color: #F284EC; }
a { background-color: rgb(242,132,236); }
div.DivClassName
{
background-color: #F284EC;
}
.BgClassName
{
background-color: #F284EC;
}
</style>
border-color css
<style>
span { border-color: #F284EC; }
span { border-color: rgb(242,132,236); }
td.TdClassName
{
border-color: #F284EC;
}
.TagClassName
{
border-color: #F284EC;
}
</style>