Color Hex Logo

#f0725e Color Hex

#F0725E
(240,114,94)
0 Favorites   0 Comments

Color spaces of #f0725e

RGB 24011494
HSL0.020.830.65
HSV61°94°
CMYK 0.000.530.61   0.06
XYZ43.972931.368014.3267
Yxy31.36800.49040.3498
Hunter Lab56.007142.133224.0385
CIE-Lab62.817146.981434.1670

#f0725e color RGB value is (240,114,94).

#f0725e hex color red value is 240, green value is 114 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #f0725e hue: 0.02 , saturation: 0.83 and the lightness value of f0725e is 0.65.

The process color (four color CMYK) of #f0725e color hex is 0.00, 0.53, 0.61, 0.06. Web safe color of #f0725e is #ff6666. Color #f0725e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01110010 01011110
Octal 360 162 136
Decimal 240 114 94
Hex F0 72 5E

RGB Percentages of Color #f0725e

%53.57
%25.45
%20.98

CMYK Percentages of Color #f0725e

%0
%53
%61
%6

Triadic Colors of #f0725e

#f0725e #5ef072 #725ef0

Analogous Colors of #f0725e

#f0725e #f0bb5e #f05e93

Monochromatic Colors of #f0725e

#f0725e

Complementary Color

#f0725e #5edcf0

#f0725e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0725e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0725e Color CSS Codes

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

#f0725e Text Font Color

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

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


#f0725e Background Color

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

This div background color is #f0725e


#f0725e Border Color

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

This div border color is #f0725e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0725e


Comments

No comments written yet.

Please login to write comment.