Color Hex Logo

#f1495b Color Hex

#F1495B
(241,73,91)
0 Favorites   0 Comments

Color spaces of #f1495b

RGB 2417391
HSL0.980.860.62
HSV354°70°95°
CMYK 0.000.700.62   0.05
XYZ40.546524.221212.4356
Yxy24.22120.52520.3137
Hunter Lab49.215060.933419.4692
CIE-Lab56.308664.718227.6341

#f1495b color RGB value is (241,73,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01001001 01011011
Octal 361 111 133
Decimal 241 73 91
Hex F1 49 5B

RGB Percentages of Color #f1495b

%59.51
%18.02
%22.47

CMYK Percentages of Color #f1495b

%0
%70
%62
%5

Triadic Colors of #f1495b

#f1495b #5bf149 #495bf1

Analogous Colors of #f1495b

#f1495b #f18b49 #f149af

Monochromatic Colors of #f1495b

#f1495b

Complementary Color

#f1495b #49f1df

#f1495b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1495b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1495b Color CSS Codes

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

#f1495b Text Font Color

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

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


#f1495b Background Color

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

This div background color is #f1495b


#f1495b Border Color

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

This div border color is #f1495b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1495b


Comments

No comments written yet.

Please login to write comment.