Color Hex Logo

#f9348f Color Hex

#F9348F
(249,52,143)
0 Favorites   0 Comments

Color spaces of #f9348f

RGB 24952143
HSL0.920.940.59
HSV332°79°98°
CMYK 0.000.790.43   0.02
XYZ45.252824.578928.3457
Yxy24.57890.46090.2504
Hunter Lab49.577176.17060.8049
CIE-Lab56.662877.2245-2.4237

#f9348f color RGB value is (249,52,143).

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

The process color (four color CMYK) of #f9348f color hex is 0.00, 0.79, 0.43, 0.02. Web safe color of #f9348f is #ff3399. Color #f9348f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00110100 10001111
Octal 371 64 217
Decimal 249 52 143
Hex F9 34 8F

RGB Percentages of Color #f9348f

%56.08
%11.71
%32.21

CMYK Percentages of Color #f9348f

%0
%79
%43
%2

Triadic Colors of #f9348f

#f9348f #8ff934 #348ff9

Analogous Colors of #f9348f

#f9348f #f93c34 #f934f2

Monochromatic Colors of #f9348f

#f9348f

Complementary Color

#f9348f #34f99e

#f9348f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9348f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9348f Color CSS Codes

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

#f9348f Text Font Color

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

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


#f9348f Background Color

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

This div background color is #f9348f


#f9348f Border Color

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

This div border color is #f9348f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9348f


Comments

No comments written yet.

Please login to write comment.