Color Hex Logo

#f9057e Color Hex

#F9057E
(249,5,126)
0 Favorites   0 Comments

Color spaces of #f9057e

RGB 2495126
HSL0.920.960.50
HSV330°98°98°
CMYK 0.000.980.49   0.02
XYZ42.887121.754621.6773
Yxy21.75460.49680.2520
Hunter Lab46.641882.50735.0936
CIE-Lab53.765782.78663.5030

#f9057e color RGB value is (249,5,126).

#f9057e hex color red value is 249, green value is 5 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #f9057e hue: 0.92 , saturation: 0.96 and the lightness value of f9057e is 0.50.

The process color (four color CMYK) of #f9057e color hex is 0.00, 0.98, 0.49, 0.02. Web safe color of #f9057e is #ff0066. Color #f9057e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00000101 01111110
Octal 371 5 176
Decimal 249 5 126
Hex F9 5 7E

RGB Percentages of Color #f9057e

%65.53
%1.32
%33.16

CMYK Percentages of Color #f9057e

%0
%98
%49
%2

Triadic Colors of #f9057e

#f9057e #7ef905 #057ef9

Analogous Colors of #f9057e

#f9057e #f90605 #f905f8

Monochromatic Colors of #f9057e

#f9057e

Complementary Color

#f9057e #05f980

#f9057e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9057e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9057e Color CSS Codes

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

#f9057e Text Font Color

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

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


#f9057e Background Color

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

This div background color is #f9057e


#f9057e Border Color

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

This div border color is #f9057e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9057e


Comments

No comments written yet.

Please login to write comment.