In a RGB color space, #ff95ff hex color is composed of 100% red, 58.4% green and 100% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 41.6% magenta, 0% yellow and 0% black. It has a hue angle of 300 degrees, a saturation of 100% and a lightness of 79.2%. #ff95ff color hex could be obtained by blending #ffffff with #ff2bff. Closest websafe color is: #ff99ff.
The hexadecimal color #ff95ff has RGB values of R:255, G:149, B:255 and CMYK values of C:0, M:0.42, Y:0, K:0. Its decimal value is 16750079.
Hex triplet | ff95ff | #ff95ff |
RGB Decimal | 255, 149, 255 | rgb(255,149,255) |
RGB Percent | 100, 58.4, 100 | rgb(100%,58.4%,100%) |
CMYK | 0, 41.6, 0, 0 | |
HSL | 300°, 100, 79.2 | hsl(300,100%,79.2%) |
HSV(HSB) | 300°, 41.6, 100 | |
Web Safe | ff99ff | #f9f |
XYZ | 70.037, 49.975, 100.562 |
xyY | 0.318, 0.227, 49.975 |
CIE-LAB | 76.054, 54.83, -36.056 |
CIE-LCH | 76.054, 65.623, 326.671 |
CIE-LUV | 76.054, 51.406, -66.475 |
Hunter-Lab | 70.693, 53.132, -34.856 |
Binary | 11111111, 10010101, 11111111 |
Below, you can see some colors close to #ff95ff. 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 #ff95ff.
<span style="color:#ff95ff">Text here</span>
This paragraph has a background color of #ff95ff.
<p style="background-color:#ff95ff;">Content here</p>
This element has a border color of #ff95ff.
<div style="border:1px #ff95ff;">Content here</div>
.text {color:#ff95ff;}
.background {background-color:#ff95ff;}
.border {border:1px solid #ff95ff;}
.text-shadow {border:1px solid #ff95ff;}
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, #000000 is the darkest color, while #ffeaff is the lightest one.
A tone is produced by adding gray to any pure hue. In this case, #cacaca is the less saturated color, while #fb99fb is the most saturated one.