Color Hex Logo

#f9249d Color Hex

#F9249D
(249,36,157)
0 Favorites   0 Comments

Color spaces of #f9249d

RGB 24936157
HSL0.910.950.56
HSV326°86°98°
CMYK 0.000.860.37   0.02
XYZ45.783623.835834.0860
Yxy23.83580.44150.2298
Hunter Lab48.821981.9531-7.2192
CIE-Lab55.923081.9338-11.7955

#f9249d color RGB value is (249,36,157).

#f9249d hex color red value is 249, green value is 36 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #f9249d hue: 0.91 , saturation: 0.95 and the lightness value of f9249d is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00100100 10011101
Octal 371 44 235
Decimal 249 36 157
Hex F9 24 9D

RGB Percentages of Color #f9249d

%56.33
%8.14
%35.52

CMYK Percentages of Color #f9249d

%0
%86
%37
%2

Triadic Colors of #f9249d

#f9249d #9df924 #249df9

Analogous Colors of #f9249d

#f9249d #f92432 #eb24f9

Monochromatic Colors of #f9249d

#f9249d

Complementary Color

#f9249d #24f980

#f9249d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9249d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9249d Color CSS Codes

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

#f9249d Text Font Color

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

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


#f9249d Background Color

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

This div background color is #f9249d


#f9249d Border Color

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

This div border color is #f9249d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9249d


Comments

No comments written yet.

Please login to write comment.