Color Hex Logo

#f1241a Color Hex

#F1241A
(241,36,26)
0 Favorites   0 Comments

Color spaces of #f1241a

RGB 2413626
HSL0.010.880.52
HSV89°95°
CMYK 0.000.850.89   0.05
XYZ37.093020.03712.8898
Yxy20.03710.61800.3338
Hunter Lab44.762869.580227.5063
CIE-Lab51.879172.805757.3754

#f1241a color RGB value is (241,36,26).

#f1241a hex color red value is 241, green value is 36 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #f1241a hue: 0.01 , saturation: 0.88 and the lightness value of f1241a is 0.52.

The process color (four color CMYK) of #f1241a color hex is 0.00, 0.85, 0.89, 0.05. Web safe color of #f1241a is #ff3333. Color #f1241a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00100100 00011010
Octal 361 44 32
Decimal 241 36 26
Hex F1 24 1A

RGB Percentages of Color #f1241a

%79.54
%11.88
%8.58

CMYK Percentages of Color #f1241a

%0
%85
%89
%5

Triadic Colors of #f1241a

#f1241a #1af124 #241af1

Analogous Colors of #f1241a

#f1241a #f1901a #f11a7c

Monochromatic Colors of #f1241a

#f1241a

Complementary Color

#f1241a #1ae7f1

#f1241a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1241a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1241a Color CSS Codes

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

#f1241a Text Font Color

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

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


#f1241a Background Color

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

This div background color is #f1241a


#f1241a Border Color

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

This div border color is #f1241a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1241a


Comments

No comments written yet.

Please login to write comment.