Color Hex Logo

#f9349d Color Hex

#F9349D
(249,52,157)
0 Favorites   0 Comments

Color spaces of #f9349d

RGB 24952157
HSL0.910.940.59
HSV328°79°98°
CMYK 0.000.790.37   0.02
XYZ46.380725.030034.2850
Yxy25.03000.43880.2368
Hunter Lab50.030077.9274-5.6098
CIE-Lab57.104678.5372-10.0220

#f9349d color RGB value is (249,52,157).

#f9349d hex color red value is 249, green value is 52 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #f9349d hue: 0.91 , saturation: 0.94 and the lightness value of f9349d is 0.59.

The process color (four color CMYK) of #f9349d color hex is 0.00, 0.79, 0.37, 0.02. Web safe color of #f9349d is #ff3399. Color #f9349d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00110100 10011101
Octal 371 64 235
Decimal 249 52 157
Hex F9 34 9D

RGB Percentages of Color #f9349d

%54.37
%11.35
%34.28

CMYK Percentages of Color #f9349d

%0
%79
%37
%2

Triadic Colors of #f9349d

#f9349d #9df934 #349df9

Analogous Colors of #f9349d

#f9349d #f9343b #f334f9

Monochromatic Colors of #f9349d

#f9349d

Complementary Color

#f9349d #34f990

#f9349d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9349d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9349d Color CSS Codes

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

#f9349d Text Font Color

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

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


#f9349d Background Color

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

This div background color is #f9349d


#f9349d Border Color

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

This div border color is #f9349d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9349d


Comments

No comments written yet.

Please login to write comment.