Color Hex Logo

#f12aaa Color Hex

#F12AAA
(241,42,170)
0 Favorites   0 Comments

Color spaces of #f12aaa

RGB 24142170
HSL0.890.880.55
HSV321°83°95°
CMYK 0.000.830.29   0.05
XYZ44.359323.259040.1816
Yxy23.25900.41150.2158
Hunter Lab48.227679.7844-15.6391
CIE-Lab55.338180.3476-20.4593

#f12aaa color RGB value is (241,42,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 00101010 10101010
Octal 361 52 252
Decimal 241 42 170
Hex F1 2A AA

RGB Percentages of Color #f12aaa

%53.20
%9.27
%37.53

CMYK Percentages of Color #f12aaa

%0
%83
%29
%5

Triadic Colors of #f12aaa

#f12aaa #aaf12a #2aaaf1

Analogous Colors of #f12aaa

#f12aaa #f12a46 #d52af1

Monochromatic Colors of #f12aaa

#f12aaa

Complementary Color

#f12aaa #2af171

#f12aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f12aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f12aaa Color CSS Codes

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

#f12aaa Text Font Color

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

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


#f12aaa Background Color

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

This div background color is #f12aaa


#f12aaa Border Color

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

This div border color is #f12aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f12aaa


Comments

No comments written yet.

Please login to write comment.