Color Hex Logo

#f959ff Color Hex

#F959FF
(249,89,255)
0 Favorites   0 Comments

Color spaces of #f959ff

RGB 24989255
HSL0.831.000.67
HSV298°65°100°
CMYK 0.020.650.00   0.00
XYZ60.689334.504598.0691
Yxy34.50450.31400.1785
Hunter Lab58.740581.6260-57.8681
CIE-Lab65.361179.8601-52.8691

#f959ff color RGB value is (249,89,255).

#f959ff hex color red value is 249, green value is 89 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f959ff hue: 0.83 , saturation: 1.00 and the lightness value of f959ff is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01011001 11111111
Octal 371 131 377
Decimal 249 89 255
Hex F9 59 FF

RGB Percentages of Color #f959ff

%41.99
%15.01
%43.00

CMYK Percentages of Color #f959ff

%2
%65
%0
%0

Triadic Colors of #f959ff

#f959ff #fff959 #59fff9

Analogous Colors of #f959ff

#f959ff #ff59b2 #a659ff

Monochromatic Colors of #f959ff

#f959ff

Complementary Color

#f959ff #5fff59

#f959ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f959ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f959ff Color CSS Codes

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

#f959ff Text Font Color

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

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


#f959ff Background Color

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

This div background color is #f959ff


#f959ff Border Color

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

This div border color is #f959ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f959ff

Related Colors


Comments

No comments written yet.

Please login to write comment.