Color Hex Logo

#f26fbb Color Hex

#F26FBB
(242,111,187)
0 Favorites   0 Comments

Color spaces of #f26fbb

RGB 242111187
HSL0.900.830.69
HSV325°54°95°
CMYK 0.000.540.23   0.05
XYZ51.272033.834050.8420
Yxy33.83400.37710.2489
Hunter Lab58.167055.5487-11.1067
CIE-Lab64.830658.6137-15.7985

#f26fbb color RGB value is (242,111,187).

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

The process color (four color CMYK) of #f26fbb color hex is 0.00, 0.54, 0.23, 0.05. Web safe color of #f26fbb is #ff66cc. Color #f26fbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01101111 10111011
Octal 362 157 273
Decimal 242 111 187
Hex F2 6F BB

RGB Percentages of Color #f26fbb

%44.81
%20.56
%34.63

CMYK Percentages of Color #f26fbb

%0
%54
%23
%5

Triadic Colors of #f26fbb

#f26fbb #bbf26f #6fbbf2

Analogous Colors of #f26fbb

#f26fbb #f26f7a #e86ff2

Monochromatic Colors of #f26fbb

#f26fbb

Complementary Color

#f26fbb #6ff2a6

#f26fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f26fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f26fbb Color CSS Codes

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

#f26fbb Text Font Color

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

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


#f26fbb Background Color

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

This div background color is #f26fbb


#f26fbb Border Color

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

This div border color is #f26fbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,111,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f26fbb


Comments

No comments written yet.

Please login to write comment.