Color Hex Logo

#f136ac Color Hex

#F136AC
(241,54,172)
0 Favorites   0 Comments

Color spaces of #f136ac

RGB 24154172
HSL0.890.870.58
HSV322°78°95°
CMYK 0.000.780.29   0.05
XYZ45.041224.317741.3496
Yxy24.31770.40680.2197
Hunter Lab49.313076.7396-15.1964
CIE-Lab56.404577.7285-19.9975

#f136ac color RGB value is (241,54,172).

#f136ac hex color red value is 241, green value is 54 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f136ac hue: 0.89 , saturation: 0.87 and the lightness value of f136ac is 0.58.

The process color (four color CMYK) of #f136ac color hex is 0.00, 0.78, 0.29, 0.05. Web safe color of #f136ac is #ff3399. Color #f136ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00110110 10101100
Octal 361 66 254
Decimal 241 54 172
Hex F1 36 AC

RGB Percentages of Color #f136ac

%51.61
%11.56
%36.83

CMYK Percentages of Color #f136ac

%0
%78
%29
%5

Triadic Colors of #f136ac

#f136ac #acf136 #36acf1

Analogous Colors of #f136ac

#f136ac #f1364f #d936f1

Monochromatic Colors of #f136ac

#f136ac

Complementary Color

#f136ac #36f17b

#f136ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f136ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f136ac Color CSS Codes

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

#f136ac Text Font Color

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

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


#f136ac Background Color

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

This div background color is #f136ac


#f136ac Border Color

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

This div border color is #f136ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f136ac


Comments

No comments written yet.

Please login to write comment.