Color Hex Logo

#fa217f Color Hex

#FA217F
(250,33,127)
0 Favorites   0 Comments

Color spaces of #fa217f

RGB 25033127
HSL0.930.960.55
HSV334°87°98°
CMYK 0.000.870.49   0.02
XYZ43.799022.944022.1988
Yxy22.94400.49240.2580
Hunter Lab47.899979.39316.0525
CIE-Lab55.014680.10224.7272

#fa217f color RGB value is (250,33,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00100001 01111111
Octal 372 41 177
Decimal 250 33 127
Hex FA 21 7F

RGB Percentages of Color #fa217f

%60.98
%8.05
%30.98

CMYK Percentages of Color #fa217f

%0
%87
%49
%2

Triadic Colors of #fa217f

#fa217f #7ffa21 #217ffa

Analogous Colors of #fa217f

#fa217f #fa3021 #fa21ec

Monochromatic Colors of #fa217f

#fa217f

Complementary Color

#fa217f #21fa9c

#fa217f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa217f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa217f Color CSS Codes

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

#fa217f Text Font Color

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

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


#fa217f Background Color

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

This div background color is #fa217f


#fa217f Border Color

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

This div border color is #fa217f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa217f

Related Colors


Comments

No comments written yet.

Please login to write comment.