Color Hex Logo

#f9338e Color Hex

#F9338E
(249,51,142)
0 Favorites   0 Comments

Color spaces of #f9338e

RGB 24951142
HSL0.920.940.59
HSV332°80°98°
CMYK 0.000.800.43   0.02
XYZ45.133224.460427.9337
Yxy24.46040.46280.2508
Hunter Lab49.457576.34251.1331
CIE-Lab56.545877.3844-2.0036

#f9338e color RGB value is (249,51,142).

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

The process color (four color CMYK) of #f9338e color hex is 0.00, 0.80, 0.43, 0.02. Web safe color of #f9338e is #ff3399. Color #f9338e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00110011 10001110
Octal 371 63 216
Decimal 249 51 142
Hex F9 33 8E

RGB Percentages of Color #f9338e

%56.33
%11.54
%32.13

CMYK Percentages of Color #f9338e

%0
%80
%43
%2

Triadic Colors of #f9338e

#f9338e #8ef933 #338ef9

Analogous Colors of #f9338e

#f9338e #f93b33 #f933f1

Monochromatic Colors of #f9338e

#f9338e

Complementary Color

#f9338e #33f99e

#f9338e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9338e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9338e Color CSS Codes

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

#f9338e Text Font Color

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

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


#f9338e Background Color

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

This div background color is #f9338e


#f9338e Border Color

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

This div border color is #f9338e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9338e

Related Colors


Comments

No comments written yet.

Please login to write comment.