Color Hex Logo

#f24040 Color Hex

#F24040
(242,64,64)
0 Favorites   0 Comments

Color spaces of #f24040

RGB 2426464
HSL0.000.870.60
HSV74°95°
CMYK 0.000.740.74   0.05
XYZ39.376822.91427.1980
Yxy22.91420.56670.3298
Hunter Lab47.868863.063524.5927
CIE-Lab54.983966.773441.5172

#f24040 color RGB value is (242,64,64).

#f24040 hex color red value is 242, green value is 64 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #f24040 hue: 0.00 , saturation: 0.87 and the lightness value of f24040 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 01000000 01000000
Octal 362 100 100
Decimal 242 64 64
Hex F2 40 40

RGB Percentages of Color #f24040

%65.41
%17.30
%17.30

CMYK Percentages of Color #f24040

%0
%74
%74
%5

Triadic Colors of #f24040

#f24040 #40f240 #4040f2

Analogous Colors of #f24040

#f24040 #f29940 #f24099

Monochromatic Colors of #f24040

#f24040

Complementary Color

#f24040 #40f2f2

#f24040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f24040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f24040 Color CSS Codes

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

#f24040 Text Font Color

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

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


#f24040 Background Color

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

This div background color is #f24040


#f24040 Border Color

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

This div border color is #f24040


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,64,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 #f24040">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f24040


Comments

No comments written yet.

Please login to write comment.