Color Hex Logo

#fb417e Color Hex

#FB417E
(251,65,126)
0 Favorites   0 Comments

Color spaces of #fb417e

RGB 25165126
HSL0.950.960.62
HSV340°74°98°
CMYK 0.000.740.50   0.02
XYZ45.439925.796222.3229
Yxy25.79620.48570.2757
Hunter Lab50.790070.81499.4942
CIE-Lab57.843172.67449.3850

#fb417e color RGB value is (251,65,126).

#fb417e hex color red value is 251, green value is 65 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #fb417e hue: 0.95 , saturation: 0.96 and the lightness value of fb417e is 0.62.

The process color (four color CMYK) of #fb417e color hex is 0.00, 0.74, 0.50, 0.02. Web safe color of #fb417e is #ff3366. Color #fb417e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01000001 01111110
Octal 373 101 176
Decimal 251 65 126
Hex FB 41 7E

RGB Percentages of Color #fb417e

%56.79
%14.71
%28.51

CMYK Percentages of Color #fb417e

%0
%74
%50
%2

Triadic Colors of #fb417e

#fb417e #7efb41 #417efb

Analogous Colors of #fb417e

#fb417e #fb6141 #fb41db

Monochromatic Colors of #fb417e

#fb417e

Complementary Color

#fb417e #41fbbe

#fb417e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb417e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb417e Color CSS Codes

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

#fb417e Text Font Color

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

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


#fb417e Background Color

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

This div background color is #fb417e


#fb417e Border Color

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

This div border color is #fb417e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb417e

Related Colors


Comments

No comments written yet.

Please login to write comment.