Color Hex Logo

#f141aa Color Hex

#F141AA
(241,65,170)
0 Favorites   0 Comments

Color spaces of #f141aa

RGB 24165170
HSL0.900.860.60
HSV324°73°95°
CMYK 0.000.730.29   0.05
XYZ45.421625.383640.5358
Yxy25.38360.40800.2280
Hunter Lab50.382172.7564-12.4353
CIE-Lab57.447374.3280-17.2432

#f141aa color RGB value is (241,65,170).

#f141aa hex color red value is 241, green value is 65 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f141aa hue: 0.90 , saturation: 0.86 and the lightness value of f141aa is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01000001 10101010
Octal 361 101 252
Decimal 241 65 170
Hex F1 41 AA

RGB Percentages of Color #f141aa

%50.63
%13.66
%35.71

CMYK Percentages of Color #f141aa

%0
%73
%29
%5

Triadic Colors of #f141aa

#f141aa #aaf141 #41aaf1

Analogous Colors of #f141aa

#f141aa #f14152 #e041f1

Monochromatic Colors of #f141aa

#f141aa

Complementary Color

#f141aa #41f188

#f141aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f141aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f141aa Color CSS Codes

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

#f141aa Text Font Color

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

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


#f141aa Background Color

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

This div background color is #f141aa


#f141aa Border Color

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

This div border color is #f141aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f141aa


Comments

No comments written yet.

Please login to write comment.