Color Hex Logo

#f961fc Color Hex

#F961FC
(249,97,252)
0 Favorites   0 Comments

Color spaces of #f961fc

RGB 24997252
HSL0.830.960.68
HSV299°62°99°
CMYK 0.010.620.00   0.01
XYZ60.912335.717495.7792
Yxy35.71740.31660.1856
Hunter Lab59.764077.3425-53.1847
CIE-Lab66.303476.3248-49.7291

#f961fc color RGB value is (249,97,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01100001 11111100
Octal 371 141 374
Decimal 249 97 252
Hex F9 61 FC

RGB Percentages of Color #f961fc

%41.64
%16.22
%42.14

CMYK Percentages of Color #f961fc

%1
%62
%0
%1

Triadic Colors of #f961fc

#f961fc #fcf961 #61fcf9

Analogous Colors of #f961fc

#f961fc #fc61b2 #ac61fc

Monochromatic Colors of #f961fc

#f961fc

Complementary Color

#f961fc #64fc61

#f961fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f961fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f961fc Color CSS Codes

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

#f961fc Text Font Color

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

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


#f961fc Background Color

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

This div background color is #f961fc


#f961fc Border Color

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

This div border color is #f961fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f961fc

Related Colors


Comments

No comments written yet.

Please login to write comment.