Color Hex Logo

#f1574d Color Hex

#F1574D
(241,87,77)
0 Favorites   0 Comments

Color spaces of #f1574d

RGB 2418777
HSL0.010.850.62
HSV68°95°
CMYK 0.000.640.68   0.05
XYZ41.023426.05309.8877
Yxy26.05300.53300.3385
Hunter Lab51.042154.139624.2441
CIE-Lab58.087358.521137.8405

#f1574d color RGB value is (241,87,77).

#f1574d hex color red value is 241, green value is 87 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #f1574d hue: 0.01 , saturation: 0.85 and the lightness value of f1574d is 0.62.

The process color (four color CMYK) of #f1574d color hex is 0.00, 0.64, 0.68, 0.05. Web safe color of #f1574d is #ff6666. Color #f1574d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01010111 01001101
Octal 361 127 115
Decimal 241 87 77
Hex F1 57 4D

RGB Percentages of Color #f1574d

%59.51
%21.48
%19.01

CMYK Percentages of Color #f1574d

%0
%64
%68
%5

Triadic Colors of #f1574d

#f1574d #4df157 #574df1

Analogous Colors of #f1574d

#f1574d #f1a94d #f14d95

Monochromatic Colors of #f1574d

#f1574d

Complementary Color

#f1574d #4de7f1

#f1574d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1574d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1574d Color CSS Codes

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

#f1574d Text Font Color

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

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


#f1574d Background Color

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

This div background color is #f1574d


#f1574d Border Color

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

This div border color is #f1574d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,87,77, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1574d

#f1574d Color Palettes


Comments

No comments written yet.

Please login to write comment.