Color Hex Logo

#f11e8f Color Hex

#F11E8F
(241,30,143)
0 Favorites   0 Comments

Color spaces of #f11e8f

RGB 24130143
HSL0.910.880.53
HSV328°88°95°
CMYK 0.000.880.41   0.05
XYZ41.697821.612527.9605
Yxy21.61250.45690.2368
Hunter Lab46.489278.7466-3.1169
CIE-Lab53.613479.8646-7.1001

#f11e8f color RGB value is (241,30,143).

#f11e8f hex color red value is 241, green value is 30 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #f11e8f hue: 0.91 , saturation: 0.88 and the lightness value of f11e8f is 0.53.

The process color (four color CMYK) of #f11e8f color hex is 0.00, 0.88, 0.41, 0.05. Web safe color of #f11e8f is #ff3399. Color #f11e8f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00011110 10001111
Octal 361 36 217
Decimal 241 30 143
Hex F1 1E 8F

RGB Percentages of Color #f11e8f

%58.21
%7.25
%34.54

CMYK Percentages of Color #f11e8f

%0
%88
%41
%5

Triadic Colors of #f11e8f

#f11e8f #8ff11e #1e8ff1

Analogous Colors of #f11e8f

#f11e8f #f11e25 #ea1ef1

Monochromatic Colors of #f11e8f

#f11e8f

Complementary Color

#f11e8f #1ef180

#f11e8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f11e8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f11e8f Color CSS Codes

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

#f11e8f Text Font Color

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

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


#f11e8f Background Color

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

This div background color is #f11e8f


#f11e8f Border Color

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

This div border color is #f11e8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f11e8f


Comments

No comments written yet.

Please login to write comment.