Color Hex Logo

#f1485c Color Hex

#F1485C
(241,72,92)
0 Favorites   0 Comments

Color spaces of #f1485c

RGB 2417292
HSL0.980.860.61
HSV353°70°95°
CMYK 0.000.700.62   0.05
XYZ40.524824.108212.6427
Yxy24.10820.52440.3120
Hunter Lab49.100161.399919.1036
CIE-Lab56.196065.136426.9042

#f1485c color RGB value is (241,72,92).

#f1485c hex color red value is 241, green value is 72 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #f1485c hue: 0.98 , saturation: 0.86 and the lightness value of f1485c is 0.61.

The process color (four color CMYK) of #f1485c color hex is 0.00, 0.70, 0.62, 0.05. Web safe color of #f1485c is #ff3366. Color #f1485c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01001000 01011100
Octal 361 110 134
Decimal 241 72 92
Hex F1 48 5C

RGB Percentages of Color #f1485c

%59.51
%17.78
%22.72

CMYK Percentages of Color #f1485c

%0
%70
%62
%5

Triadic Colors of #f1485c

#f1485c #5cf148 #485cf1

Analogous Colors of #f1485c

#f1485c #f18948 #f148b1

Monochromatic Colors of #f1485c

#f1485c

Complementary Color

#f1485c #48f1dd

#f1485c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1485c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1485c Color CSS Codes

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

#f1485c Text Font Color

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

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


#f1485c Background Color

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

This div background color is #f1485c


#f1485c Border Color

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

This div border color is #f1485c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1485c


Comments

No comments written yet.

Please login to write comment.