Shades of Violet #F584EC
Tints of Violet #F584EC
RGB
CMYK
RGB Variations
Color information
#F584EC (or 0xF584EC) is known color: Violet. HEX triplet: F5, 84 and EC. RGB value is (245,132,236). Sum of RGB (Red+Green+Blue) = 245+132+236=613 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.97% from 613); Green value is 132 (51.95% from 255 or 21.53% from 613); Blue value is 236 (92.58% from 255 or 38.50% from 613); Max value from RGB is 245 - color contains mainly: red. Hex color #F584EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F584EC is #0A7B13. Grayscale: #B1B1B1. Windows color (decimal): -686868 or 15500533. OLE color: 15500533.
HSL color Cylindrical-coordinate representation of color #F584EC: hue angle of 304.78º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F584EC is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 132 | 236 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.04 |
| HSL | 304.78º | 0.85% | 0.74% | - |
| HSV(B) | 304.78º | 0.46% | 0.96% | - |
| XYZ | 61.05 | 41.97 | 84.24 | - |
| YUV | 177.64 | 160.94 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 132 | 236 | 0 | 0.46 | 0.04 | 0.04 | 304.78 | 0.85 | 0.74 |
| Hex | F5 | 84 | EC | 0 | 2E | 4 | 4 | 131 | 55 | 4A |
| Octal | 365 | 204 | 354 | 0 | 56 | 4 | 4 | 461 | 125 | 112 |
| Binary | 11110101 | 10000100 | 11101100 | 0 | 101110 | 100 | 100 | 100110001 | 1010101 | 1001010 |
Color Harmonies of #F584EC
Complementary color
Monochromatic Colors of #F584EC
Black with #F584EC
Text Example
Text Example
White with #F584EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F584EC; }
p { color: rgb(245,132,236); }
H1.HeaderClassName
{
color: #F584EC;
}
.AnyTagClassName
{
color: #F584EC;
}
</style>
background-color css
<style>
a { background-color: #F584EC; }
a { background-color: rgb(245,132,236); }
div.DivClassName
{
background-color: #F584EC;
}
.BgClassName
{
background-color: #F584EC;
}
</style>
border-color css
<style>
span { border-color: #F584EC; }
span { border-color: rgb(245,132,236); }
td.TdClassName
{
border-color: #F584EC;
}
.TagClassName
{
border-color: #F584EC;
}
</style>