Color Hex Logo

#fe242f Color Hex

#FE242F
(254,36,47)
0 Favorites   0 Comments

Color spaces of #fe242f

RGB 2543647
HSL0.990.990.57
HSV357°86°100°
CMYK 0.000.860.81   0.00
XYZ42.017022.53784.8250
Yxy22.53780.60560.3248
Hunter Lab47.474074.902527.2059
CIE-Lab54.593076.609150.9378

#fe242f color RGB value is (254,36,47).

#fe242f hex color red value is 254, green value is 36 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #fe242f hue: 0.99 , saturation: 0.99 and the lightness value of fe242f is 0.57.

The process color (four color CMYK) of #fe242f color hex is 0.00, 0.86, 0.81, 0.00. Web safe color of #fe242f is #ff3333. Color #fe242f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00100100 00101111
Octal 376 44 57
Decimal 254 36 47
Hex FE 24 2F

RGB Percentages of Color #fe242f

%75.37
%10.68
%13.95

CMYK Percentages of Color #fe242f

%0
%86
%81
%0

Triadic Colors of #fe242f

#fe242f #2ffe24 #242ffe

Analogous Colors of #fe242f

#fe242f #fe8624 #fe249c

Monochromatic Colors of #fe242f

#fe242f

Complementary Color

#fe242f #24fef3

#fe242f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe242f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe242f Color CSS Codes

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

#fe242f Text Font Color

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

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


#fe242f Background Color

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

This div background color is #fe242f


#fe242f Border Color

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

This div border color is #fe242f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe242f


Comments

No comments written yet.

Please login to write comment.