Color Hex Logo

#fa298c Color Hex

#FA298C
(250,41,140)
0 Favorites   0 Comments

Color spaces of #fa298c

RGB 25041140
HSL0.920.950.57
HSV332°84°98°
CMYK 0.000.840.44   0.02
XYZ44.950923.803327.0363
Yxy23.80330.46930.2485
Hunter Lab48.788679.07901.2964
CIE-Lab55.890379.6840-1.7581

#fa298c color RGB value is (250,41,140).

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

The process color (four color CMYK) of #fa298c color hex is 0.00, 0.84, 0.44, 0.02. Web safe color of #fa298c is #ff3399. Color #fa298c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00101001 10001100
Octal 372 51 214
Decimal 250 41 140
Hex FA 29 8C

RGB Percentages of Color #fa298c

%58.00
%9.51
%32.48

CMYK Percentages of Color #fa298c

%0
%84
%44
%2

Triadic Colors of #fa298c

#fa298c #8cfa29 #298cfa

Analogous Colors of #fa298c

#fa298c #fa2f29 #fa29f5

Monochromatic Colors of #fa298c

#fa298c

Complementary Color

#fa298c #29fa97

#fa298c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa298c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa298c Color CSS Codes

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

#fa298c Text Font Color

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

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


#fa298c Background Color

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

This div background color is #fa298c


#fa298c Border Color

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

This div border color is #fa298c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa298c

Related Colors


Comments

No comments written yet.

Please login to write comment.