Color Hex Logo

#f41faa Color Hex

#F41FAA
(244,31,170)
0 Favorites   0 Comments

Color spaces of #f41faa

RGB 24431170
HSL0.890.910.54
HSV321°87°96°
CMYK 0.000.870.30   0.04
XYZ45.053923.115340.1173
Yxy23.11530.41610.2135
Hunter Lab48.078483.1339-15.8176
CIE-Lab55.190982.9961-20.6366

#f41faa color RGB value is (244,31,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 00011111 10101010
Octal 364 37 252
Decimal 244 31 170
Hex F4 1F AA

RGB Percentages of Color #f41faa

%54.83
%6.97
%38.20

CMYK Percentages of Color #f41faa

%0
%87
%30
%4

Triadic Colors of #f41faa

#f41faa #aaf41f #1faaf4

Analogous Colors of #f41faa

#f41faa #f41f3f #d41ff4

Monochromatic Colors of #f41faa

#f41faa

Complementary Color

#f41faa #1ff469

#f41faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f41faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f41faa Color CSS Codes

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

#f41faa Text Font Color

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

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


#f41faa Background Color

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

This div background color is #f41faa


#f41faa Border Color

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

This div border color is #f41faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f41faa


Comments

No comments written yet.

Please login to write comment.