Color Hex Logo

#f9197b Color Hex

#F9197B
(249,25,123)
0 Favorites   0 Comments

Color spaces of #f9197b

RGB 24925123
HSL0.930.950.54
HSV334°90°98°
CMYK 0.000.900.51   0.02
XYZ42.989722.265120.7707
Yxy22.26510.49970.2588
Hunter Lab47.185980.05086.9314
CIE-Lab54.307280.75816.0879

#f9197b color RGB value is (249,25,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00011001 01111011
Octal 371 31 173
Decimal 249 25 123
Hex F9 19 7B

RGB Percentages of Color #f9197b

%62.72
%6.30
%30.98

CMYK Percentages of Color #f9197b

%0
%90
%51
%2

Triadic Colors of #f9197b

#f9197b #7bf919 #197bf9

Analogous Colors of #f9197b

#f9197b #f92719 #f919eb

Monochromatic Colors of #f9197b

#f9197b

Complementary Color

#f9197b #19f997

#f9197b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9197b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9197b Color CSS Codes

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

#f9197b Text Font Color

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

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


#f9197b Background Color

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

This div background color is #f9197b


#f9197b Border Color

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

This div border color is #f9197b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,25,123, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9197b


Comments

No comments written yet.

Please login to write comment.