Color Hex Logo

#f4425e Color Hex

#F4425E
(244,66,94)
0 Favorites   0 Comments

Color spaces of #f4425e

RGB 2446694
HSL0.970.890.61
HSV351°73°96°
CMYK 0.000.730.61   0.04
XYZ41.276823.937713.0346
Yxy23.93770.52750.3059
Hunter Lab48.926264.971618.4527
CIE-Lab56.025468.185325.6122

#f4425e color RGB value is (244,66,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01000010 01011110
Octal 364 102 136
Decimal 244 66 94
Hex F4 42 5E

RGB Percentages of Color #f4425e

%60.40
%16.34
%23.27

CMYK Percentages of Color #f4425e

%0
%73
%61
%4

Triadic Colors of #f4425e

#f4425e #5ef442 #425ef4

Analogous Colors of #f4425e

#f4425e #f47f42 #f442b7

Monochromatic Colors of #f4425e

#f4425e

Complementary Color

#f4425e #42f4d8

#f4425e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4425e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4425e Color CSS Codes

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

#f4425e Text Font Color

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

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


#f4425e Background Color

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

This div background color is #f4425e


#f4425e Border Color

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

This div border color is #f4425e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,66,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 #f4425e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4425e


Comments

No comments written yet.

Please login to write comment.