Color Hex Logo

#f9459d Color Hex

#F9459D
(249,69,157)
0 Favorites   0 Comments

Color spaces of #f9459d

RGB 24969157
HSL0.920.940.62
HSV331°72°98°
CMYK 0.000.720.37   0.02
XYZ47.280826.830334.5851
Yxy26.83030.43500.2468
Hunter Lab51.798072.2870-3.3289
CIE-Lab58.816973.6868-7.4656

#f9459d color RGB value is (249,69,157).

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

The process color (four color CMYK) of #f9459d color hex is 0.00, 0.72, 0.37, 0.02. Web safe color of #f9459d is #ff3399. Color #f9459d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000101 10011101
Octal 371 105 235
Decimal 249 69 157
Hex F9 45 9D

RGB Percentages of Color #f9459d

%52.42
%14.53
%33.05

CMYK Percentages of Color #f9459d

%0
%72
%37
%2

Triadic Colors of #f9459d

#f9459d #9df945 #459df9

Analogous Colors of #f9459d

#f9459d #f94745 #f945f7

Monochromatic Colors of #f9459d

#f9459d

Complementary Color

#f9459d #45f9a1

#f9459d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9459d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9459d Color CSS Codes

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

#f9459d Text Font Color

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

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


#f9459d Background Color

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

This div background color is #f9459d


#f9459d Border Color

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

This div border color is #f9459d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9459d


Comments

No comments written yet.

Please login to write comment.