Color Hex Logo

#f04179 Color Hex

#F04179
(240,65,121)
0 Favorites   0 Comments

Color spaces of #f04179

RGB 24065121
HSL0.950.850.60
HSV341°73°94°
CMYK 0.000.730.50   0.06
XYZ41.276723.686320.4856
Yxy23.68630.48310.2772
Hunter Lab48.668666.21919.1116
CIE-Lab55.772369.27579.1432

#f04179 color RGB value is (240,65,121).

#f04179 hex color red value is 240, green value is 65 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #f04179 hue: 0.95 , saturation: 0.85 and the lightness value of f04179 is 0.60.

The process color (four color CMYK) of #f04179 color hex is 0.00, 0.73, 0.50, 0.06. Web safe color of #f04179 is #ff3366. Color #f04179 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01000001 01111001
Octal 360 101 171
Decimal 240 65 121
Hex F0 41 79

RGB Percentages of Color #f04179

%56.34
%15.26
%28.40

CMYK Percentages of Color #f04179

%0
%73
%50
%6

Triadic Colors of #f04179

#f04179 #79f041 #4179f0

Analogous Colors of #f04179

#f04179 #f06141 #f041d1

Monochromatic Colors of #f04179

#f04179

Complementary Color

#f04179 #41f0b8

#f04179 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f04179 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f04179 Color CSS Codes

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

#f04179 Text Font Color

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

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


#f04179 Background Color

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

This div background color is #f04179


#f04179 Border Color

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

This div border color is #f04179


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,65,121, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f04179; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f04179;
  -webkit-box-shadow: 1px 1px 3px 2px #f04179;
  box-shadow:         1px 1px 3px 2px #f04179; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,65,121, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f04179


Comments

No comments written yet.

Please login to write comment.