Color Hex Logo

#f9558c Color Hex

#F9558C
(249,85,140)
0 Favorites   0 Comments

Color spaces of #f9558c

RGB 24985140
HSL0.940.930.65
HSV340°66°98°
CMYK 0.000.660.44   0.02
XYZ47.049028.530227.8381
Yxy28.53020.45490.2759
Hunter Lab53.413763.75646.4888
CIE-Lab60.364766.36674.7259

#f9558c color RGB value is (249,85,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01010101 10001100
Octal 371 125 214
Decimal 249 85 140
Hex F9 55 8C

RGB Percentages of Color #f9558c

%52.53
%17.93
%29.54

CMYK Percentages of Color #f9558c

%0
%66
%44
%2

Triadic Colors of #f9558c

#f9558c #8cf955 #558cf9

Analogous Colors of #f9558c

#f9558c #f97055 #f955de

Monochromatic Colors of #f9558c

#f9558c

Complementary Color

#f9558c #55f9c2

#f9558c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9558c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9558c Color CSS Codes

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

#f9558c Text Font Color

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

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


#f9558c Background Color

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

This div background color is #f9558c


#f9558c Border Color

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

This div border color is #f9558c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9558c


Comments

No comments written yet.

Please login to write comment.