Color Hex Logo

#f149ab Color Hex

#F149AB
(241,73,171)
0 Favorites   0 Comments

Color spaces of #f149ab

RGB 24173171
HSL0.900.860.62
HSV325°70°95°
CMYK 0.000.700.29   0.05
XYZ46.008926.406141.2000
Yxy26.40610.40500.2324
Hunter Lab51.386969.8918-11.5656
CIE-Lab58.420571.8106-16.3467

#f149ab color RGB value is (241,73,171).

#f149ab hex color red value is 241, green value is 73 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #f149ab hue: 0.90 , saturation: 0.86 and the lightness value of f149ab is 0.62.

The process color (four color CMYK) of #f149ab color hex is 0.00, 0.70, 0.29, 0.05. Web safe color of #f149ab is #ff3399. Color #f149ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01001001 10101011
Octal 361 111 253
Decimal 241 73 171
Hex F1 49 AB

RGB Percentages of Color #f149ab

%49.69
%15.05
%35.26

CMYK Percentages of Color #f149ab

%0
%70
%29
%5

Triadic Colors of #f149ab

#f149ab #abf149 #49abf1

Analogous Colors of #f149ab

#f149ab #f14957 #e349f1

Monochromatic Colors of #f149ab

#f149ab

Complementary Color

#f149ab #49f18f

#f149ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f149ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f149ab Color CSS Codes

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

#f149ab Text Font Color

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

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


#f149ab Background Color

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

This div background color is #f149ab


#f149ab Border Color

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

This div border color is #f149ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f149ab


Comments

No comments written yet.

Please login to write comment.