Color Hex Logo

#fa217a Color Hex

#FA217A
(250,33,122)
0 Favorites   0 Comments

Color spaces of #fa217a

RGB 25033122
HSL0.930.960.55
HSV335°87°98°
CMYK 0.000.870.51   0.02
XYZ43.481022.816820.5247
Yxy22.81680.50080.2628
Hunter Lab47.766978.89187.9609
CIE-Lab54.883179.73207.5373

#fa217a color RGB value is (250,33,122).

#fa217a hex color red value is 250, green value is 33 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #fa217a hue: 0.93 , saturation: 0.96 and the lightness value of fa217a is 0.55.

The process color (four color CMYK) of #fa217a color hex is 0.00, 0.87, 0.51, 0.02. Web safe color of #fa217a is #ff3366. Color #fa217a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00100001 01111010
Octal 372 41 172
Decimal 250 33 122
Hex FA 21 7A

RGB Percentages of Color #fa217a

%61.73
%8.15
%30.12

CMYK Percentages of Color #fa217a

%0
%87
%51
%2

Triadic Colors of #fa217a

#fa217a #7afa21 #217afa

Analogous Colors of #fa217a

#fa217a #fa3521 #fa21e7

Monochromatic Colors of #fa217a

#fa217a

Complementary Color

#fa217a #21faa1

#fa217a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa217a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa217a Color CSS Codes

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

#fa217a Text Font Color

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

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


#fa217a Background Color

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

This div background color is #fa217a


#fa217a Border Color

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

This div border color is #fa217a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa217a

Related Colors


Comments

No comments written yet.

Please login to write comment.