Color Hex Logo

#f4455e Color Hex

#F4455E
(244,69,94)
0 Favorites   0 Comments

Color spaces of #f4455e

RGB 2446994
HSL0.980.890.61
HSV351°72°96°
CMYK 0.000.720.61   0.04
XYZ41.456724.297513.0945
Yxy24.29750.52580.3082
Hunter Lab49.292563.862818.7544
CIE-Lab56.384467.186926.0805

#f4455e color RGB value is (244,69,94).

#f4455e hex color red value is 244, green value is 69 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #f4455e hue: 0.98 , saturation: 0.89 and the lightness value of f4455e is 0.61.

The process color (four color CMYK) of #f4455e color hex is 0.00, 0.72, 0.61, 0.04. Web safe color of #f4455e is #ff3366. Color #f4455e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01000101 01011110
Octal 364 105 136
Decimal 244 69 94
Hex F4 45 5E

RGB Percentages of Color #f4455e

%59.95
%16.95
%23.10

CMYK Percentages of Color #f4455e

%0
%72
%61
%4

Triadic Colors of #f4455e

#f4455e #5ef445 #455ef4

Analogous Colors of #f4455e

#f4455e #f48445 #f445b6

Monochromatic Colors of #f4455e

#f4455e

Complementary Color

#f4455e #45f4db

#f4455e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4455e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4455e Color CSS Codes

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

#f4455e Text Font Color

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

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


#f4455e Background Color

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

This div background color is #f4455e


#f4455e Border Color

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

This div border color is #f4455e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4455e


Comments

No comments written yet.

Please login to write comment.