Color Hex Logo

#fa264e Color Hex

#FA264E
(250,38,78)
0 Favorites   0 Comments

Color spaces of #fa264e

RGB 2503878
HSL0.970.950.56
HSV349°85°98°
CMYK 0.000.850.69   0.02
XYZ41.492622.26039.3175
Yxy22.26030.56780.3046
Hunter Lab47.180874.413221.3177
CIE-Lab54.302176.271933.0766

#fa264e color RGB value is (250,38,78).

#fa264e hex color red value is 250, green value is 38 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #fa264e hue: 0.97 , saturation: 0.95 and the lightness value of fa264e is 0.56.

The process color (four color CMYK) of #fa264e color hex is 0.00, 0.85, 0.69, 0.02. Web safe color of #fa264e is #ff3366. Color #fa264e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00100110 01001110
Octal 372 46 116
Decimal 250 38 78
Hex FA 26 4E

RGB Percentages of Color #fa264e

%68.31
%10.38
%21.31

CMYK Percentages of Color #fa264e

%0
%85
%69
%2

Triadic Colors of #fa264e

#fa264e #4efa26 #264efa

Analogous Colors of #fa264e

#fa264e #fa6826 #fa26b8

Monochromatic Colors of #fa264e

#fa264e

Complementary Color

#fa264e #26fad2

#fa264e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa264e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa264e Color CSS Codes

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

#fa264e Text Font Color

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

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


#fa264e Background Color

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

This div background color is #fa264e


#fa264e Border Color

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

This div border color is #fa264e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa264e


Comments

No comments written yet.

Please login to write comment.