Color Hex Logo

#fa048b Color Hex

#FA048B
(250,4,139)
0 Favorites   0 Comments

Color spaces of #fa048b

RGB 2504139
HSL0.910.970.50
HSV327°98°98°
CMYK 0.000.980.44   0.02
XYZ44.128022.274926.3998
Yxy22.27490.47550.2400
Hunter Lab47.196384.3020-0.1272
CIE-Lab54.317584.0717-3.4755

#fa048b color RGB value is (250,4,139).

#fa048b hex color red value is 250, green value is 4 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #fa048b hue: 0.91 , saturation: 0.97 and the lightness value of fa048b is 0.50.

The process color (four color CMYK) of #fa048b color hex is 0.00, 0.98, 0.44, 0.02. Web safe color of #fa048b is #ff0099. Color #fa048b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00000100 10001011
Octal 372 4 213
Decimal 250 4 139
Hex FA 4 8B

RGB Percentages of Color #fa048b

%63.61
%1.02
%35.37

CMYK Percentages of Color #fa048b

%0
%98
%44
%2

Triadic Colors of #fa048b

#fa048b #8bfa04 #048bfa

Analogous Colors of #fa048b

#fa048b #fa0410 #ee04fa

Monochromatic Colors of #fa048b

#fa048b

Complementary Color

#fa048b #04fa73

#fa048b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa048b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa048b Color CSS Codes

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

#fa048b Text Font Color

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

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


#fa048b Background Color

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

This div background color is #fa048b


#fa048b Border Color

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

This div border color is #fa048b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa048b

Related Colors


Comments

No comments written yet.

Please login to write comment.