Color Hex Logo

#f4198d Color Hex

#F4198D
(244,25,141)
0 Favorites   0 Comments

Color spaces of #f4198d

RGB 24425141
HSL0.910.910.53
HSV328°90°96°
CMYK 0.000.900.42   0.04
XYZ42.463621.851427.1790
Yxy21.85140.46410.2388
Hunter Lab46.745580.3448-1.7509
CIE-Lab53.869081.0747-5.4639

#f4198d color RGB value is (244,25,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 00011001 10001101
Octal 364 31 215
Decimal 244 25 141
Hex F4 19 8D

RGB Percentages of Color #f4198d

%59.51
%6.10
%34.39

CMYK Percentages of Color #f4198d

%0
%90
%42
%4

Triadic Colors of #f4198d

#f4198d #8df419 #198df4

Analogous Colors of #f4198d

#f4198d #f41920 #ee19f4

Monochromatic Colors of #f4198d

#f4198d

Complementary Color

#f4198d #19f480

#f4198d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4198d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4198d Color CSS Codes

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

#f4198d Text Font Color

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

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


#f4198d Background Color

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

This div background color is #f4198d


#f4198d Border Color

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

This div border color is #f4198d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4198d


Comments

No comments written yet.

Please login to write comment.