Color Hex Logo

#f123ac Color Hex

#F123AC
(241,35,172)
0 Favorites   0 Comments

Color spaces of #f123ac

RGB 24135172
HSL0.890.880.54
HSV320°85°95°
CMYK 0.000.850.29   0.05
XYZ44.323122.881441.1102
Yxy22.88140.40920.2112
Hunter Lab47.834581.6864-17.4712
CIE-Lab54.950081.9152-22.2253

#f123ac color RGB value is (241,35,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 00100011 10101100
Octal 361 43 254
Decimal 241 35 172
Hex F1 23 AC

RGB Percentages of Color #f123ac

%53.79
%7.81
%38.39

CMYK Percentages of Color #f123ac

%0
%85
%29
%5

Triadic Colors of #f123ac

#f123ac #acf123 #23acf1

Analogous Colors of #f123ac

#f123ac #f12345 #cf23f1

Monochromatic Colors of #f123ac

#f123ac

Complementary Color

#f123ac #23f168

#f123ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f123ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f123ac Color CSS Codes

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

#f123ac Text Font Color

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

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


#f123ac Background Color

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

This div background color is #f123ac


#f123ac Border Color

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

This div border color is #f123ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f123ac


Comments

No comments written yet.

Please login to write comment.