Color Hex Logo

#f956fa Color Hex

#F956FA
(249,86,250)
0 Favorites   0 Comments

Color spaces of #f956fa

RGB 24986250
HSL0.830.940.66
HSV300°66°98°
CMYK 0.000.660.00   0.02
XYZ59.650033.697493.8028
Yxy33.69740.31870.1801
Hunter Lab58.049581.8350-55.1728
CIE-Lab64.721780.1442-51.1290

#f956fa color RGB value is (249,86,250).

#f956fa hex color red value is 249, green value is 86 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f956fa hue: 0.83 , saturation: 0.94 and the lightness value of f956fa is 0.66.

The process color (four color CMYK) of #f956fa color hex is 0.00, 0.66, 0.00, 0.02. Web safe color of #f956fa is #ff66ff. Color #f956fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01010110 11111010
Octal 371 126 372
Decimal 249 86 250
Hex F9 56 FA

RGB Percentages of Color #f956fa

%42.56
%14.70
%42.74

CMYK Percentages of Color #f956fa

%0
%66
%0
%2

Triadic Colors of #f956fa

#f956fa #faf956 #56faf9

Analogous Colors of #f956fa

#f956fa #fa56a9 #a756fa

Monochromatic Colors of #f956fa

#f956fa

Complementary Color

#f956fa #57fa56

#f956fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f956fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f956fa Color CSS Codes

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

#f956fa Text Font Color

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

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


#f956fa Background Color

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

This div background color is #f956fa


#f956fa Border Color

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

This div border color is #f956fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f956fa

Related Colors


Comments

No comments written yet.

Please login to write comment.