In a RGB color space, #ff5555 hex color (also known as Fluorescent Red) is composed of 100% red, 33.3% green and 33.3% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 66.7% magenta, 66.7% yellow and 0% black. It has a hue angle of 0 degrees, a saturation of 100% and a lightness of 66.7%. #ff5555 color hex could be obtained by blending #ffaaaa with #ff0000. Closest websafe color is: #ff6666.
The hexadecimal color #ff5555 has RGB values of R:255, G:85, B:85 and CMYK values of C:0, M:0.67, Y:0.67, K:0. Its decimal value is 16733525.
Hex triplet | ff5555 | #ff5555 |
RGB Decimal | 255, 85, 85 | rgb(255,85,85) |
RGB Percent | 100, 33.3, 33.3 | rgb(100%,33.3%,33.3%) |
CMYK | 0, 66.7, 66.7, 0 | |
HSL | 0°, 100, 66.7 | hsl(0,100%,66.7%) |
HSV(HSB) | 0°, 66.7, 100 | |
Web Safe | ff6666 | #f66 |
XYZ | 46.128, 28.413, 11.647 |
xyY | 0.535, 0.33, 28.413 |
CIE-LAB | 60.26, 64.221, 36.542 |
CIE-LCH | 60.26, 73.89, 29.64 |
CIE-LUV | 60.26, 129.964, 28.023 |
Hunter-Lab | 53.304, 61.19, 24.357 |
Binary | 11111111, 01010101, 01010101 |
Below, you can see some colors close to #ff5555. 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 #ff5555.
<span style="color:#ff5555">Text here</span>
This paragraph has a background color of #ff5555.
<p style="background-color:#ff5555;">Content here</p>
This element has a border color of #ff5555.
<div style="border:1px #ff5555;">Content here</div>
.text {color:#ff5555;}
.background {background-color:#ff5555;}
.border {border:1px solid #ff5555;}
.text-shadow {border:1px solid #ff5555;}
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 #ffeaea is the lightest one.
A tone is produced by adding gray to any pure hue. In this case, #aaaaaa is the less saturated color, while #f85c5c is the most saturated one.