Color Hex Logo

#fa252e Color Hex

#FA252E
(250,37,46)
0 Favorites   0 Comments

Color spaces of #fa252e

RGB 2503746
HSL0.990.960.56
HSV357°85°98°
CMYK 0.000.850.82   0.02
XYZ40.579121.84444.6624
Yxy21.84440.60490.3256
Hunter Lab46.738073.186726.8021
CIE-Lab53.861575.366750.4807

#fa252e color RGB value is (250,37,46).

#fa252e hex color red value is 250, green value is 37 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #fa252e hue: 0.99 , saturation: 0.96 and the lightness value of fa252e is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00100101 00101110
Octal 372 45 56
Decimal 250 37 46
Hex FA 25 2E

RGB Percentages of Color #fa252e

%75.08
%11.11
%13.81

CMYK Percentages of Color #fa252e

%0
%85
%82
%2

Triadic Colors of #fa252e

#fa252e #2efa25 #252efa

Analogous Colors of #fa252e

#fa252e #fa8725 #fa2599

Monochromatic Colors of #fa252e

#fa252e

Complementary Color

#fa252e #25faf1

#fa252e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa252e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa252e Color CSS Codes

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

#fa252e Text Font Color

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

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


#fa252e Background Color

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

This div background color is #fa252e


#fa252e Border Color

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

This div border color is #fa252e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa252e


Comments

No comments written yet.

Please login to write comment.