Color Hex Logo

#f43c5e Color Hex

#F43C5E
(244,60,94)
0 Favorites   0 Comments

Color spaces of #f43c5e

RGB 2446094
HSL0.970.890.60
HSV349°75°96°
CMYK 0.000.750.61   0.04
XYZ40.944523.273012.9238
Yxy23.27300.53080.3017
Hunter Lab48.242167.074617.8860
CIE-Lab55.352470.067124.7320

#f43c5e color RGB value is (244,60,94).

#f43c5e hex color red value is 244, green value is 60 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #f43c5e hue: 0.97 , saturation: 0.89 and the lightness value of f43c5e is 0.60.

The process color (four color CMYK) of #f43c5e color hex is 0.00, 0.75, 0.61, 0.04. Web safe color of #f43c5e is #ff3366. Color #f43c5e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00111100 01011110
Octal 364 74 136
Decimal 244 60 94
Hex F4 3C 5E

RGB Percentages of Color #f43c5e

%61.31
%15.08
%23.62

CMYK Percentages of Color #f43c5e

%0
%75
%61
%4

Triadic Colors of #f43c5e

#f43c5e #5ef43c #3c5ef4

Analogous Colors of #f43c5e

#f43c5e #f4763c #f43cba

Monochromatic Colors of #f43c5e

#f43c5e

Complementary Color

#f43c5e #3cf4d2

#f43c5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f43c5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f43c5e Color CSS Codes

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

#f43c5e Text Font Color

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

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


#f43c5e Background Color

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

This div background color is #f43c5e


#f43c5e Border Color

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

This div border color is #f43c5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f43c5e


Comments

No comments written yet.

Please login to write comment.