Color Hex Logo

#f4198e Color Hex

#F4198E
(244,25,142)
0 Favorites   0 Comments

Color spaces of #f4198e

RGB 24425142
HSL0.910.910.53
HSV328°90°96°
CMYK 0.000.900.42   0.04
XYZ42.538321.881427.5727
Yxy21.88140.46240.2379
Hunter Lab46.777680.4625-2.2038
CIE-Lab53.900981.1610-6.0139

#f4198e color RGB value is (244,25,142).

#f4198e hex color red value is 244, green value is 25 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #f4198e hue: 0.91 , saturation: 0.91 and the lightness value of f4198e is 0.53.

The process color (four color CMYK) of #f4198e color hex is 0.00, 0.90, 0.42, 0.04. Web safe color of #f4198e is #ff0099. Color #f4198e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00011001 10001110
Octal 364 31 216
Decimal 244 25 142
Hex F4 19 8E

RGB Percentages of Color #f4198e

%59.37
%6.08
%34.55

CMYK Percentages of Color #f4198e

%0
%90
%42
%4

Triadic Colors of #f4198e

#f4198e #8ef419 #198ef4

Analogous Colors of #f4198e

#f4198e #f41921 #ed19f4

Monochromatic Colors of #f4198e

#f4198e

Complementary Color

#f4198e #19f47f

#f4198e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4198e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4198e Color CSS Codes

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

#f4198e Text Font Color

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

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


#f4198e Background Color

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

This div background color is #f4198e


#f4198e Border Color

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

This div border color is #f4198e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4198e


Comments

No comments written yet.

Please login to write comment.