Shades of Violet #F571EC
Tints of Violet #F571EC
RGB
CMYK
RGB Variations
Color information
#F571EC (or 0xF571EC) is known color: Violet. HEX triplet: F5, 71 and EC. RGB value is (245,113,236). Sum of RGB (Red+Green+Blue) = 245+113+236=594 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.25% from 594); Green value is 113 (44.53% from 255 or 19.02% from 594); Blue value is 236 (92.58% from 255 or 39.73% from 594); Max value from RGB is 245 - color contains mainly: red. Hex color #F571EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F571EC is #0A8E13. Grayscale: #A6A6A6. Windows color (decimal): -691732 or 15495669. OLE color: 15495669.
HSL color Cylindrical-coordinate representation of color #F571EC: hue angle of 304.09º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F571EC is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 113 | 236 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.04 |
| HSL | 304.09º | 0.87% | 0.7% | - |
| HSV(B) | 304.09º | 0.54% | 0.96% | - |
| XYZ | 58.7 | 37.28 | 83.46 | - |
| YUV | 166.49 | 167.23 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 113 | 236 | 0 | 0.54 | 0.04 | 0.04 | 304.09 | 0.87 | 0.7 |
| Hex | F5 | 71 | EC | 0 | 36 | 4 | 4 | 130 | 57 | 46 |
| Octal | 365 | 161 | 354 | 0 | 66 | 4 | 4 | 460 | 127 | 106 |
| Binary | 11110101 | 1110001 | 11101100 | 0 | 110110 | 100 | 100 | 100110000 | 1010111 | 1000110 |
Color Harmonies of #F571EC
Complementary color
Monochromatic Colors of #F571EC
Black with #F571EC
Text Example
Text Example
White with #F571EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F571EC; }
p { color: rgb(245,113,236); }
H1.HeaderClassName
{
color: #F571EC;
}
.AnyTagClassName
{
color: #F571EC;
}
</style>
background-color css
<style>
a { background-color: #F571EC; }
a { background-color: rgb(245,113,236); }
div.DivClassName
{
background-color: #F571EC;
}
.BgClassName
{
background-color: #F571EC;
}
</style>
border-color css
<style>
span { border-color: #F571EC; }
span { border-color: rgb(245,113,236); }
td.TdClassName
{
border-color: #F571EC;
}
.TagClassName
{
border-color: #F571EC;
}
</style>