Color Hex Logo

#f1412a Color Hex

#F1412A
(241,65,42)
0 Favorites   0 Comments

Color spaces of #f1412a

RGB 2416542
HSL0.020.880.55
HSV83°95°
CMYK 0.000.730.83   0.05
XYZ38.583822.64854.5285
Yxy22.64850.58670.3444
Hunter Lab47.590461.435027.6715
CIE-Lab54.708465.441552.6172

#f1412a color RGB value is (241,65,42).

#f1412a hex color red value is 241, green value is 65 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #f1412a hue: 0.02 , saturation: 0.88 and the lightness value of f1412a is 0.55.

The process color (four color CMYK) of #f1412a color hex is 0.00, 0.73, 0.83, 0.05. Web safe color of #f1412a is #ff3333. Color #f1412a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01000001 00101010
Octal 361 101 52
Decimal 241 65 42
Hex F1 41 2A

RGB Percentages of Color #f1412a

%69.25
%18.68
%12.07

CMYK Percentages of Color #f1412a

%0
%73
%83
%5

Triadic Colors of #f1412a

#f1412a #2af141 #412af1

Analogous Colors of #f1412a

#f1412a #f1a52a #f12a77

Monochromatic Colors of #f1412a

#f1412a

Complementary Color

#f1412a #2adaf1

#f1412a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1412a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1412a Color CSS Codes

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

#f1412a Text Font Color

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

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


#f1412a Background Color

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

This div background color is #f1412a


#f1412a Border Color

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

This div border color is #f1412a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1412a


Comments

No comments written yet.

Please login to write comment.