Color Hex Logo

#f419aa Color Hex

#F419AA
(244,25,170)
0 Favorites   0 Comments

Color spaces of #f419aa

RGB 24425170
HSL0.890.910.53
HSV320°90°96°
CMYK 0.000.900.30   0.04
XYZ44.911622.830640.0699
Yxy22.83060.41660.2118
Hunter Lab47.781484.1618-16.2742
CIE-Lab54.897483.8502-21.0861

#f419aa color RGB value is (244,25,170).

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

The process color (four color CMYK) of #f419aa color hex is 0.00, 0.90, 0.30, 0.04. Web safe color of #f419aa is #ff0099. Color #f419aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00011001 10101010
Octal 364 31 252
Decimal 244 25 170
Hex F4 19 AA

RGB Percentages of Color #f419aa

%55.58
%5.69
%38.72

CMYK Percentages of Color #f419aa

%0
%90
%30
%4

Triadic Colors of #f419aa

#f419aa #aaf419 #19aaf4

Analogous Colors of #f419aa

#f419aa #f4193d #d119f4

Monochromatic Colors of #f419aa

#f419aa

Complementary Color

#f419aa #19f463

#f419aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f419aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f419aa Color CSS Codes

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

#f419aa Text Font Color

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

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


#f419aa Background Color

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

This div background color is #f419aa


#f419aa Border Color

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

This div border color is #f419aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f419aa


Comments

No comments written yet.

Please login to write comment.