Color Hex Logo

#f4124e Color Hex

#F4124E
(244,18,78)
0 Favorites   0 Comments

Color spaces of #f4124e

RGB 2441878
HSL0.960.910.51
HSV344°93°96°
CMYK 0.000.930.68   0.04
XYZ38.899720.21589.0595
Yxy20.21580.57060.2965
Hunter Lab44.962075.749119.5269
CIE-Lab52.080377.777130.0670

#f4124e color RGB value is (244,18,78).

#f4124e hex color red value is 244, green value is 18 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #f4124e hue: 0.96 , saturation: 0.91 and the lightness value of f4124e is 0.51.

The process color (four color CMYK) of #f4124e color hex is 0.00, 0.93, 0.68, 0.04. Web safe color of #f4124e is #ff0066. Color #f4124e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00010010 01001110
Octal 364 22 116
Decimal 244 18 78
Hex F4 12 4E

RGB Percentages of Color #f4124e

%71.76
%5.29
%22.94

CMYK Percentages of Color #f4124e

%0
%93
%68
%4

Triadic Colors of #f4124e

#f4124e #4ef412 #124ef4

Analogous Colors of #f4124e

#f4124e #f44712 #f412bf

Monochromatic Colors of #f4124e

#f4124e

Complementary Color

#f4124e #12f4b8

#f4124e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4124e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4124e Color CSS Codes

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

#f4124e Text Font Color

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

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


#f4124e Background Color

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

This div background color is #f4124e


#f4124e Border Color

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

This div border color is #f4124e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4124e


Comments

No comments written yet.

Please login to write comment.