Color Hex Logo

#f11294 Color Hex

#F11294
(241,18,148)
0 Favorites   0 Comments

Color spaces of #f11294

RGB 24118148
HSL0.900.890.51
HSV325°93°95°
CMYK 0.000.930.39   0.05
XYZ41.837221.271529.9177
Yxy21.27150.44970.2287
Hunter Lab46.121081.2087-6.1754
CIE-Lab53.245481.8739-10.6342

#f11294 color RGB value is (241,18,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 00010010 10010100
Octal 361 22 224
Decimal 241 18 148
Hex F1 12 94

RGB Percentages of Color #f11294

%59.21
%4.42
%36.36

CMYK Percentages of Color #f11294

%0
%93
%39
%5

Triadic Colors of #f11294

#f11294 #94f112 #1294f1

Analogous Colors of #f11294

#f11294 #f11225 #df12f1

Monochromatic Colors of #f11294

#f11294

Complementary Color

#f11294 #12f16f

#f11294 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f11294 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f11294 Color CSS Codes

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

#f11294 Text Font Color

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

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


#f11294 Background Color

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

This div background color is #f11294


#f11294 Border Color

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

This div border color is #f11294


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f11294


Comments

No comments written yet.

Please login to write comment.