Color Hex Logo

#f11394 Color Hex

#F11394
(241,19,148)
0 Favorites   0 Comments

Color spaces of #f11394

RGB 24119148
HSL0.900.890.51
HSV325°92°95°
CMYK 0.000.920.39   0.05
XYZ41.853821.304629.9232
Yxy21.30460.44960.2289
Hunter Lab46.156981.0843-6.1275
CIE-Lab53.281381.7695-10.5803

#f11394 color RGB value is (241,19,148).

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

The process color (four color CMYK) of #f11394 color hex is 0.00, 0.92, 0.39, 0.05. Web safe color of #f11394 is #ff0099. Color #f11394 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00010011 10010100
Octal 361 23 224
Decimal 241 19 148
Hex F1 13 94

RGB Percentages of Color #f11394

%59.07
%4.66
%36.27

CMYK Percentages of Color #f11394

%0
%92
%39
%5

Triadic Colors of #f11394

#f11394 #94f113 #1394f1

Analogous Colors of #f11394

#f11394 #f11325 #df13f1

Monochromatic Colors of #f11394

#f11394

Complementary Color

#f11394 #13f170

#f11394 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f11394 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f11394 Color CSS Codes

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

#f11394 Text Font Color

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

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


#f11394 Background Color

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

This div background color is #f11394


#f11394 Border Color

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

This div border color is #f11394


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f11394


Comments

No comments written yet.

Please login to write comment.