Shades of Violet #F585EC
Tints of Violet #F585EC
RGB
CMYK
RGB Variations
Color information
#F585EC (or 0xF585EC) is known color: Violet. HEX triplet: F5, 85 and EC. RGB value is (245,133,236). Sum of RGB (Red+Green+Blue) = 245+133+236=614 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.90% from 614); Green value is 133 (52.34% from 255 or 21.66% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 245 - color contains mainly: red. Hex color #F585EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F585EC is #0A7A13. Grayscale: #B1B1B1. Windows color (decimal): -686612 or 15500789. OLE color: 15500789.
HSL color Cylindrical-coordinate representation of color #F585EC: hue angle of 304.82º 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 #F585EC is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 133 | 236 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.04 |
| HSL | 304.82º | 0.85% | 0.74% | - |
| HSV(B) | 304.82º | 0.46% | 0.96% | - |
| XYZ | 61.18 | 42.24 | 84.29 | - |
| YUV | 178.23 | 160.61 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 133 | 236 | 0 | 0.46 | 0.04 | 0.04 | 304.82 | 0.85 | 0.74 |
| Hex | F5 | 85 | EC | 0 | 2E | 4 | 4 | 131 | 55 | 4A |
| Octal | 365 | 205 | 354 | 0 | 56 | 4 | 4 | 461 | 125 | 112 |
| Binary | 11110101 | 10000101 | 11101100 | 0 | 101110 | 100 | 100 | 100110001 | 1010101 | 1001010 |
Color Harmonies of #F585EC
Complementary color
Monochromatic Colors of #F585EC
Black with #F585EC
Text Example
Text Example
White with #F585EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F585EC; }
p { color: rgb(245,133,236); }
H1.HeaderClassName
{
color: #F585EC;
}
.AnyTagClassName
{
color: #F585EC;
}
</style>
background-color css
<style>
a { background-color: #F585EC; }
a { background-color: rgb(245,133,236); }
div.DivClassName
{
background-color: #F585EC;
}
.BgClassName
{
background-color: #F585EC;
}
</style>
border-color css
<style>
span { border-color: #F585EC; }
span { border-color: rgb(245,133,236); }
td.TdClassName
{
border-color: #F585EC;
}
.TagClassName
{
border-color: #F585EC;
}
</style>