Color Hex Logo

#f0294e Color Hex

#F0294E
(240,41,78)
0 Favorites   0 Comments

Color spaces of #f0294e

RGB 2404178
HSL0.970.870.55
HSV349°83°94°
CMYK 0.000.830.68   0.06
XYZ38.103320.66129.1875
Yxy20.66120.56070.3041
Hunter Lab45.454670.086019.8342
CIE-Lab52.576773.086730.5136

#f0294e color RGB value is (240,41,78).

#f0294e hex color red value is 240, green value is 41 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #f0294e hue: 0.97 , saturation: 0.87 and the lightness value of f0294e is 0.55.

The process color (four color CMYK) of #f0294e color hex is 0.00, 0.83, 0.68, 0.06. Web safe color of #f0294e is #ff3366. Color #f0294e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00101001 01001110
Octal 360 51 116
Decimal 240 41 78
Hex F0 29 4E

RGB Percentages of Color #f0294e

%66.85
%11.42
%21.73

CMYK Percentages of Color #f0294e

%0
%83
%68
%6

Triadic Colors of #f0294e

#f0294e #4ef029 #294ef0

Analogous Colors of #f0294e

#f0294e #f06829 #f029b2

Monochromatic Colors of #f0294e

#f0294e

Complementary Color

#f0294e #29f0cb

#f0294e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0294e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0294e Color CSS Codes

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

#f0294e Text Font Color

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

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


#f0294e Background Color

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

This div background color is #f0294e


#f0294e Border Color

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

This div border color is #f0294e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0294e


Comments

No comments written yet.

Please login to write comment.