Color Hex Logo

#f1405e Color Hex

#F1405E
(241,64,94)
0 Favorites   0 Comments

Color spaces of #f1405e

RGB 2416494
HSL0.970.860.60
HSV350°73°95°
CMYK 0.000.730.61   0.05
XYZ40.129423.175712.9480
Yxy23.17570.52630.3039
Hunter Lab48.141164.546717.7522
CIE-Lab55.252967.973624.4990

#f1405e color RGB value is (241,64,94).

#f1405e hex color red value is 241, green value is 64 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #f1405e hue: 0.97 , saturation: 0.86 and the lightness value of f1405e is 0.60.

The process color (four color CMYK) of #f1405e color hex is 0.00, 0.73, 0.61, 0.05. Web safe color of #f1405e is #ff3366. Color #f1405e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01000000 01011110
Octal 361 100 136
Decimal 241 64 94
Hex F1 40 5E

RGB Percentages of Color #f1405e

%60.40
%16.04
%23.56

CMYK Percentages of Color #f1405e

%0
%73
%61
%5

Triadic Colors of #f1405e

#f1405e #5ef140 #405ef1

Analogous Colors of #f1405e

#f1405e #f17b40 #f140b7

Monochromatic Colors of #f1405e

#f1405e

Complementary Color

#f1405e #40f1d3

#f1405e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1405e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1405e Color CSS Codes

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

#f1405e Text Font Color

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

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


#f1405e Background Color

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

This div background color is #f1405e


#f1405e Border Color

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

This div border color is #f1405e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,64,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 #f1405e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1405e


Comments

No comments written yet.

Please login to write comment.