Color Hex Logo

#f11550 Color Hex

#F11550
(241,21,80)
0 Favorites   0 Comments

Color spaces of #f11550

RGB 2412180
HSL0.960.890.51
HSV344°91°95°
CMYK 0.000.910.67   0.05
XYZ37.991819.81639.4120
Yxy19.81630.56520.2948
Hunter Lab44.515574.438918.6251
CIE-Lab51.628976.812128.1706

#f11550 color RGB value is (241,21,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 00010101 01010000
Octal 361 25 120
Decimal 241 21 80
Hex F1 15 50

RGB Percentages of Color #f11550

%70.47
%6.14
%23.39

CMYK Percentages of Color #f11550

%0
%91
%67
%5

Triadic Colors of #f11550

#f11550 #50f115 #1550f1

Analogous Colors of #f11550

#f11550 #f14815 #f115be

Monochromatic Colors of #f11550

#f11550

Complementary Color

#f11550 #15f1b6

#f11550 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f11550 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f11550 Color CSS Codes

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

#f11550 Text Font Color

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

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


#f11550 Background Color

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

This div background color is #f11550


#f11550 Border Color

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

This div border color is #f11550


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f11550


Comments

No comments written yet.

Please login to write comment.