Shades of Violet #F56FED
Tints of Violet #F56FED
RGB
CMYK
RGB Variations
Color information
#F56FED (or 0xF56FED) is known color: Violet. HEX triplet: F5, 6F and ED. RGB value is (245,111,237). Sum of RGB (Red+Green+Blue) = 245+111+237=593 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.32% from 593); Green value is 111 (43.75% from 255 or 18.72% from 593); Blue value is 237 (92.97% from 255 or 39.97% from 593); Max value from RGB is 245 - color contains mainly: red. Hex color #F56FED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F56FED is #0A9012. Grayscale: #A5A5A5. Windows color (decimal): -692243 or 15560693. OLE color: 15560693.
HSL color Cylindrical-coordinate representation of color #F56FED: hue angle of 303.58º 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 #F56FED is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 111 | 237 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.04 |
| HSL | 303.58º | 0.87% | 0.7% | - |
| HSV(B) | 303.58º | 0.55% | 0.96% | - |
| XYZ | 58.63 | 36.9 | 84.15 | - |
| YUV | 165.43 | 168.39 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 111 | 237 | 0 | 0.55 | 0.03 | 0.04 | 303.58 | 0.87 | 0.7 |
| Hex | F5 | 6F | ED | 0 | 37 | 3 | 4 | 130 | 57 | 46 |
| Octal | 365 | 157 | 355 | 0 | 67 | 3 | 4 | 460 | 127 | 106 |
| Binary | 11110101 | 1101111 | 11101101 | 0 | 110111 | 11 | 100 | 100110000 | 1010111 | 1000110 |
Color Harmonies of #F56FED
Complementary color
Monochromatic Colors of #F56FED
Black with #F56FED
Text Example
Text Example
White with #F56FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56FED; }
p { color: rgb(245,111,237); }
H1.HeaderClassName
{
color: #F56FED;
}
.AnyTagClassName
{
color: #F56FED;
}
</style>
background-color css
<style>
a { background-color: #F56FED; }
a { background-color: rgb(245,111,237); }
div.DivClassName
{
background-color: #F56FED;
}
.BgClassName
{
background-color: #F56FED;
}
</style>
border-color css
<style>
span { border-color: #F56FED; }
span { border-color: rgb(245,111,237); }
td.TdClassName
{
border-color: #F56FED;
}
.TagClassName
{
border-color: #F56FED;
}
</style>