Color Hex Logo

#fe245f Color Hex

#FE245F
(254,36,95)
0 Favorites   0 Comments

Color spaces of #fe245f

RGB 2543695
HSL0.950.990.57
HSV344°86°100°
CMYK 0.000.860.63   0.00
XYZ43.569523.158813.0002
Yxy23.15880.54650.2905
Hunter Lab48.123677.391717.6698
CIE-Lab55.235578.474324.3372

#fe245f color RGB value is (254,36,95).

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

The process color (four color CMYK) of #fe245f color hex is 0.00, 0.86, 0.63, 0.00. Web safe color of #fe245f is #ff3366. Color #fe245f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00100100 01011111
Octal 376 44 137
Decimal 254 36 95
Hex FE 24 5F

RGB Percentages of Color #fe245f

%65.97
%9.35
%24.68

CMYK Percentages of Color #fe245f

%0
%86
%63
%0

Triadic Colors of #fe245f

#fe245f #5ffe24 #245ffe

Analogous Colors of #fe245f

#fe245f #fe5624 #fe24cc

Monochromatic Colors of #fe245f

#fe245f

Complementary Color

#fe245f #24fec3

#fe245f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe245f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe245f Color CSS Codes

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

#fe245f Text Font Color

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

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


#fe245f Background Color

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

This div background color is #fe245f


#fe245f Border Color

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

This div border color is #fe245f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe245f


Comments

No comments written yet.

Please login to write comment.