Color Hex Logo

#f4254e Color Hex

#F4254E
(244,37,78)
0 Favorites   0 Comments

Color spaces of #f4254e

RGB 2443778
HSL0.970.900.55
HSV348°85°96°
CMYK 0.000.850.68   0.04
XYZ39.344921.10639.2079
Yxy21.10630.56480.3030
Hunter Lab45.941672.471620.2758
CIE-Lab53.065674.940931.2917

#f4254e color RGB value is (244,37,78).

#f4254e hex color red value is 244, green value is 37 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #f4254e hue: 0.97 , saturation: 0.90 and the lightness value of f4254e is 0.55.

The process color (four color CMYK) of #f4254e color hex is 0.00, 0.85, 0.68, 0.04. Web safe color of #f4254e is #ff3366. Color #f4254e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00100101 01001110
Octal 364 45 116
Decimal 244 37 78
Hex F4 25 4E

RGB Percentages of Color #f4254e

%67.97
%10.31
%21.73

CMYK Percentages of Color #f4254e

%0
%85
%68
%4

Triadic Colors of #f4254e

#f4254e #4ef425 #254ef4

Analogous Colors of #f4254e

#f4254e #f46425 #f425b6

Monochromatic Colors of #f4254e

#f4254e

Complementary Color

#f4254e #25f4cb

#f4254e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4254e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4254e Color CSS Codes

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

#f4254e Text Font Color

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

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


#f4254e Background Color

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

This div background color is #f4254e


#f4254e Border Color

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

This div border color is #f4254e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(244,37,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f4254e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f4254e;
  -webkit-box-shadow: 1px 1px 3px 2px #f4254e;
  box-shadow:         1px 1px 3px 2px #f4254e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,37,78, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4254e


Comments

No comments written yet.

Please login to write comment.