Color Hex Logo

#f4018a Color Hex

#F4018A
(244,1,138)
0 Favorites   0 Comments

Color spaces of #f4018a

RGB 2441138
HSL0.910.990.48
HSV326°100°96°
CMYK 0.001.000.43   0.04
XYZ41.906521.089825.9068
Yxy21.08980.47140.2372
Hunter Lab45.923682.5195-1.3006
CIE-Lab53.047682.9361-4.8837

#f4018a color RGB value is (244,1,138).

#f4018a hex color red value is 244, green value is 1 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #f4018a hue: 0.91 , saturation: 0.99 and the lightness value of f4018a is 0.48.

The process color (four color CMYK) of #f4018a color hex is 0.00, 1.00, 0.43, 0.04. Web safe color of #f4018a is #ff0099. Color #f4018a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00000001 10001010
Octal 364 1 212
Decimal 244 1 138
Hex F4 1 8A

RGB Percentages of Color #f4018a

%63.71
%0.26
%36.03

CMYK Percentages of Color #f4018a

%0
%100
%43
%4

Triadic Colors of #f4018a

#f4018a #8af401 #018af4

Analogous Colors of #f4018a

#f4018a #f40111 #e501f4

Monochromatic Colors of #f4018a

#f4018a

Complementary Color

#f4018a #01f46b

#f4018a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4018a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4018a Color CSS Codes

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

#f4018a Text Font Color

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

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


#f4018a Background Color

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

This div background color is #f4018a


#f4018a Border Color

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

This div border color is #f4018a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4018a


Comments

No comments written yet.

Please login to write comment.