Color Hex Logo

#f118aa Color Hex

#F118AA
(241,24,170)
0 Favorites   0 Comments

Color spaces of #f118aa

RGB 24124170
HSL0.890.890.52
HSV320°90°95°
CMYK 0.000.900.29   0.05
XYZ43.858022.256340.0145
Yxy22.25630.41330.2097
Hunter Lab47.176683.3846-17.2653
CIE-Lab54.297983.3649-22.0537

#f118aa color RGB value is (241,24,170).

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

The process color (four color CMYK) of #f118aa color hex is 0.00, 0.90, 0.29, 0.05. Web safe color of #f118aa is #ff0099. Color #f118aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00011000 10101010
Octal 361 30 252
Decimal 241 24 170
Hex F1 18 AA

RGB Percentages of Color #f118aa

%55.40
%5.52
%39.08

CMYK Percentages of Color #f118aa

%0
%90
%29
%5

Triadic Colors of #f118aa

#f118aa #aaf118 #18aaf1

Analogous Colors of #f118aa

#f118aa #f1183d #cc18f1

Monochromatic Colors of #f118aa

#f118aa

Complementary Color

#f118aa #18f15f

#f118aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f118aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f118aa Color CSS Codes

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

#f118aa Text Font Color

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

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


#f118aa Background Color

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

This div background color is #f118aa


#f118aa Border Color

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

This div border color is #f118aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f118aa


Comments

No comments written yet.

Please login to write comment.