Color Hex Logo

#fa183f Color Hex

#FA183F
(250,24,63)
0 Favorites   0 Comments

Color spaces of #fa183f

RGB 2502463
HSL0.970.960.54
HSV350°90°98°
CMYK 0.000.900.75   0.02
XYZ40.648221.33616.6785
Yxy21.33610.59200.3107
Hunter Lab46.191076.246123.7613
CIE-Lab53.315477.934340.6349

#fa183f color RGB value is (250,24,63).

#fa183f hex color red value is 250, green value is 24 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #fa183f hue: 0.97 , saturation: 0.96 and the lightness value of fa183f is 0.54.

The process color (four color CMYK) of #fa183f color hex is 0.00, 0.90, 0.75, 0.02. Web safe color of #fa183f is #ff0033. Color #fa183f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00011000 00111111
Octal 372 30 77
Decimal 250 24 63
Hex FA 18 3F

RGB Percentages of Color #fa183f

%74.18
%7.12
%18.69

CMYK Percentages of Color #fa183f

%0
%90
%75
%2

Triadic Colors of #fa183f

#fa183f #3ffa18 #183ffa

Analogous Colors of #fa183f

#fa183f #fa6218 #fa18b0

Monochromatic Colors of #fa183f

#fa183f

Complementary Color

#fa183f #18fad3

#fa183f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa183f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa183f Color CSS Codes

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

#fa183f Text Font Color

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

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


#fa183f Background Color

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

This div background color is #fa183f


#fa183f Border Color

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

This div border color is #fa183f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa183f

Related Colors


Comments

No comments written yet.

Please login to write comment.