Color Hex Logo

#f1193a Color Hex

#F1193A
(241,25,58)
0 Favorites   0 Comments

Color spaces of #f1193a

RGB 2412558
HSL0.970.890.52
HSV351°90°95°
CMYK 0.000.900.76   0.05
XYZ37.387019.70155.8352
Yxy19.70150.59420.3131
Hunter Lab44.386472.675823.2760
CIE-Lab51.498075.411240.9718

#f1193a color RGB value is (241,25,58).

#f1193a hex color red value is 241, green value is 25 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #f1193a hue: 0.97 , saturation: 0.89 and the lightness value of f1193a is 0.52.

The process color (four color CMYK) of #f1193a color hex is 0.00, 0.90, 0.76, 0.05. Web safe color of #f1193a is #ff0033. Color #f1193a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00011001 00111010
Octal 361 31 72
Decimal 241 25 58
Hex F1 19 3A

RGB Percentages of Color #f1193a

%74.38
%7.72
%17.90

CMYK Percentages of Color #f1193a

%0
%90
%76
%5

Triadic Colors of #f1193a

#f1193a #3af119 #193af1

Analogous Colors of #f1193a

#f1193a #f16419 #f119a6

Monochromatic Colors of #f1193a

#f1193a

Complementary Color

#f1193a #19f1d0

#f1193a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1193a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1193a Color CSS Codes

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

#f1193a Text Font Color

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

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


#f1193a Background Color

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

This div background color is #f1193a


#f1193a Border Color

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

This div border color is #f1193a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1193a


Comments

No comments written yet.

Please login to write comment.