Color Hex Logo

#fd555f Color Hex

#FD555F
(253,85,95)
0 Favorites   0 Comments

Color spaces of #fd555f

RGB 2538595
HSL0.990.980.66
HSV356°66°99°
CMYK 0.000.660.62   0.01
XYZ45.822128.205913.8557
Yxy28.20590.52140.3209
Hunter Lab53.109261.066821.7083
CIE-Lab60.074364.150230.5653

#fd555f color RGB value is (253,85,95).

#fd555f hex color red value is 253, green value is 85 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #fd555f hue: 0.99 , saturation: 0.98 and the lightness value of fd555f is 0.66.

The process color (four color CMYK) of #fd555f color hex is 0.00, 0.66, 0.62, 0.01. Web safe color of #fd555f is #ff6666. Color #fd555f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01010101 01011111
Octal 375 125 137
Decimal 253 85 95
Hex FD 55 5F

RGB Percentages of Color #fd555f

%58.43
%19.63
%21.94

CMYK Percentages of Color #fd555f

%0
%66
%62
%1

Triadic Colors of #fd555f

#fd555f #5ffd55 #555ffd

Analogous Colors of #fd555f

#fd555f #fd9f55 #fd55b3

Monochromatic Colors of #fd555f

#fd555f

Complementary Color

#fd555f #55fdf3

#fd555f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd555f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd555f Color CSS Codes

.mybgcolor {background-color:#fd555f; } 
.myforecolor {color:#fd555f; }
.mybordercolor {border:3px solid #fd555f; }

#fd555f Text Font Color

<p style="color:#fd555f">Text here</p>

This sample text font color is #fd555f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fd555f Background Color

<div style="background-color:#fd555f">
Div content here</div>

This div background color is #fd555f


#fd555f Border Color

<div style="border:3px solid #fd555f">
Div here</div>

This div border color is #fd555f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,85,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fd555f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fd555f;
  -webkit-box-shadow: 1px 1px 3px 2px #fd555f;
  box-shadow:         1px 1px 3px 2px #fd555f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,85,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fd555f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fd555f;
  -webkit-box-shadow: 1px 1px 3px 2px #fd555f;
  box-shadow:         1px 1px 3px 2px #fd555f;">
Div content here</div>

This div box has shadow with color #fd555f


Comments

No comments written yet.

Please login to write comment.