Color Hex Logo

#f43aaa Color Hex

#F43AAA
(244,58,170)
0 Favorites   0 Comments

Color spaces of #f43aaa

RGB 24458170
HSL0.900.890.59
HSV324°76°96°
CMYK 0.000.760.30   0.04
XYZ46.077025.161540.4583
Yxy25.16150.41250.2253
Hunter Lab50.161276.1840-12.7084
CIE-Lab57.232477.1253-17.5218

#f43aaa color RGB value is (244,58,170).

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

The process color (four color CMYK) of #f43aaa color hex is 0.00, 0.76, 0.30, 0.04. Web safe color of #f43aaa is #ff3399. Color #f43aaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00111010 10101010
Octal 364 72 252
Decimal 244 58 170
Hex F4 3A AA

RGB Percentages of Color #f43aaa

%51.69
%12.29
%36.02

CMYK Percentages of Color #f43aaa

%0
%76
%30
%4

Triadic Colors of #f43aaa

#f43aaa #aaf43a #3aaaf4

Analogous Colors of #f43aaa

#f43aaa #f43a4d #e13af4

Monochromatic Colors of #f43aaa

#f43aaa

Complementary Color

#f43aaa #3af484

#f43aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f43aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f43aaa Color CSS Codes

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

#f43aaa Text Font Color

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

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


#f43aaa Background Color

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

This div background color is #f43aaa


#f43aaa Border Color

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

This div border color is #f43aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f43aaa


Comments

No comments written yet.

Please login to write comment.