Color Hex Logo

#f55151 Color Hex

#F55151
(245,81,81)
1 Favorites   0 Comments

Color spaces of #f55151

RGB 2458181
HSL0.000.890.64
HSV67°96°
CMYK 0.000.670.67   0.04
XYZ42.083825.891410.5641
Yxy25.89140.53580.3297
Hunter Lab50.883658.584023.3091
CIE-Lab57.933862.410935.5710

#f55151 color RGB value is (245,81,81).

#f55151 hex color red value is 245, green value is 81 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #f55151 hue: 0.00 , saturation: 0.89 and the lightness value of f55151 is 0.64.

The process color (four color CMYK) of #f55151 color hex is 0.00, 0.67, 0.67, 0.04. Web safe color of #f55151 is #ff6666. Color #f55151 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01010001 01010001
Octal 365 121 121
Decimal 245 81 81
Hex F5 51 51

RGB Percentages of Color #f55151

%60.20
%19.90
%19.90

CMYK Percentages of Color #f55151

%0
%67
%67
%4

Triadic Colors of #f55151

#f55151 #51f551 #5151f5

Analogous Colors of #f55151

#f55151 #f5a351 #f551a3

Monochromatic Colors of #f55151

#f55151

Complementary Color

#f55151 #51f5f5

#f55151 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f55151 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f55151 Color CSS Codes

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

#f55151 Text Font Color

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

This sample text font color is #f55151
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.


#f55151 Background Color

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

This div background color is #f55151


#f55151 Border Color

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

This div border color is #f55151


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(245,81,81, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f55151; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f55151;
  -webkit-box-shadow: 1px 1px 3px 2px #f55151;
  box-shadow:         1px 1px 3px 2px #f55151; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f55151

#f55151 Color Palettes


Comments

No comments written yet.

Please login to write comment.