Color Hex Logo

#f13aaa Color Hex

#F13AAA
(241,58,170)
0 Favorites   0 Comments

Color spaces of #f13aaa

RGB 24158170
HSL0.900.870.59
HSV323°76°95°
CMYK 0.000.760.29   0.05
XYZ45.044424.629240.4100
Yxy24.62920.40920.2237
Hunter Lab49.627875.1658-13.5381
CIE-Lab56.712376.4108-18.3613

#f13aaa color RGB value is (241,58,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 00111010 10101010
Octal 361 72 252
Decimal 241 58 170
Hex F1 3A AA

RGB Percentages of Color #f13aaa

%51.39
%12.37
%36.25

CMYK Percentages of Color #f13aaa

%0
%76
%29
%5

Triadic Colors of #f13aaa

#f13aaa #aaf13a #3aaaf1

Analogous Colors of #f13aaa

#f13aaa #f13a4f #dd3af1

Monochromatic Colors of #f13aaa

#f13aaa

Complementary Color

#f13aaa #3af181

#f13aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f13aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f13aaa Color CSS Codes

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

#f13aaa Text Font Color

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

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


#f13aaa Background Color

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

This div background color is #f13aaa


#f13aaa Border Color

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

This div border color is #f13aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f13aaa


Comments

No comments written yet.

Please login to write comment.