Color Hex Logo

#fa465f Color Hex

#FA465F
(250,70,95)
0 Favorites   0 Comments

Color spaces of #fa465f

RGB 2507095
HSL0.980.950.63
HSV352°72°98°
CMYK 0.000.720.62   0.02
XYZ43.680125.530513.4522
Yxy25.53050.52840.3089
Hunter Lab50.527765.885819.5844
CIE-Lab57.588768.657327.2660

#fa465f color RGB value is (250,70,95).

#fa465f hex color red value is 250, green value is 70 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #fa465f hue: 0.98 , saturation: 0.95 and the lightness value of fa465f is 0.63.

The process color (four color CMYK) of #fa465f color hex is 0.00, 0.72, 0.62, 0.02. Web safe color of #fa465f is #ff3366. Color #fa465f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01000110 01011111
Octal 372 106 137
Decimal 250 70 95
Hex FA 46 5F

RGB Percentages of Color #fa465f

%60.24
%16.87
%22.89

CMYK Percentages of Color #fa465f

%0
%72
%62
%2

Triadic Colors of #fa465f

#fa465f #5ffa46 #465ffa

Analogous Colors of #fa465f

#fa465f #fa8746 #fa46b9

Monochromatic Colors of #fa465f

#fa465f

Complementary Color

#fa465f #46fae1

#fa465f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa465f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa465f Color CSS Codes

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

#fa465f Text Font Color

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

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


#fa465f Background Color

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

This div background color is #fa465f


#fa465f Border Color

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

This div border color is #fa465f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa465f

Related Colors


Comments

No comments written yet.

Please login to write comment.