Color Hex Logo

#f9368a Color Hex

#F9368A
(249,54,138)
0 Favorites   0 Comments

Color spaces of #f9368a

RGB 24954138
HSL0.930.940.59
HSV334°78°98°
CMYK 0.000.780.45   0.02
XYZ44.973524.613026.4252
Yxy24.61300.46840.2564
Hunter Lab49.611574.99263.1477
CIE-Lab56.696476.27490.5861

#f9368a color RGB value is (249,54,138).

#f9368a hex color red value is 249, green value is 54 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #f9368a hue: 0.93 , saturation: 0.94 and the lightness value of f9368a is 0.59.

The process color (four color CMYK) of #f9368a color hex is 0.00, 0.78, 0.45, 0.02. Web safe color of #f9368a is #ff3399. Color #f9368a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00110110 10001010
Octal 371 66 212
Decimal 249 54 138
Hex F9 36 8A

RGB Percentages of Color #f9368a

%56.46
%12.24
%31.29

CMYK Percentages of Color #f9368a

%0
%78
%45
%2

Triadic Colors of #f9368a

#f9368a #8af936 #368af9

Analogous Colors of #f9368a

#f9368a #f94436 #f936ec

Monochromatic Colors of #f9368a

#f9368a

Complementary Color

#f9368a #36f9a5

#f9368a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9368a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9368a Color CSS Codes

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

#f9368a Text Font Color

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

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


#f9368a Background Color

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

This div background color is #f9368a


#f9368a Border Color

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

This div border color is #f9368a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9368a


Comments

No comments written yet.

Please login to write comment.