Color Hex Logo

#f1525c Color Hex

#F1525C
(241,82,92)
0 Favorites   0 Comments

Color spaces of #f1525c

RGB 2418292
HSL0.990.850.63
HSV356°66°95°
CMYK 0.000.660.62   0.05
XYZ41.224725.508112.8760
Yxy25.50810.51780.3204
Hunter Lab50.505557.314320.2384
CIE-Lab57.567261.380228.6719

#f1525c color RGB value is (241,82,92).

#f1525c hex color red value is 241, green value is 82 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #f1525c hue: 0.99 , saturation: 0.85 and the lightness value of f1525c is 0.63.

The process color (four color CMYK) of #f1525c color hex is 0.00, 0.66, 0.62, 0.05. Web safe color of #f1525c is #ff6666. Color #f1525c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01010010 01011100
Octal 361 122 134
Decimal 241 82 92
Hex F1 52 5C

RGB Percentages of Color #f1525c

%58.07
%19.76
%22.17

CMYK Percentages of Color #f1525c

%0
%66
%62
%5

Triadic Colors of #f1525c

#f1525c #5cf152 #525cf1

Analogous Colors of #f1525c

#f1525c #f19852 #f152ac

Monochromatic Colors of #f1525c

#f1525c

Complementary Color

#f1525c #52f1e7

#f1525c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1525c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1525c Color CSS Codes

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

#f1525c Text Font Color

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

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


#f1525c Background Color

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

This div background color is #f1525c


#f1525c Border Color

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

This div border color is #f1525c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1525c


Comments

No comments written yet.

Please login to write comment.