Color Hex Logo

#fa61fc Color Hex

#FA61FC
(250,97,252)
0 Favorites   0 Comments

Color spaces of #fa61fc

RGB 25097252
HSL0.830.960.68
HSV299°62°99°
CMYK 0.010.620.00   0.01
XYZ61.269735.901795.7959
Yxy35.90170.31750.1861
Hunter Lab59.918077.6702-52.8492
CIE-Lab66.444776.5572-49.4966

#fa61fc color RGB value is (250,97,252).

#fa61fc hex color red value is 250, green value is 97 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #fa61fc hue: 0.83 , saturation: 0.96 and the lightness value of fa61fc is 0.68.

The process color (four color CMYK) of #fa61fc color hex is 0.01, 0.62, 0.00, 0.01. Web safe color of #fa61fc is #ff66ff. Color #fa61fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100001 11111100
Octal 372 141 374
Decimal 250 97 252
Hex FA 61 FC

RGB Percentages of Color #fa61fc

%41.74
%16.19
%42.07

CMYK Percentages of Color #fa61fc

%1
%62
%0
%1

Triadic Colors of #fa61fc

#fa61fc #fcfa61 #61fcfa

Analogous Colors of #fa61fc

#fa61fc #fc61b1 #ad61fc

Monochromatic Colors of #fa61fc

#fa61fc

Complementary Color

#fa61fc #63fc61

#fa61fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa61fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa61fc Color CSS Codes

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

#fa61fc Text Font Color

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

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


#fa61fc Background Color

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

This div background color is #fa61fc


#fa61fc Border Color

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

This div border color is #fa61fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa61fc

Related Colors


Comments

No comments written yet.

Please login to write comment.