Color Hex Logo

#f4419e Color Hex

#F4419E
(244,65,158)
0 Favorites   0 Comments

Color spaces of #f4419e

RGB 24465158
HSL0.910.890.61
HSV329°73°96°
CMYK 0.000.730.35   0.04
XYZ45.370125.482334.8751
Yxy25.48230.42910.2410
Hunter Lab50.480072.0911-5.6257
CIE-Lab57.542473.7704-10.0435

#f4419e color RGB value is (244,65,158).

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

The process color (four color CMYK) of #f4419e color hex is 0.00, 0.73, 0.35, 0.04. Web safe color of #f4419e is #ff3399. Color #f4419e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01000001 10011110
Octal 364 101 236
Decimal 244 65 158
Hex F4 41 9E

RGB Percentages of Color #f4419e

%52.25
%13.92
%33.83

CMYK Percentages of Color #f4419e

%0
%73
%35
%4

Triadic Colors of #f4419e

#f4419e #9ef441 #419ef4

Analogous Colors of #f4419e

#f4419e #f44145 #f141f4

Monochromatic Colors of #f4419e

#f4419e

Complementary Color

#f4419e #41f497

#f4419e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4419e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4419e Color CSS Codes

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

#f4419e Text Font Color

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

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


#f4419e Background Color

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

This div background color is #f4419e


#f4419e Border Color

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

This div border color is #f4419e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4419e


Comments

No comments written yet.

Please login to write comment.