Color Hex Logo

#fa245f Color Hex

#FA245F
(250,36,95)
0 Favorites   0 Comments

Color spaces of #fa245f

RGB 2503695
HSL0.950.960.56
HSV343°86°98°
CMYK 0.000.860.62   0.02
XYZ42.120822.412012.9324
Yxy22.41200.54370.2893
Hunter Lab47.341375.968816.9425
CIE-Lab54.461477.489723.1740

#fa245f color RGB value is (250,36,95).

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

The process color (four color CMYK) of #fa245f color hex is 0.00, 0.86, 0.62, 0.02. Web safe color of #fa245f is #ff3366. Color #fa245f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00100100 01011111
Octal 372 44 137
Decimal 250 36 95
Hex FA 24 5F

RGB Percentages of Color #fa245f

%65.62
%9.45
%24.93

CMYK Percentages of Color #fa245f

%0
%86
%62
%2

Triadic Colors of #fa245f

#fa245f #5ffa24 #245ffa

Analogous Colors of #fa245f

#fa245f #fa5424 #fa24ca

Monochromatic Colors of #fa245f

#fa245f

Complementary Color

#fa245f #24fabf

#fa245f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa245f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa245f Color CSS Codes

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

#fa245f Text Font Color

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

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


#fa245f Background Color

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

This div background color is #fa245f


#fa245f Border Color

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

This div border color is #fa245f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa245f


Comments

No comments written yet.

Please login to write comment.