Color Hex Logo

#f1013e Color Hex

#F1013E
(241,1,62)
0 Favorites   0 Comments

Color spaces of #f1013e

RGB 241162
HSL0.960.990.47
HSV345°100°95°
CMYK 0.001.000.74   0.05
XYZ37.156019.07036.2800
Yxy19.07030.59440.3051
Hunter Lab43.669675.454022.0424
CIE-Lab50.769477.796037.8462

#f1013e color RGB value is (241,1,62).

#f1013e hex color red value is 241, green value is 1 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #f1013e hue: 0.96 , saturation: 0.99 and the lightness value of f1013e is 0.47.

The process color (four color CMYK) of #f1013e color hex is 0.00, 1.00, 0.74, 0.05. Web safe color of #f1013e is #ff0033. Color #f1013e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00000001 00111110
Octal 361 1 76
Decimal 241 1 62
Hex F1 1 3E

RGB Percentages of Color #f1013e

%79.28
%0.33
%20.39

CMYK Percentages of Color #f1013e

%0
%100
%74
%5

Triadic Colors of #f1013e

#f1013e #3ef101 #013ef1

Analogous Colors of #f1013e

#f1013e #f13c01 #f101b6

Monochromatic Colors of #f1013e

#f1013e

Complementary Color

#f1013e #01f1b4

#f1013e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1013e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1013e Color CSS Codes

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

#f1013e Text Font Color

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

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


#f1013e Background Color

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

This div background color is #f1013e


#f1013e Border Color

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

This div border color is #f1013e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,1,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 #f1013e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1013e


Comments

No comments written yet.

Please login to write comment.