Color Hex Logo

#f17aaf Color Hex

#F17AAF
(241,122,175)
0 Favorites   0 Comments

Color spaces of #f17aaf

RGB 241122175
HSL0.930.810.71
HSV333°49°95°
CMYK 0.000.490.27   0.05
XYZ50.973035.715044.7645
Yxy35.71500.38780.2717
Hunter Lab59.762047.6650-2.5775
CIE-Lab66.301651.4805-6.8156

#f17aaf color RGB value is (241,122,175).

#f17aaf hex color red value is 241, green value is 122 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #f17aaf hue: 0.93 , saturation: 0.81 and the lightness value of f17aaf is 0.71.

The process color (four color CMYK) of #f17aaf color hex is 0.00, 0.49, 0.27, 0.05. Web safe color of #f17aaf is #ff6699. Color #f17aaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01111010 10101111
Octal 361 172 257
Decimal 241 122 175
Hex F1 7A AF

RGB Percentages of Color #f17aaf

%44.80
%22.68
%32.53

CMYK Percentages of Color #f17aaf

%0
%49
%27
%5

Triadic Colors of #f17aaf

#f17aaf #aff17a #7aaff1

Analogous Colors of #f17aaf

#f17aaf #f1817a #f17aeb

Monochromatic Colors of #f17aaf

#f17aaf

Complementary Color

#f17aaf #7af1bc

#f17aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f17aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f17aaf Color CSS Codes

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

#f17aaf Text Font Color

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

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


#f17aaf Background Color

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

This div background color is #f17aaf


#f17aaf Border Color

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

This div border color is #f17aaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,122,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f17aaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f17aaf


Comments

No comments written yet.

Please login to write comment.