Color Hex Logo

#fa428f Color Hex

#FA428F
(250,66,143)
0 Favorites   0 Comments

Color spaces of #fa428f

RGB 25066143
HSL0.930.950.62
HSV335°74°98°
CMYK 0.000.740.43   0.02
XYZ46.330526.203628.6025
Yxy26.20360.45810.2591
Hunter Lab51.189571.97512.7039
CIE-Lab58.229873.5453-0.1064

#fa428f color RGB value is (250,66,143).

#fa428f hex color red value is 250, green value is 66 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #fa428f hue: 0.93 , saturation: 0.95 and the lightness value of fa428f is 0.62.

The process color (four color CMYK) of #fa428f color hex is 0.00, 0.74, 0.43, 0.02. Web safe color of #fa428f is #ff3399. Color #fa428f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01000010 10001111
Octal 372 102 217
Decimal 250 66 143
Hex FA 42 8F

RGB Percentages of Color #fa428f

%54.47
%14.38
%31.15

CMYK Percentages of Color #fa428f

%0
%74
%43
%2

Triadic Colors of #fa428f

#fa428f #8ffa42 #428ffa

Analogous Colors of #fa428f

#fa428f #fa5142 #fa42eb

Monochromatic Colors of #fa428f

#fa428f

Complementary Color

#fa428f #42faad

#fa428f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa428f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa428f Color CSS Codes

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

#fa428f Text Font Color

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

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


#fa428f Background Color

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

This div background color is #fa428f


#fa428f Border Color

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

This div border color is #fa428f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa428f


Comments

No comments written yet.

Please login to write comment.