Color Hex Logo

#f112ab Color Hex

#F112AB
(241,18,171)
0 Favorites   0 Comments

Color spaces of #f112ab

RGB 24118171
HSL0.890.890.51
HSV319°93°95°
CMYK 0.000.930.29   0.05
XYZ43.842622.073740.4780
Yxy22.07370.41210.2075
Hunter Lab46.982784.3504-18.1936
CIE-Lab54.105184.1506-22.9371

#f112ab color RGB value is (241,18,171).

#f112ab hex color red value is 241, green value is 18 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #f112ab hue: 0.89 , saturation: 0.89 and the lightness value of f112ab is 0.51.

The process color (four color CMYK) of #f112ab color hex is 0.00, 0.93, 0.29, 0.05. Web safe color of #f112ab is #ff0099. Color #f112ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00010010 10101011
Octal 361 22 253
Decimal 241 18 171
Hex F1 12 AB

RGB Percentages of Color #f112ab

%56.05
%4.19
%39.77

CMYK Percentages of Color #f112ab

%0
%93
%29
%5

Triadic Colors of #f112ab

#f112ab #abf112 #12abf1

Analogous Colors of #f112ab

#f112ab #f1123b #c812f1

Monochromatic Colors of #f112ab

#f112ab

Complementary Color

#f112ab #12f158

#f112ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f112ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f112ab Color CSS Codes

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

#f112ab Text Font Color

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

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


#f112ab Background Color

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

This div background color is #f112ab


#f112ab Border Color

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

This div border color is #f112ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f112ab


Comments

No comments written yet.

Please login to write comment.