Color Hex Logo

#f26fab Color Hex

#F26FAB
(242,111,171)
0 Favorites   0 Comments

Color spaces of #f26fab

RGB 242111171
HSL0.920.830.69
HSV333°54°95°
CMYK 0.000.540.29   0.05
XYZ49.653133.186442.3167
Yxy33.18640.39670.2652
Hunter Lab57.607653.0391-3.2272
CIE-Lab64.311656.5212-7.4851

#f26fab color RGB value is (242,111,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 01101111 10101011
Octal 362 157 253
Decimal 242 111 171
Hex F2 6F AB

RGB Percentages of Color #f26fab

%46.18
%21.18
%32.63

CMYK Percentages of Color #f26fab

%0
%54
%29
%5

Triadic Colors of #f26fab

#f26fab #abf26f #6fabf2

Analogous Colors of #f26fab

#f26fab #f2756f #f26fed

Monochromatic Colors of #f26fab

#f26fab

Complementary Color

#f26fab #6ff2b6

#f26fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f26fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f26fab Color CSS Codes

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

#f26fab Text Font Color

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

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


#f26fab Background Color

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

This div background color is #f26fab


#f26fab Border Color

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

This div border color is #f26fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f26fab


Comments

No comments written yet.

Please login to write comment.