Color Hex Logo

#f9197e Color Hex

#F9197E
(249,25,126)
0 Favorites   0 Comments

Color spaces of #f9197e

RGB 24925126
HSL0.920.950.54
HSV333°90°98°
CMYK 0.000.900.49   0.02
XYZ43.180422.341421.7751
Yxy22.34140.49460.2559
Hunter Lab47.266780.35165.7726
CIE-Lab54.387480.97904.3995

#f9197e color RGB value is (249,25,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00011001 01111110
Octal 371 31 176
Decimal 249 25 126
Hex F9 19 7E

RGB Percentages of Color #f9197e

%62.25
%6.25
%31.50

CMYK Percentages of Color #f9197e

%0
%90
%49
%2

Triadic Colors of #f9197e

#f9197e #7ef919 #197ef9

Analogous Colors of #f9197e

#f9197e #f92419 #f919ee

Monochromatic Colors of #f9197e

#f9197e

Complementary Color

#f9197e #19f994

#f9197e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9197e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9197e Color CSS Codes

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

#f9197e Text Font Color

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

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


#f9197e Background Color

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

This div background color is #f9197e


#f9197e Border Color

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

This div border color is #f9197e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9197e

Related Colors


Comments

No comments written yet.

Please login to write comment.