Color Hex Logo

#f4257a Color Hex

#F4257A
(244,37,122)
0 Favorites   0 Comments

Color spaces of #f4257a

RGB 24437122
HSL0.930.900.55
HSV335°85°96°
CMYK 0.000.850.50   0.04
XYZ41.482621.961420.4649
Yxy21.96140.49440.2617
Hunter Lab46.863075.99606.9124
CIE-Lab53.986077.60386.1020

#f4257a color RGB value is (244,37,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 00100101 01111010
Octal 364 45 172
Decimal 244 37 122
Hex F4 25 7A

RGB Percentages of Color #f4257a

%60.55
%9.18
%30.27

CMYK Percentages of Color #f4257a

%0
%85
%50
%4

Triadic Colors of #f4257a

#f4257a #7af425 #257af4

Analogous Colors of #f4257a

#f4257a #f43825 #f425e2

Monochromatic Colors of #f4257a

#f4257a

Complementary Color

#f4257a #25f49f

#f4257a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4257a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4257a Color CSS Codes

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

#f4257a Text Font Color

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

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


#f4257a Background Color

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

This div background color is #f4257a


#f4257a Border Color

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

This div border color is #f4257a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4257a


Comments

No comments written yet.

Please login to write comment.