Color Hex Logo

#fe313f Color Hex

#FE313F
(254,49,63)
0 Favorites   0 Comments

Color spaces of #fe313f

RGB 2544963
HSL0.990.990.59
HSV356°81°100°
CMYK 0.000.810.75   0.00
XYZ42.868623.62637.0035
Yxy23.62630.58330.3215
Hunter Lab48.606972.365125.4821
CIE-Lab55.711774.343443.5072

#fe313f color RGB value is (254,49,63).

#fe313f hex color red value is 254, green value is 49 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #fe313f hue: 0.99 , saturation: 0.99 and the lightness value of fe313f is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00110001 00111111
Octal 376 61 77
Decimal 254 49 63
Hex FE 31 3F

RGB Percentages of Color #fe313f

%69.40
%13.39
%17.21

CMYK Percentages of Color #fe313f

%0
%81
%75
%0

Triadic Colors of #fe313f

#fe313f #3ffe31 #313ffe

Analogous Colors of #fe313f

#fe313f #fe8a31 #fe31a6

Monochromatic Colors of #fe313f

#fe313f

Complementary Color

#fe313f #31fef0

#fe313f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe313f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe313f Color CSS Codes

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

#fe313f Text Font Color

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

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


#fe313f Background Color

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

This div background color is #fe313f


#fe313f Border Color

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

This div border color is #fe313f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe313f

Related Colors


Comments

No comments written yet.

Please login to write comment.