Color Hex Logo

#f4146d Color Hex

#F4146D
(244,20,109)
0 Favorites   0 Comments

Color spaces of #f4146d

RGB 24420109
HSL0.930.910.52
HSV336°92°96°
CMYK 0.000.920.55   0.04
XYZ40.318720.837516.3650
Yxy20.83750.52010.2688
Hunter Lab45.648177.776010.6980
CIE-Lab52.771279.259412.2346

#f4146d color RGB value is (244,20,109).

#f4146d hex color red value is 244, green value is 20 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #f4146d hue: 0.93 , saturation: 0.91 and the lightness value of f4146d is 0.52.

The process color (four color CMYK) of #f4146d color hex is 0.00, 0.92, 0.55, 0.04. Web safe color of #f4146d is #ff0066. Color #f4146d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00010100 01101101
Octal 364 24 155
Decimal 244 20 109
Hex F4 14 6D

RGB Percentages of Color #f4146d

%65.42
%5.36
%29.22

CMYK Percentages of Color #f4146d

%0
%92
%55
%4

Triadic Colors of #f4146d

#f4146d #6df414 #146df4

Analogous Colors of #f4146d

#f4146d #f42b14 #f414dd

Monochromatic Colors of #f4146d

#f4146d

Complementary Color

#f4146d #14f49b

#f4146d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4146d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4146d Color CSS Codes

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

#f4146d Text Font Color

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

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


#f4146d Background Color

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

This div background color is #f4146d


#f4146d Border Color

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

This div border color is #f4146d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4146d


Comments

No comments written yet.

Please login to write comment.