Color Hex Logo

#f9307e Color Hex

#F9307E
(249,48,126)
0 Favorites   0 Comments

Color spaces of #f9307e

RGB 24948126
HSL0.940.940.58
HSV337°81°98°
CMYK 0.000.810.49   0.02
XYZ43.889823.760022.0116
Yxy23.76000.48950.2650
Hunter Lab48.744275.42087.3472
CIE-Lab55.846776.78246.4937

#f9307e color RGB value is (249,48,126).

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

The process color (four color CMYK) of #f9307e color hex is 0.00, 0.81, 0.49, 0.02. Web safe color of #f9307e is #ff3366. Color #f9307e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00110000 01111110
Octal 371 60 176
Decimal 249 48 126
Hex F9 30 7E

RGB Percentages of Color #f9307e

%58.87
%11.35
%29.79

CMYK Percentages of Color #f9307e

%0
%81
%49
%2

Triadic Colors of #f9307e

#f9307e #7ef930 #307ef9

Analogous Colors of #f9307e

#f9307e #f94730 #f930e3

Monochromatic Colors of #f9307e

#f9307e

Complementary Color

#f9307e #30f9ab

#f9307e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9307e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9307e Color CSS Codes

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

#f9307e Text Font Color

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

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


#f9307e Background Color

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

This div background color is #f9307e


#f9307e Border Color

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

This div border color is #f9307e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9307e


Comments

No comments written yet.

Please login to write comment.