Color Hex Logo

#f9457d Color Hex

#F9457D
(249,69,125)
0 Favorites   0 Comments

Color spaces of #f9457d

RGB 24969125
HSL0.950.940.62
HSV341°72°98°
CMYK 0.000.720.50   0.02
XYZ44.896725.876622.0304
Yxy25.87660.48380.2788
Hunter Lab50.869068.52219.9310
CIE-Lab57.919770.779910.0345

#f9457d color RGB value is (249,69,125).

#f9457d hex color red value is 249, green value is 69 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #f9457d hue: 0.95 , saturation: 0.94 and the lightness value of f9457d is 0.62.

The process color (four color CMYK) of #f9457d color hex is 0.00, 0.72, 0.50, 0.02. Web safe color of #f9457d is #ff3366. Color #f9457d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000101 01111101
Octal 371 105 175
Decimal 249 69 125
Hex F9 45 7D

RGB Percentages of Color #f9457d

%56.21
%15.58
%28.22

CMYK Percentages of Color #f9457d

%0
%72
%50
%2

Triadic Colors of #f9457d

#f9457d #7df945 #457df9

Analogous Colors of #f9457d

#f9457d #f96745 #f945d7

Monochromatic Colors of #f9457d

#f9457d

Complementary Color

#f9457d #45f9c1

#f9457d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9457d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9457d Color CSS Codes

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

#f9457d Text Font Color

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

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


#f9457d Background Color

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

This div background color is #f9457d


#f9457d Border Color

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

This div border color is #f9457d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9457d


Comments

No comments written yet.

Please login to write comment.