Color Hex Logo

#f40796 Color Hex

#F40796
(244,7,150)
0 Favorites   0 Comments

Color spaces of #f40796

RGB 2447150
HSL0.900.940.49
HSV324°97°96°
CMYK 0.000.970.39   0.04
XYZ42.889221.587130.7604
Yxy21.58710.45030.2267
Hunter Lab46.461983.4658-6.7300
CIE-Lab53.586183.5666-11.2562

#f40796 color RGB value is (244,7,150).

#f40796 hex color red value is 244, green value is 7 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #f40796 hue: 0.90 , saturation: 0.94 and the lightness value of f40796 is 0.49.

The process color (four color CMYK) of #f40796 color hex is 0.00, 0.97, 0.39, 0.04. Web safe color of #f40796 is #ff0099. Color #f40796 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00000111 10010110
Octal 364 7 226
Decimal 244 7 150
Hex F4 7 96

RGB Percentages of Color #f40796

%60.85
%1.75
%37.41

CMYK Percentages of Color #f40796

%0
%97
%39
%4

Triadic Colors of #f40796

#f40796 #96f407 #0796f4

Analogous Colors of #f40796

#f40796 #f4071f #dc07f4

Monochromatic Colors of #f40796

#f40796

Complementary Color

#f40796 #07f465

#f40796 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f40796 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f40796 Color CSS Codes

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

#f40796 Text Font Color

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

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


#f40796 Background Color

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

This div background color is #f40796


#f40796 Border Color

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

This div border color is #f40796


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f40796


Comments

No comments written yet.

Please login to write comment.