Color Hex Logo

#f41236 Color Hex

#F41236
(244,18,54)
0 Favorites   0 Comments

Color spaces of #f41236

RGB 2441854
HSL0.970.910.51
HSV350°93°96°
CMYK 0.000.930.78   0.04
XYZ38.190419.93215.3244
Yxy19.93210.60190.3142
Hunter Lab44.645474.562424.1809
CIE-Lab51.760476.886143.6918

#f41236 color RGB value is (244,18,54).

#f41236 hex color red value is 244, green value is 18 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #f41236 hue: 0.97 , saturation: 0.91 and the lightness value of f41236 is 0.51.

The process color (four color CMYK) of #f41236 color hex is 0.00, 0.93, 0.78, 0.04. Web safe color of #f41236 is #ff0033. Color #f41236 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00010010 00110110
Octal 364 22 66
Decimal 244 18 54
Hex F4 12 36

RGB Percentages of Color #f41236

%77.22
%5.70
%17.09

CMYK Percentages of Color #f41236

%0
%93
%78
%4

Triadic Colors of #f41236

#f41236 #36f412 #1236f4

Analogous Colors of #f41236

#f41236 #f45f12 #f412a7

Monochromatic Colors of #f41236

#f41236

Complementary Color

#f41236 #12f4d0

#f41236 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f41236 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f41236 Color CSS Codes

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

#f41236 Text Font Color

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

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


#f41236 Background Color

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

This div background color is #f41236


#f41236 Border Color

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

This div border color is #f41236


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(244,18,54, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f41236; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f41236;
  -webkit-box-shadow: 1px 1px 3px 2px #f41236;
  box-shadow:         1px 1px 3px 2px #f41236; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,18,54, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f41236


Comments

No comments written yet.

Please login to write comment.