Color Hex Logo

#f5293e Color Hex

#F5293E
(245,41,62)
0 Favorites   0 Comments

Color spaces of #f5293e

RGB 2454162
HSL0.980.910.56
HSV354°83°96°
CMYK 0.000.830.75   0.04
XYZ39.318621.34626.6053
Yxy21.34620.58450.3173
Hunter Lab46.201971.053023.8649
CIE-Lab53.326373.734240.9429

#f5293e color RGB value is (245,41,62).

#f5293e hex color red value is 245, green value is 41 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #f5293e hue: 0.98 , saturation: 0.91 and the lightness value of f5293e is 0.56.

The process color (four color CMYK) of #f5293e color hex is 0.00, 0.83, 0.75, 0.04. Web safe color of #f5293e is #ff3333. Color #f5293e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00101001 00111110
Octal 365 51 76
Decimal 245 41 62
Hex F5 29 3E

RGB Percentages of Color #f5293e

%70.40
%11.78
%17.82

CMYK Percentages of Color #f5293e

%0
%83
%75
%4

Triadic Colors of #f5293e

#f5293e #3ef529 #293ef5

Analogous Colors of #f5293e

#f5293e #f57a29 #f529a4

Monochromatic Colors of #f5293e

#f5293e

Complementary Color

#f5293e #29f5e0

#f5293e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5293e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5293e Color CSS Codes

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

#f5293e Text Font Color

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

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


#f5293e Background Color

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

This div background color is #f5293e


#f5293e Border Color

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

This div border color is #f5293e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5293e


Comments

No comments written yet.

Please login to write comment.