Color Hex Logo

#f971fd Color Hex

#F971FD
(249,113,253)
0 Favorites   0 Comments

Color spaces of #f971fd

RGB 249113253
HSL0.830.970.72
HSV298°55°99°
CMYK 0.020.550.00   0.01
XYZ62.701739.041897.1596
Yxy39.04180.31520.1963
Hunter Lab62.483469.7775-48.4555
CIE-Lab68.781569.8239-46.3727

#f971fd color RGB value is (249,113,253).

#f971fd hex color red value is 249, green value is 113 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f971fd hue: 0.83 , saturation: 0.97 and the lightness value of f971fd is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01110001 11111101
Octal 371 161 375
Decimal 249 113 253
Hex F9 71 FD

RGB Percentages of Color #f971fd

%40.49
%18.37
%41.14

CMYK Percentages of Color #f971fd

%2
%55
%0
%1

Triadic Colors of #f971fd

#f971fd #fdf971 #71fdf9

Analogous Colors of #f971fd

#f971fd #fd71bb #b371fd

Monochromatic Colors of #f971fd

#f971fd

Complementary Color

#f971fd #75fd71

#f971fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f971fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f971fd Color CSS Codes

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

#f971fd Text Font Color

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

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


#f971fd Background Color

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

This div background color is #f971fd


#f971fd Border Color

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

This div border color is #f971fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f971fd

Related Colors


Comments

No comments written yet.

Please login to write comment.