Color Hex Logo

#f5191f Color Hex

#F5191F
(245,25,31)
0 Favorites   0 Comments

Color spaces of #f5191f

RGB 2452531
HSL1.000.920.53
HSV358°90°96°
CMYK 0.000.900.87   0.04
XYZ38.251120.20673.1805
Yxy20.20670.62060.3278
Hunter Lab44.951973.226127.2713
CIE-Lab52.070175.746355.7678

#f5191f color RGB value is (245,25,31).

#f5191f hex color red value is 245, green value is 25 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #f5191f hue: 1.00 , saturation: 0.92 and the lightness value of f5191f is 0.53.

The process color (four color CMYK) of #f5191f color hex is 0.00, 0.90, 0.87, 0.04. Web safe color of #f5191f is #ff0033. Color #f5191f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00011001 00011111
Octal 365 31 37
Decimal 245 25 31
Hex F5 19 1F

RGB Percentages of Color #f5191f

%81.40
%8.31
%10.30

CMYK Percentages of Color #f5191f

%0
%90
%87
%4

Triadic Colors of #f5191f

#f5191f #1ff519 #191ff5

Analogous Colors of #f5191f

#f5191f #f58119 #f5198d

Monochromatic Colors of #f5191f

#f5191f

Complementary Color

#f5191f #19f5ef

#f5191f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5191f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5191f Color CSS Codes

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

#f5191f Text Font Color

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

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


#f5191f Background Color

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

This div background color is #f5191f


#f5191f Border Color

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

This div border color is #f5191f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5191f


Comments

No comments written yet.

Please login to write comment.