Color Hex Logo

#fa415b Color Hex

#FA415B
(250,65,91)
0 Favorites   0 Comments

Color spaces of #fa415b

RGB 2506591
HSL0.980.950.62
HSV352°74°98°
CMYK 0.000.740.64   0.02
XYZ43.203024.859912.4189
Yxy24.85990.53680.3089
Hunter Lab49.859767.414220.1340
CIE-Lab56.938770.049228.7639

#fa415b color RGB value is (250,65,91).

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

The process color (four color CMYK) of #fa415b color hex is 0.00, 0.74, 0.64, 0.02. Web safe color of #fa415b is #ff3366. Color #fa415b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01000001 01011011
Octal 372 101 133
Decimal 250 65 91
Hex FA 41 5B

RGB Percentages of Color #fa415b

%61.58
%16.01
%22.41

CMYK Percentages of Color #fa415b

%0
%74
%64
%2

Triadic Colors of #fa415b

#fa415b #5bfa41 #415bfa

Analogous Colors of #fa415b

#fa415b #fa8441 #fa41b8

Monochromatic Colors of #fa415b

#fa415b

Complementary Color

#fa415b #41fae0

#fa415b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa415b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa415b Color CSS Codes

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

#fa415b Text Font Color

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

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


#fa415b Background Color

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

This div background color is #fa415b


#fa415b Border Color

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

This div border color is #fa415b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa415b


Comments

No comments written yet.

Please login to write comment.