Color Hex Logo

#f146ab Color Hex

#F146AB
(241,70,171)
0 Favorites   0 Comments

Color spaces of #f146ab

RGB 24170171
HSL0.900.860.61
HSV325°71°95°
CMYK 0.000.710.29   0.05
XYZ45.816526.021441.1359
Yxy26.02140.40550.2303
Hunter Lab51.011271.0531-12.1042
CIE-Lab58.057472.8280-16.8978

#f146ab color RGB value is (241,70,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01000110 10101011
Octal 361 106 253
Decimal 241 70 171
Hex F1 46 AB

RGB Percentages of Color #f146ab

%50.00
%14.52
%35.48

CMYK Percentages of Color #f146ab

%0
%71
%29
%5

Triadic Colors of #f146ab

#f146ab #abf146 #46abf1

Analogous Colors of #f146ab

#f146ab #f14655 #e246f1

Monochromatic Colors of #f146ab

#f146ab

Complementary Color

#f146ab #46f18c

#f146ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f146ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f146ab Color CSS Codes

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

#f146ab Text Font Color

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

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


#f146ab Background Color

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

This div background color is #f146ab


#f146ab Border Color

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

This div border color is #f146ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f146ab


Comments

No comments written yet.

Please login to write comment.