Color Hex Logo

#f9548e Color Hex

#F9548E
(249,84,142)
0 Favorites   0 Comments

Color spaces of #f9548e

RGB 24984142
HSL0.940.930.65
HSV339°66°98°
CMYK 0.000.660.43   0.02
XYZ47.119728.433428.5959
Yxy28.43340.45240.2730
Hunter Lab53.323064.41925.5302
CIE-Lab60.278366.93743.4353

#f9548e color RGB value is (249,84,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01010100 10001110
Octal 371 124 216
Decimal 249 84 142
Hex F9 54 8E

RGB Percentages of Color #f9548e

%52.42
%17.68
%29.89

CMYK Percentages of Color #f9548e

%0
%66
%43
%2

Triadic Colors of #f9548e

#f9548e #8ef954 #548ef9

Analogous Colors of #f9548e

#f9548e #f96d54 #f954e1

Monochromatic Colors of #f9548e

#f9548e

Complementary Color

#f9548e #54f9bf

#f9548e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9548e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9548e Color CSS Codes

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

#f9548e Text Font Color

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

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


#f9548e Background Color

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

This div background color is #f9548e


#f9548e Border Color

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

This div border color is #f9548e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9548e


Comments

No comments written yet.

Please login to write comment.