Color Hex Logo

#f418aa Color Hex

#F418AA
(244,24,170)
0 Favorites   0 Comments

Color spaces of #f418aa

RGB 24424170
HSL0.890.910.53
HSV320°90°96°
CMYK 0.000.900.30   0.04
XYZ44.890622.788640.0629
Yxy22.78860.41660.2115
Hunter Lab47.737484.3147-16.3421
CIE-Lab54.853983.9770-21.1528

#f418aa color RGB value is (244,24,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 00011000 10101010
Octal 364 30 252
Decimal 244 24 170
Hex F4 18 AA

RGB Percentages of Color #f418aa

%55.71
%5.48
%38.81

CMYK Percentages of Color #f418aa

%0
%90
%30
%4

Triadic Colors of #f418aa

#f418aa #aaf418 #18aaf4

Analogous Colors of #f418aa

#f418aa #f4183c #d018f4

Monochromatic Colors of #f418aa

#f418aa

Complementary Color

#f418aa #18f462

#f418aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f418aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f418aa Color CSS Codes

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

#f418aa Text Font Color

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

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


#f418aa Background Color

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

This div background color is #f418aa


#f418aa Border Color

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

This div border color is #f418aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f418aa


Comments

No comments written yet.

Please login to write comment.