Shades of Violet #F56EEC
Tints of Violet #F56EEC
RGB
CMYK
RGB Variations
Color information
#F56EEC (or 0xF56EEC) is known color: Violet. HEX triplet: F5, 6E and EC. RGB value is (245,110,236). Sum of RGB (Red+Green+Blue) = 245+110+236=591 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.46% from 591); Green value is 110 (43.36% from 255 or 18.61% from 591); Blue value is 236 (92.58% from 255 or 39.93% from 591); Max value from RGB is 245 - color contains mainly: red. Hex color #F56EEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F56EEC is #0A9113. Grayscale: #A4A4A4. Windows color (decimal): -692500 or 15494901. OLE color: 15494901.
HSL color Cylindrical-coordinate representation of color #F56EEC: hue angle of 304º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F56EEC is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 110 | 236 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.04 |
| HSL | 304º | 0.87% | 0.7% | - |
| HSV(B) | 304º | 0.55% | 0.96% | - |
| XYZ | 58.37 | 36.62 | 83.35 | - |
| YUV | 164.73 | 168.23 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 110 | 236 | 0 | 0.55 | 0.04 | 0.04 | 304 | 0.87 | 0.7 |
| Hex | F5 | 6E | EC | 0 | 37 | 4 | 4 | 130 | 57 | 46 |
| Octal | 365 | 156 | 354 | 0 | 67 | 4 | 4 | 460 | 127 | 106 |
| Binary | 11110101 | 1101110 | 11101100 | 0 | 110111 | 100 | 100 | 100110000 | 1010111 | 1000110 |
Color Harmonies of #F56EEC
Complementary color
Monochromatic Colors of #F56EEC
Black with #F56EEC
Text Example
Text Example
White with #F56EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56EEC; }
p { color: rgb(245,110,236); }
H1.HeaderClassName
{
color: #F56EEC;
}
.AnyTagClassName
{
color: #F56EEC;
}
</style>
background-color css
<style>
a { background-color: #F56EEC; }
a { background-color: rgb(245,110,236); }
div.DivClassName
{
background-color: #F56EEC;
}
.BgClassName
{
background-color: #F56EEC;
}
</style>
border-color css
<style>
span { border-color: #F56EEC; }
span { border-color: rgb(245,110,236); }
td.TdClassName
{
border-color: #F56EEC;
}
.TagClassName
{
border-color: #F56EEC;
}
</style>