Color Hex Logo

#f9447d Color Hex

#F9447D
(249,68,125)
0 Favorites   0 Comments

Color spaces of #f9447d

RGB 24968125
HSL0.950.940.62
HSV341°73°98°
CMYK 0.000.730.50   0.02
XYZ44.835725.754622.0101
Yxy25.75460.48420.2781
Hunter Lab50.749068.89049.8099
CIE-Lab57.803471.10509.8699

#f9447d color RGB value is (249,68,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000100 01111101
Octal 371 104 175
Decimal 249 68 125
Hex F9 44 7D

RGB Percentages of Color #f9447d

%56.33
%15.38
%28.28

CMYK Percentages of Color #f9447d

%0
%73
%50
%2

Triadic Colors of #f9447d

#f9447d #7df944 #447df9

Analogous Colors of #f9447d

#f9447d #f96644 #f944d8

Monochromatic Colors of #f9447d

#f9447d

Complementary Color

#f9447d #44f9c0

#f9447d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9447d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9447d Color CSS Codes

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

#f9447d Text Font Color

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

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


#f9447d Background Color

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

This div background color is #f9447d


#f9447d Border Color

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

This div border color is #f9447d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9447d


Comments

No comments written yet.

Please login to write comment.