Color Hex Logo

#f9297e Color Hex

#F9297E
(249,41,126)
0 Favorites   0 Comments

Color spaces of #f9297e

RGB 24941126
HSL0.930.950.57
HSV335°84°98°
CMYK 0.000.840.49   0.02
XYZ43.625823.232021.9235
Yxy23.23200.49140.2617
Hunter Lab48.199677.21246.7718
CIE-Lab55.310578.31715.7260

#f9297e color RGB value is (249,41,126).

#f9297e hex color red value is 249, green value is 41 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #f9297e hue: 0.93 , saturation: 0.95 and the lightness value of f9297e is 0.57.

The process color (four color CMYK) of #f9297e color hex is 0.00, 0.84, 0.49, 0.02. Web safe color of #f9297e is #ff3366. Color #f9297e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00101001 01111110
Octal 371 51 176
Decimal 249 41 126
Hex F9 29 7E

RGB Percentages of Color #f9297e

%59.86
%9.86
%30.29

CMYK Percentages of Color #f9297e

%0
%84
%49
%2

Triadic Colors of #f9297e

#f9297e #7ef929 #297ef9

Analogous Colors of #f9297e

#f9297e #f93c29 #f929e6

Monochromatic Colors of #f9297e

#f9297e

Complementary Color

#f9297e #29f9a4

#f9297e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9297e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9297e Color CSS Codes

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

#f9297e Text Font Color

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

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


#f9297e Background Color

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

This div background color is #f9297e


#f9297e Border Color

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

This div border color is #f9297e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9297e


Comments

No comments written yet.

Please login to write comment.