Color Hex Logo

#fb118f Color Hex

#FB118F
(251,17,143)
0 Favorites   0 Comments

Color spaces of #fb118f

RGB 25117143
HSL0.910.970.53
HSV328°93°98°
CMYK 0.000.930.43   0.02
XYZ44.942022.893328.0367
Yxy22.89330.46880.2388
Hunter Lab47.846983.9305-1.2491
CIE-Lab54.962383.6586-4.8899

#fb118f color RGB value is (251,17,143).

#fb118f hex color red value is 251, green value is 17 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #fb118f hue: 0.91 , saturation: 0.97 and the lightness value of fb118f is 0.53.

The process color (four color CMYK) of #fb118f color hex is 0.00, 0.93, 0.43, 0.02. Web safe color of #fb118f is #ff0099. Color #fb118f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00010001 10001111
Octal 373 21 217
Decimal 251 17 143
Hex FB 11 8F

RGB Percentages of Color #fb118f

%61.07
%4.14
%34.79

CMYK Percentages of Color #fb118f

%0
%93
%43
%2

Triadic Colors of #fb118f

#fb118f #8ffb11 #118ffb

Analogous Colors of #fb118f

#fb118f #fb111a #f211fb

Monochromatic Colors of #fb118f

#fb118f

Complementary Color

#fb118f #11fb7d

#fb118f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb118f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb118f Color CSS Codes

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

#fb118f Text Font Color

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

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


#fb118f Background Color

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

This div background color is #fb118f


#fb118f Border Color

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

This div border color is #fb118f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,17,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fb118f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fb118f;
  -webkit-box-shadow: 1px 1px 3px 2px #fb118f;
  box-shadow:         1px 1px 3px 2px #fb118f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,17,143, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb118f

Related Colors


Comments

No comments written yet.

Please login to write comment.