Color Hex Logo

#f9558e Color Hex

#F9558E
(249,85,142)
0 Favorites   0 Comments

Color spaces of #f9558e

RGB 24985142
HSL0.940.930.65
HSV339°66°98°
CMYK 0.000.660.43   0.02
XYZ47.197928.589728.6219
Yxy28.58970.45200.2738
Hunter Lab53.469363.99235.6909
CIE-Lab60.417866.55483.6370

#f9558e color RGB value is (249,85,142).

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

The process color (four color CMYK) of #f9558e color hex is 0.00, 0.66, 0.43, 0.02. Web safe color of #f9558e is #ff6699. Color #f9558e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01010101 10001110
Octal 371 125 216
Decimal 249 85 142
Hex F9 55 8E

RGB Percentages of Color #f9558e

%52.31
%17.86
%29.83

CMYK Percentages of Color #f9558e

%0
%66
%43
%2

Triadic Colors of #f9558e

#f9558e #8ef955 #558ef9

Analogous Colors of #f9558e

#f9558e #f96e55 #f955e0

Monochromatic Colors of #f9558e

#f9558e

Complementary Color

#f9558e #55f9c0

#f9558e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9558e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9558e Color CSS Codes

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

#f9558e Text Font Color

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

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


#f9558e Background Color

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

This div background color is #f9558e


#f9558e Border Color

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

This div border color is #f9558e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9558e


Comments

No comments written yet.

Please login to write comment.