Fluorescent Red/ strong red
#ff5555 color RGB value is (255,85,85)
#ff5555 color CMYK value
#ff5555 color HSL value
HSV(or HSB) | 0° | 66.7 | 100 |
XYZ | 46.128 | 28.413 | 11.647 |
Yxy | 0.535 | 0.33 | 28.413 |
LAB | 60.26 | 64.221 | 36.542 |
LUV | 60.26 | 129.964 | 28.023 |
Hunter-LAB | 53.304 | 61.19 | 24.357 |
CIE-LCH | 60.26 | 73.89 | 29.64 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | FF | 55 | 55 |
Decimal | 255 | 85 | 85 |
Octal | 377 | 125 | 125 |
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.