Color Hex Logo

#fa024e Color Hex

#FA024E
(250,2,78)
0 Favorites   0 Comments

Color spaces of #fa024e

RGB 250278
HSL0.950.980.49
HSV342°99°98°
CMYK 0.000.990.69   0.02
XYZ40.821220.91759.0937
Yxy20.91750.57630.2953
Hunter Lab45.735779.282220.2262
CIE-Lab52.859180.434831.3000

#fa024e color RGB value is (250,2,78).

#fa024e hex color red value is 250, green value is 2 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #fa024e hue: 0.95 , saturation: 0.98 and the lightness value of fa024e is 0.49.

The process color (four color CMYK) of #fa024e color hex is 0.00, 0.99, 0.69, 0.02. Web safe color of #fa024e is #ff0066. Color #fa024e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00000010 01001110
Octal 372 2 116
Decimal 250 2 78
Hex FA 2 4E

RGB Percentages of Color #fa024e

%75.76
%0.61
%23.64

CMYK Percentages of Color #fa024e

%0
%99
%69
%2

Triadic Colors of #fa024e

#fa024e #4efa02 #024efa

Analogous Colors of #fa024e

#fa024e #fa3202 #fa02ca

Monochromatic Colors of #fa024e

#fa024e

Complementary Color

#fa024e #02faae

#fa024e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa024e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa024e Color CSS Codes

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

#fa024e Text Font Color

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

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


#fa024e Background Color

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

This div background color is #fa024e


#fa024e Border Color

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

This div border color is #fa024e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa024e


Comments

No comments written yet.

Please login to write comment.