Color Hex Logo

#f1216e Color Hex

#F1216E
(241,33,110)
0 Favorites   0 Comments

Color spaces of #f1216e

RGB 24133110
HSL0.940.880.54
HSV338°86°95°
CMYK 0.000.860.54   0.05
XYZ39.634020.914316.6998
Yxy20.91430.51310.2707
Hunter Lab45.732274.666610.3619
CIE-Lab52.855676.756811.6598

#f1216e color RGB value is (241,33,110).

#f1216e hex color red value is 241, green value is 33 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #f1216e hue: 0.94 , saturation: 0.88 and the lightness value of f1216e is 0.54.

The process color (four color CMYK) of #f1216e color hex is 0.00, 0.86, 0.54, 0.05. Web safe color of #f1216e is #ff3366. Color #f1216e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00100001 01101110
Octal 361 41 156
Decimal 241 33 110
Hex F1 21 6E

RGB Percentages of Color #f1216e

%62.76
%8.59
%28.65

CMYK Percentages of Color #f1216e

%0
%86
%54
%5

Triadic Colors of #f1216e

#f1216e #6ef121 #216ef1

Analogous Colors of #f1216e

#f1216e #f13c21 #f121d6

Monochromatic Colors of #f1216e

#f1216e

Complementary Color

#f1216e #21f1a4

#f1216e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1216e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1216e Color CSS Codes

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

#f1216e Text Font Color

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

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


#f1216e Background Color

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

This div background color is #f1216e


#f1216e Border Color

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

This div border color is #f1216e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1216e


Comments

No comments written yet.

Please login to write comment.