Shades of Violet #F56EEB
Tints of Violet #F56EEB
RGB
CMYK
RGB Variations
Color information
#F56EEB (or 0xF56EEB) is known color: Violet. HEX triplet: F5, 6E and EB. RGB value is (245,110,235). Sum of RGB (Red+Green+Blue) = 245+110+235=590 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.53% from 590); Green value is 110 (43.36% from 255 or 18.64% from 590); Blue value is 235 (92.19% from 255 or 39.83% from 590); Max value from RGB is 245 - color contains mainly: red. Hex color #F56EEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F56EEB is #0A9114. Grayscale: #A4A4A4. Windows color (decimal): -692501 or 15429365. OLE color: 15429365.
HSL color Cylindrical-coordinate representation of color #F56EEB: hue angle of 304.44º 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 #F56EEB is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 110 | 235 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.04 |
| HSL | 304.44º | 0.87% | 0.7% | - |
| HSV(B) | 304.44º | 0.55% | 0.96% | - |
| XYZ | 58.23 | 36.56 | 82.59 | - |
| YUV | 164.62 | 167.73 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 110 | 235 | 0 | 0.55 | 0.04 | 0.04 | 304.44 | 0.87 | 0.7 |
| Hex | F5 | 6E | EB | 0 | 37 | 4 | 4 | 130 | 57 | 46 |
| Octal | 365 | 156 | 353 | 0 | 67 | 4 | 4 | 460 | 127 | 106 |
| Binary | 11110101 | 1101110 | 11101011 | 0 | 110111 | 100 | 100 | 100110000 | 1010111 | 1000110 |
Color Harmonies of #F56EEB
Complementary color
Monochromatic Colors of #F56EEB
Black with #F56EEB
Text Example
Text Example
White with #F56EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56EEB; }
p { color: rgb(245,110,235); }
H1.HeaderClassName
{
color: #F56EEB;
}
.AnyTagClassName
{
color: #F56EEB;
}
</style>
background-color css
<style>
a { background-color: #F56EEB; }
a { background-color: rgb(245,110,235); }
div.DivClassName
{
background-color: #F56EEB;
}
.BgClassName
{
background-color: #F56EEB;
}
</style>
border-color css
<style>
span { border-color: #F56EEB; }
span { border-color: rgb(245,110,235); }
td.TdClassName
{
border-color: #F56EEB;
}
.TagClassName
{
border-color: #F56EEB;
}
</style>