Color Hex Logo

#f962fd Color Hex

#F962FD
(249,98,253)
0 Favorites   0 Comments

Color spaces of #f962fd

RGB 24998253
HSL0.830.970.69
HSV298°61°99°
CMYK 0.020.610.00   0.01
XYZ61.164235.967096.6471
Yxy35.96700.31560.1856
Hunter Lab59.972577.0951-53.5665
CIE-Lab66.494776.0938-49.9764

#f962fd color RGB value is (249,98,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01100010 11111101
Octal 371 142 375
Decimal 249 98 253
Hex F9 62 FD

RGB Percentages of Color #f962fd

%41.50
%16.33
%42.17

CMYK Percentages of Color #f962fd

%2
%61
%0
%1

Triadic Colors of #f962fd

#f962fd #fdf962 #62fdf9

Analogous Colors of #f962fd

#f962fd #fd62b4 #ac62fd

Monochromatic Colors of #f962fd

#f962fd

Complementary Color

#f962fd #66fd62

#f962fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f962fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f962fd Color CSS Codes

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

#f962fd Text Font Color

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

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


#f962fd Background Color

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

This div background color is #f962fd


#f962fd Border Color

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

This div border color is #f962fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f962fd

Related Colors


Comments

No comments written yet.

Please login to write comment.