Color Hex Logo

#f16aba Color Hex

#F16ABA
(241,106,186)
0 Favorites   0 Comments

Color spaces of #f16aba

RGB 241106186
HSL0.900.830.68
HSV324°56°95°
CMYK 0.000.560.23   0.05
XYZ50.292632.554050.0872
Yxy32.55400.37830.2449
Hunter Lab57.056157.4922-12.1090
CIE-Lab63.798160.4556-16.8069

#f16aba color RGB value is (241,106,186).

#f16aba hex color red value is 241, green value is 106 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #f16aba hue: 0.90 , saturation: 0.83 and the lightness value of f16aba is 0.68.

The process color (four color CMYK) of #f16aba color hex is 0.00, 0.56, 0.23, 0.05. Web safe color of #f16aba is #ff66cc. Color #f16aba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01101010 10111010
Octal 361 152 272
Decimal 241 106 186
Hex F1 6A BA

RGB Percentages of Color #f16aba

%45.22
%19.89
%34.90

CMYK Percentages of Color #f16aba

%0
%56
%23
%5

Triadic Colors of #f16aba

#f16aba #baf16a #6abaf1

Analogous Colors of #f16aba

#f16aba #f16a77 #e56af1

Monochromatic Colors of #f16aba

#f16aba

Complementary Color

#f16aba #6af1a1

#f16aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f16aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f16aba Color CSS Codes

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

#f16aba Text Font Color

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

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


#f16aba Background Color

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

This div background color is #f16aba


#f16aba Border Color

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

This div border color is #f16aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f16aba


Comments

No comments written yet.

Please login to write comment.