In a RGB color space, #ff56ff hex color is composed of 100% red, 33.7% green and 100% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 66.3% magenta, 0% yellow and 0% black. It has a hue angle of 300 degrees, a saturation of 100% and a lightness of 66.9%. #ff56ff color hex could be obtained by blending #ffacff with #ff00ff. Closest websafe color is: #ff66ff.
The hexadecimal color #ff56ff has RGB values of R:255, G:86, B:255 and CMYK values of C:0, M:0.66, Y:0, K:0. Its decimal value is 16733951.
Hex triplet | ff56ff | #ff56ff |
RGB Decimal | 255, 86, 255 | rgb(255,86,255) |
RGB Percent | 100, 33.7, 100 | rgb(100%,33.7%,100%) |
CMYK | 0, 66.3, 0, 0 | |
HSL | 300°, 100, 66.9 | hsl(300,100%,66.9%) |
HSV(HSB) | 300°, 66.3, 100 | |
Web Safe | ff66ff | #f6f |
XYZ | 62.618, 35.136, 98.089 |
xyY | 0.32, 0.179, 35.136 |
CIE-LAB | 65.854, 82.248, -52.032 |
CIE-LCH | 65.854, 97.325, 327.681 |
CIE-LUV | 65.854, 73.218, -94.675 |
Hunter-Lab | 59.275, 84.834, -56.621 |
Binary | 11111111, 01010110, 11111111 |
Below, you can see some colors close to #ff56ff. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #ff56ff.
<span style="color:#ff56ff">Text here</span>
This paragraph has a background color of #ff56ff.
<p style="background-color:#ff56ff;">Content here</p>
This element has a border color of #ff56ff.
<div style="border:1px #ff56ff;">Content here</div>
.text {color:#ff56ff;}
.background {background-color:#ff56ff;}
.border {border:1px solid #ff56ff;}
.text-shadow {border:1px solid #ff56ff;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #010001 is the darkest color, while #ffebff is the lightest one.
A tone is produced by adding gray to any pure hue. In this case, #abaaab is the less saturated color, while #f85df8 is the most saturated one.