Color Hex Logo

#f19aaa Color Hex

#F19AAA
(241,154,170)
0 Favorites   0 Comments

Color spaces of #f19aaa

RGB 241154170
HSL0.970.760.77
HSV349°36°95°
CMYK 0.000.360.29   0.05
XYZ55.086944.714343.7575
Yxy44.71430.38370.3115
Hunter Lab66.868830.02918.0100
CIE-Lab72.703434.53365.3455

#f19aaa color RGB value is (241,154,170).

#f19aaa hex color red value is 241, green value is 154 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f19aaa hue: 0.97 , saturation: 0.76 and the lightness value of f19aaa is 0.77.

The process color (four color CMYK) of #f19aaa color hex is 0.00, 0.36, 0.29, 0.05. Web safe color of #f19aaa is #ff9999. Color #f19aaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10011010 10101010
Octal 361 232 252
Decimal 241 154 170
Hex F1 9A AA

RGB Percentages of Color #f19aaa

%42.65
%27.26
%30.09

CMYK Percentages of Color #f19aaa

%0
%36
%29
%5

Triadic Colors of #f19aaa

#f19aaa #aaf19a #9aaaf1

Analogous Colors of #f19aaa

#f19aaa #f1b69a #f19ad6

Monochromatic Colors of #f19aaa

#f19aaa

Complementary Color

#f19aaa #9af1e1

#f19aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f19aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f19aaa Color CSS Codes

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

#f19aaa Text Font Color

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

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


#f19aaa Background Color

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

This div background color is #f19aaa


#f19aaa Border Color

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

This div border color is #f19aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f19aaa


Comments

No comments written yet.

Please login to write comment.