Color Hex Logo

#f168ab Color Hex

#F168AB
(241,104,171)
0 Favorites   0 Comments

Color spaces of #f168ab

RGB 241104171
HSL0.920.830.68
HSV331°57°95°
CMYK 0.000.570.29   0.05
XYZ48.576631.541742.0560
Yxy31.54170.39760.2582
Hunter Lab56.162056.1078-5.0850
CIE-Lab62.962359.4056-9.5111

#f168ab color RGB value is (241,104,171).

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

The process color (four color CMYK) of #f168ab color hex is 0.00, 0.57, 0.29, 0.05. Web safe color of #f168ab is #ff6699. Color #f168ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01101000 10101011
Octal 361 150 253
Decimal 241 104 171
Hex F1 68 AB

RGB Percentages of Color #f168ab

%46.71
%20.16
%33.14

CMYK Percentages of Color #f168ab

%0
%57
%29
%5

Triadic Colors of #f168ab

#f168ab #abf168 #68abf1

Analogous Colors of #f168ab

#f168ab #f16a68 #f168f0

Monochromatic Colors of #f168ab

#f168ab

Complementary Color

#f168ab #68f1ae

#f168ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f168ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f168ab Color CSS Codes

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

#f168ab Text Font Color

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

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


#f168ab Background Color

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

This div background color is #f168ab


#f168ab Border Color

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

This div border color is #f168ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f168ab


Comments

No comments written yet.

Please login to write comment.