Color Hex Logo

#f129aa Color Hex

#F129AA
(241,41,170)
0 Favorites   0 Comments

Color spaces of #f129aa

RGB 24141170
HSL0.890.880.55
HSV321°83°95°
CMYK 0.000.830.29   0.05
XYZ44.324323.188940.1700
Yxy23.18890.41160.2153
Hunter Lab48.154980.0299-15.7504
CIE-Lab55.266480.5548-20.5692

#f129aa color RGB value is (241,41,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 00101001 10101010
Octal 361 51 252
Decimal 241 41 170
Hex F1 29 AA

RGB Percentages of Color #f129aa

%53.32
%9.07
%37.61

CMYK Percentages of Color #f129aa

%0
%83
%29
%5

Triadic Colors of #f129aa

#f129aa #aaf129 #29aaf1

Analogous Colors of #f129aa

#f129aa #f12946 #d429f1

Monochromatic Colors of #f129aa

#f129aa

Complementary Color

#f129aa #29f170

#f129aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f129aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f129aa Color CSS Codes

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

#f129aa Text Font Color

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

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


#f129aa Background Color

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

This div background color is #f129aa


#f129aa Border Color

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

This div border color is #f129aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f129aa


Comments

No comments written yet.

Please login to write comment.