Color Hex Logo

#f4245c Color Hex

#F4245C
(244,36,92)
0 Favorites   0 Comments

Color spaces of #f4245c

RGB 2443692
HSL0.960.900.55
HSV344°85°96°
CMYK 0.000.850.62   0.04
XYZ39.870921.267612.1288
Yxy21.26760.54420.2903
Hunter Lab46.116873.620116.6884
CIE-Lab53.241175.837723.1501

#f4245c color RGB value is (244,36,92).

#f4245c hex color red value is 244, green value is 36 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #f4245c hue: 0.96 , saturation: 0.90 and the lightness value of f4245c is 0.55.

The process color (four color CMYK) of #f4245c color hex is 0.00, 0.85, 0.62, 0.04. Web safe color of #f4245c is #ff3366. Color #f4245c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00100100 01011100
Octal 364 44 134
Decimal 244 36 92
Hex F4 24 5C

RGB Percentages of Color #f4245c

%65.59
%9.68
%24.73

CMYK Percentages of Color #f4245c

%0
%85
%62
%4

Triadic Colors of #f4245c

#f4245c #5cf424 #245cf4

Analogous Colors of #f4245c

#f4245c #f45424 #f424c4

Monochromatic Colors of #f4245c

#f4245c

Complementary Color

#f4245c #24f4bc

#f4245c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4245c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4245c Color CSS Codes

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

#f4245c Text Font Color

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

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


#f4245c Background Color

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

This div background color is #f4245c


#f4245c Border Color

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

This div border color is #f4245c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4245c


Comments

No comments written yet.

Please login to write comment.