Color Hex Logo

#f1154e Color Hex

#F1154E
(241,21,78)
0 Favorites   0 Comments

Color spaces of #f1154e

RGB 2412178
HSL0.960.890.51
HSV344°91°95°
CMYK 0.000.910.68   0.05
XYZ37.918919.78729.0285
Yxy19.78720.56820.2965
Hunter Lab44.482874.315519.1041
CIE-Lab51.595876.719229.3313

#f1154e color RGB value is (241,21,78).

#f1154e hex color red value is 241, green value is 21 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #f1154e hue: 0.96 , saturation: 0.89 and the lightness value of f1154e is 0.51.

The process color (four color CMYK) of #f1154e color hex is 0.00, 0.91, 0.68, 0.05. Web safe color of #f1154e is #ff0066. Color #f1154e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00010101 01001110
Octal 361 25 116
Decimal 241 21 78
Hex F1 15 4E

RGB Percentages of Color #f1154e

%70.88
%6.18
%22.94

CMYK Percentages of Color #f1154e

%0
%91
%68
%5

Triadic Colors of #f1154e

#f1154e #4ef115 #154ef1

Analogous Colors of #f1154e

#f1154e #f14a15 #f115bc

Monochromatic Colors of #f1154e

#f1154e

Complementary Color

#f1154e #15f1b8

#f1154e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1154e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1154e Color CSS Codes

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

#f1154e Text Font Color

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

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


#f1154e Background Color

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

This div background color is #f1154e


#f1154e Border Color

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

This div border color is #f1154e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1154e


Comments

No comments written yet.

Please login to write comment.