Color Hex Logo

#fe246f Color Hex

#FE246F
(254,36,111)
0 Favorites   0 Comments

Color spaces of #fe246f

RGB 25436111
HSL0.940.990.57
HSV339°86°100°
CMYK 0.000.860.56   0.00
XYZ44.373223.480317.2323
Yxy23.48030.52150.2760
Hunter Lab48.456578.659512.8346
CIE-Lab55.563779.416015.2029

#fe246f color RGB value is (254,36,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00100100 01101111
Octal 376 44 157
Decimal 254 36 111
Hex FE 24 6F

RGB Percentages of Color #fe246f

%63.34
%8.98
%27.68

CMYK Percentages of Color #fe246f

%0
%86
%56
%0

Triadic Colors of #fe246f

#fe246f #6ffe24 #246ffe

Analogous Colors of #fe246f

#fe246f #fe4624 #fe24dc

Monochromatic Colors of #fe246f

#fe246f

Complementary Color

#fe246f #24feb3

#fe246f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe246f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe246f Color CSS Codes

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

#fe246f Text Font Color

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

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


#fe246f Background Color

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

This div background color is #fe246f


#fe246f Border Color

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

This div border color is #fe246f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe246f


Comments

No comments written yet.

Please login to write comment.