Color Hex Logo

#fa269e Color Hex

#FA269E
(250,38,158)
0 Favorites   0 Comments

Color spaces of #fa269e

RGB 25038158
HSL0.910.950.56
HSV326°85°98°
CMYK 0.000.850.37   0.02
XYZ46.289024.178834.5750
Yxy24.17880.44070.2302
Hunter Lab49.171981.9837-7.2691
CIE-Lab56.266481.8908-11.8498

#fa269e color RGB value is (250,38,158).

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

The process color (four color CMYK) of #fa269e color hex is 0.00, 0.85, 0.37, 0.02. Web safe color of #fa269e is #ff3399. Color #fa269e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00100110 10011110
Octal 372 46 236
Decimal 250 38 158
Hex FA 26 9E

RGB Percentages of Color #fa269e

%56.05
%8.52
%35.43

CMYK Percentages of Color #fa269e

%0
%85
%37
%2

Triadic Colors of #fa269e

#fa269e #9efa26 #269efa

Analogous Colors of #fa269e

#fa269e #fa2634 #ec26fa

Monochromatic Colors of #fa269e

#fa269e

Complementary Color

#fa269e #26fa82

#fa269e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa269e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa269e Color CSS Codes

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

#fa269e Text Font Color

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

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


#fa269e Background Color

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

This div background color is #fa269e


#fa269e Border Color

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

This div border color is #fa269e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa269e


Comments

No comments written yet.

Please login to write comment.