Color Hex Logo

#fa216f Color Hex

#FA216F
(250,33,111)
0 Favorites   0 Comments

Color spaces of #fa216f

RGB 25033111
HSL0.940.960.55
HSV338°87°98°
CMYK 0.000.870.56   0.02
XYZ42.837422.559417.1355
Yxy22.55940.51900.2733
Hunter Lab47.496777.870211.8575
CIE-Lab54.615678.975013.7713

#fa216f color RGB value is (250,33,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00100001 01101111
Octal 372 41 157
Decimal 250 33 111
Hex FA 21 6F

RGB Percentages of Color #fa216f

%63.45
%8.38
%28.17

CMYK Percentages of Color #fa216f

%0
%87
%56
%2

Triadic Colors of #fa216f

#fa216f #6ffa21 #216ffa

Analogous Colors of #fa216f

#fa216f #fa4021 #fa21dc

Monochromatic Colors of #fa216f

#fa216f

Complementary Color

#fa216f #21faac

#fa216f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa216f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa216f Color CSS Codes

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

#fa216f Text Font Color

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

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


#fa216f Background Color

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

This div background color is #fa216f


#fa216f Border Color

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

This div border color is #fa216f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa216f


Comments

No comments written yet.

Please login to write comment.