Color Hex Logo

#f151ac Color Hex

#F151AC
(241,81,172)
0 Favorites   0 Comments

Color spaces of #f151ac

RGB 24181172
HSL0.910.850.63
HSV326°66°95°
CMYK 0.000.660.29   0.05
XYZ46.664527.564241.8907
Yxy27.56420.40190.2374
Hunter Lab52.501666.7766-10.5560
CIE-Lab59.493069.0440-15.3016

#f151ac color RGB value is (241,81,172).

#f151ac hex color red value is 241, green value is 81 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f151ac hue: 0.91 , saturation: 0.85 and the lightness value of f151ac is 0.63.

The process color (four color CMYK) of #f151ac color hex is 0.00, 0.66, 0.29, 0.05. Web safe color of #f151ac is #ff6699. Color #f151ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01010001 10101100
Octal 361 121 254
Decimal 241 81 172
Hex F1 51 AC

RGB Percentages of Color #f151ac

%48.79
%16.40
%34.82

CMYK Percentages of Color #f151ac

%0
%66
%29
%5

Triadic Colors of #f151ac

#f151ac #acf151 #51acf1

Analogous Colors of #f151ac

#f151ac #f1515c #e651f1

Monochromatic Colors of #f151ac

#f151ac

Complementary Color

#f151ac #51f196

#f151ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f151ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f151ac Color CSS Codes

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

#f151ac Text Font Color

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

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


#f151ac Background Color

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

This div background color is #f151ac


#f151ac Border Color

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

This div border color is #f151ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f151ac


Comments

No comments written yet.

Please login to write comment.