Color Hex Logo

#fa253b Color Hex

#FA253B
(250,37,59)
0 Favorites   0 Comments

Color spaces of #fa253b

RGB 2503759
HSL0.980.960.56
HSV354°85°98°
CMYK 0.000.850.76   0.02
XYZ40.875321.96296.2226
Yxy21.96290.59190.3180
Hunter Lab46.864673.674724.9328
CIE-Lab53.987675.737043.6311

#fa253b color RGB value is (250,37,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00100101 00111011
Octal 372 45 73
Decimal 250 37 59
Hex FA 25 3B

RGB Percentages of Color #fa253b

%72.25
%10.69
%17.05

CMYK Percentages of Color #fa253b

%0
%85
%76
%2

Triadic Colors of #fa253b

#fa253b #3bfa25 #253bfa

Analogous Colors of #fa253b

#fa253b #fa7a25 #fa25a6

Monochromatic Colors of #fa253b

#fa253b

Complementary Color

#fa253b #25fae4

#fa253b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa253b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa253b Color CSS Codes

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

#fa253b Text Font Color

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

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


#fa253b Background Color

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

This div background color is #fa253b


#fa253b Border Color

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

This div border color is #fa253b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa253b


Comments

No comments written yet.

Please login to write comment.