color codes Logo

#fa005f color codes

#FA005F
(250,0,95)
0 Favorites   0 Comments

Color spaces of #fa005f

RGB 250095
HSL0.941.000.49
HSV337°100°98°
CMYK 0.001.000.62   0.02
XYZ41.489921.150212.7221
Yxy21.15020.55050.2806
Hunter Lab45.989380.554815.7911
CIE-Lab53.113581.387021.3858

#fa005f color RGB value is (250,0,95).

#fa005f hex color red value is 250, green value is 0 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #fa005f hue: 0.94 , saturation: 1.00 and the lightness value of fa005f is 0.49.

The process color (four color CMYK) of #fa005f color code is 0.00, 1.00, 0.62, 0.02. Web safe color of #fa005f is #ff0066. Color #fa005f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00000000 01011111
Octal 372 0 137
Decimal 250 0 95
Hex FA 0 5F

RGB Percentages of Color #fa005f

%72.46
%0.00
%27.54

CMYK Percentages of Color #fa005f

%0
%100
%62
%2

Triadic Colors of #fa005f

#fa005f #5ffa00 #005ffa

Analogous Colors of #fa005f

#fa005f #fa1e00 #fa00dc

Monochromatic Colors of #fa005f

#fa005f

Complementary Color

#fa005f #00fa9b

#fa005f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa005f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa005f Color CSS Codes

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

#fa005f Text Font Color

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

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


#fa005f Background Color

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

This div background color is #fa005f


#fa005f Border Color

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

This div border color is #fa005f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa005f

Related Colors


Comments

No comments written yet.

Please login to write comment.