Color Hex Logo

#f11840 Color Hex

#F11840
(241,24,64)
0 Favorites   0 Comments

Color spaces of #f11840

RGB 2412464
HSL0.970.890.52
HSV349°90°95°
CMYK 0.000.900.73   0.05
XYZ37.527719.72426.6797
Yxy19.72420.58700.3085
Hunter Lab44.411973.110122.1709
CIE-Lab51.523975.758537.5414

#f11840 color RGB value is (241,24,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 00011000 01000000
Octal 361 30 100
Decimal 241 24 64
Hex F1 18 40

RGB Percentages of Color #f11840

%73.25
%7.29
%19.45

CMYK Percentages of Color #f11840

%0
%90
%73
%5

Triadic Colors of #f11840

#f11840 #40f118 #1840f1

Analogous Colors of #f11840

#f11840 #f15d18 #f118ad

Monochromatic Colors of #f11840

#f11840

Complementary Color

#f11840 #18f1c9

#f11840 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f11840 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f11840 Color CSS Codes

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

#f11840 Text Font Color

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

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


#f11840 Background Color

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

This div background color is #f11840


#f11840 Border Color

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

This div border color is #f11840


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f11840


Comments

No comments written yet.

Please login to write comment.