Color Hex Logo

#fa239f Color Hex

#FA239F
(250,35,159)
0 Favorites   0 Comments

Color spaces of #fa239f

RGB 25035159
HSL0.900.960.56
HSV325°86°98°
CMYK 0.000.860.36   0.02
XYZ46.283424.029334.9996
Yxy24.02930.43950.2282
Hunter Lab49.019782.7516-8.0187
CIE-Lab56.117182.5183-12.6634

#fa239f color RGB value is (250,35,159).

#fa239f hex color red value is 250, green value is 35 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #fa239f hue: 0.90 , saturation: 0.96 and the lightness value of fa239f is 0.56.

The process color (four color CMYK) of #fa239f color hex is 0.00, 0.86, 0.36, 0.02. Web safe color of #fa239f is #ff3399. Color #fa239f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00100011 10011111
Octal 372 43 237
Decimal 250 35 159
Hex FA 23 9F

RGB Percentages of Color #fa239f

%56.31
%7.88
%35.81

CMYK Percentages of Color #fa239f

%0
%86
%36
%2

Triadic Colors of #fa239f

#fa239f #9ffa23 #239ffa

Analogous Colors of #fa239f

#fa239f #fa2333 #ea23fa

Monochromatic Colors of #fa239f

#fa239f

Complementary Color

#fa239f #23fa7e

#fa239f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa239f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa239f Color CSS Codes

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

#fa239f Text Font Color

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

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


#fa239f Background Color

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

This div background color is #fa239f


#fa239f Border Color

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

This div border color is #fa239f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,35,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa239f


Comments

No comments written yet.

Please login to write comment.