In a RGB color space, #ff8080 hex color is composed of 100% red, 50.2% green and 50.2% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 49.8% magenta, 49.8% yellow and 0% black. It has a hue angle of 0 degrees, a saturation of 100% and a lightness of 75.1%. #ff8080 color hex could be obtained by blending #000100 with #ff0000. Closest websafe color is: #ff9999.
The hexadecimal color #ff8080 has RGB values of R:255, G:128, B:128 and CMYK values of C:0, M:0.5, Y:0.5, K:0. Its decimal value is 16744576.
Hex triplet | ff8080 | #ff8080 |
RGB Decimal | 255, 128, 128 | rgb(255,128,128) |
RGB Percent | 100, 50.2, 50.2 | rgb(100%,50.2%,50.2%) |
CMYK | 0, 49.8, 49.8, 0 | |
HSL | 0°, 100, 75.1 | hsl(0,100%,75.1%) |
HSV(HSB) | 0°, 49.8, 100 | |
Web Safe | ff9999 | #f99 |
XYZ | 52.855, 38.257, 25.021 |
xyY | 0.455, 0.329, 38.257 |
CIE-LAB | 68.209, 48.197, 22.687 |
CIE-LCH | 68.209, 53.27, 25.207 |
CIE-LUV | 68.209, 91.713, 19.771 |
Hunter-Lab | 61.852, 44.295, 19.312 |
Binary | 11111111, 10000000, 10000000 |
Below, you can see some colors close to #ff8080. 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 #ff8080.
<span style="color:#ff8080">Text here</span>
This paragraph has a background color of #ff8080.
<p style="background-color:#ff8080;">Content here</p>
This element has a border color of #ff8080.
<div style="border:1px #ff8080;">Content here</div>
.text {color:#ff8080;}
.background {background-color:#ff8080;}
.border {border:1px solid #ff8080;}
.text-shadow {border:1px solid #ff8080;}
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, #c0bfbf is the less saturated color, while #fa8585 is the most saturated one.