Color Hex Logo

#f04142 Color Hex

#F04142
(240,65,66)
0 Favorites   0 Comments

Color spaces of #f04142

RGB 2406566
HSL1.000.850.60
HSV360°73°94°
CMYK 0.000.730.73   0.06
XYZ38.808822.69927.4902
Yxy22.69920.56250.3290
Hunter Lab47.643762.023124.0294
CIE-Lab54.761165.932540.0535

#f04142 color RGB value is (240,65,66).

#f04142 hex color red value is 240, green value is 65 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #f04142 hue: 1.00 , saturation: 0.85 and the lightness value of f04142 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01000001 01000010
Octal 360 101 102
Decimal 240 65 66
Hex F0 41 42

RGB Percentages of Color #f04142

%64.69
%17.52
%17.79

CMYK Percentages of Color #f04142

%0
%73
%73
%6

Triadic Colors of #f04142

#f04142 #42f041 #4142f0

Analogous Colors of #f04142

#f04142 #f09841 #f0419a

Monochromatic Colors of #f04142

#f04142

Complementary Color

#f04142 #41f0ef

#f04142 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f04142 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f04142 Color CSS Codes

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

#f04142 Text Font Color

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

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


#f04142 Background Color

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

This div background color is #f04142


#f04142 Border Color

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

This div border color is #f04142


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f04142


Comments

No comments written yet.

Please login to write comment.