Color Hex Logo

#f4014a Color Hex

#F4014A
(244,1,74)
0 Favorites   0 Comments

Color spaces of #f4014a

RGB 244174
HSL0.950.990.48
HSV342°100°96°
CMYK 0.001.000.70   0.04
XYZ38.555119.74928.2585
Yxy19.74920.57920.2967
Hunter Lab44.440177.092020.0899
CIE-Lab51.552578.952931.8100

#f4014a color RGB value is (244,1,74).

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

The process color (four color CMYK) of #f4014a color hex is 0.00, 1.00, 0.70, 0.04. Web safe color of #f4014a is #ff0033. Color #f4014a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00000001 01001010
Octal 364 1 112
Decimal 244 1 74
Hex F4 1 4A

RGB Percentages of Color #f4014a

%76.49
%0.31
%23.20

CMYK Percentages of Color #f4014a

%0
%100
%70
%4

Triadic Colors of #f4014a

#f4014a #4af401 #014af4

Analogous Colors of #f4014a

#f4014a #f43101 #f401c4

Monochromatic Colors of #f4014a

#f4014a

Complementary Color

#f4014a #01f4ab

#f4014a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4014a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4014a Color CSS Codes

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

#f4014a Text Font Color

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

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


#f4014a Background Color

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

This div background color is #f4014a


#f4014a Border Color

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

This div border color is #f4014a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4014a


Comments

No comments written yet.

Please login to write comment.