Color Hex Logo

#fa4041 Color Hex

#FA4041
(250,64,65)
1 Favorites   0 Comments

Color spaces of #fa4041

RGB 2506465
HSL1.000.950.62
HSV360°74°98°
CMYK 0.000.740.74   0.02
XYZ42.211924.37247.4806
Yxy24.37240.56990.3291
Hunter Lab49.368466.229725.5739
CIE-Lab56.458769.155343.0154

#fa4041 color RGB value is (250,64,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01000000 01000001
Octal 372 100 101
Decimal 250 64 65
Hex FA 40 41

RGB Percentages of Color #fa4041

%65.96
%16.89
%17.15

CMYK Percentages of Color #fa4041

%0
%74
%74
%2

Triadic Colors of #fa4041

#fa4041 #41fa40 #4041fa

Analogous Colors of #fa4041

#fa4041 #fa9c40 #fa409e

Monochromatic Colors of #fa4041

#fa4041

Complementary Color

#fa4041 #40faf9

#fa4041 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa4041 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa4041 Color CSS Codes

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

#fa4041 Text Font Color

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

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


#fa4041 Background Color

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

This div background color is #fa4041


#fa4041 Border Color

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

This div border color is #fa4041


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa4041


Comments

No comments written yet.

Please login to write comment.