Color Hex Logo

#fa285f Color Hex

#FA285F
(250,40,95)
0 Favorites   0 Comments

Color spaces of #fa285f

RGB 2504095
HSL0.960.950.57
HSV344°84°98°
CMYK 0.000.840.62   0.02
XYZ42.248722.667812.9750
Yxy22.66780.54240.2910
Hunter Lab47.610775.078217.1696
CIE-Lab54.728576.724023.5267

#fa285f color RGB value is (250,40,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00101000 01011111
Octal 372 50 137
Decimal 250 40 95
Hex FA 28 5F

RGB Percentages of Color #fa285f

%64.94
%10.39
%24.68

CMYK Percentages of Color #fa285f

%0
%84
%62
%2

Triadic Colors of #fa285f

#fa285f #5ffa28 #285ffa

Analogous Colors of #fa285f

#fa285f #fa5a28 #fa28c8

Monochromatic Colors of #fa285f

#fa285f

Complementary Color

#fa285f #28fac3

#fa285f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa285f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa285f Color CSS Codes

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

#fa285f Text Font Color

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

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


#fa285f Background Color

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

This div background color is #fa285f


#fa285f Border Color

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

This div border color is #fa285f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,40,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 #fa285f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa285f

Related Colors


Comments

No comments written yet.

Please login to write comment.