Color Hex Logo

#f9317d Color Hex

#F9317D
(249,49,125)
0 Favorites   0 Comments

Color spaces of #f9317d

RGB 24949125
HSL0.940.940.58
HSV337°80°98°
CMYK 0.000.800.50   0.02
XYZ43.866923.817021.6871
Yxy23.81700.49080.2665
Hunter Lab48.802775.04247.8144
CIE-Lab55.904176.46777.1723

#f9317d color RGB value is (249,49,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00110001 01111101
Octal 371 61 175
Decimal 249 49 125
Hex F9 31 7D

RGB Percentages of Color #f9317d

%58.87
%11.58
%29.55

CMYK Percentages of Color #f9317d

%0
%80
%50
%2

Triadic Colors of #f9317d

#f9317d #7df931 #317df9

Analogous Colors of #f9317d

#f9317d #f94931 #f931e1

Monochromatic Colors of #f9317d

#f9317d

Complementary Color

#f9317d #31f9ad

#f9317d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9317d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9317d Color CSS Codes

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

#f9317d Text Font Color

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

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


#f9317d Background Color

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

This div background color is #f9317d


#f9317d Border Color

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

This div border color is #f9317d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9317d


Comments

No comments written yet.

Please login to write comment.