Color Hex Logo

#fa338f Color Hex

#FA338F
(250,51,143)
0 Favorites   0 Comments

Color spaces of #fa338f

RGB 25051143
HSL0.920.950.59
HSV332°80°98°
CMYK 0.000.800.43   0.02
XYZ45.566124.674828.3477
Yxy24.67480.46220.2503
Hunter Lab49.673776.81040.9361
CIE-Lab56.757277.7167-2.2639

#fa338f color RGB value is (250,51,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00110011 10001111
Octal 372 63 217
Decimal 250 51 143
Hex FA 33 8F

RGB Percentages of Color #fa338f

%56.31
%11.49
%32.21

CMYK Percentages of Color #fa338f

%0
%80
%43
%2

Triadic Colors of #fa338f

#fa338f #8ffa33 #338ffa

Analogous Colors of #fa338f

#fa338f #fa3b33 #fa33f3

Monochromatic Colors of #fa338f

#fa338f

Complementary Color

#fa338f #33fa9e

#fa338f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa338f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa338f Color CSS Codes

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

#fa338f Text Font Color

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

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


#fa338f Background Color

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

This div background color is #fa338f


#fa338f Border Color

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

This div border color is #fa338f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa338f


Comments

No comments written yet.

Please login to write comment.