Color Hex Logo

#f959fb Color Hex

#F959FB
(249,89,251)
0 Favorites   0 Comments

Color spaces of #f959fb

RGB 24989251
HSL0.830.950.67
HSV299°65°98°
CMYK 0.010.650.00   0.02
XYZ60.051934.249594.7125
Yxy34.24950.31770.1812
Hunter Lab58.523180.7477-54.9875
CIE-Lab65.160179.2135-50.9862

#f959fb color RGB value is (249,89,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01011001 11111011
Octal 371 131 373
Decimal 249 89 251
Hex F9 59 FB

RGB Percentages of Color #f959fb

%42.28
%15.11
%42.61

CMYK Percentages of Color #f959fb

%1
%65
%0
%2

Triadic Colors of #f959fb

#f959fb #fbf959 #59fbf9

Analogous Colors of #f959fb

#f959fb #fb59ac #a859fb

Monochromatic Colors of #f959fb

#f959fb

Complementary Color

#f959fb #5bfb59

#f959fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f959fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f959fb Color CSS Codes

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

#f959fb Text Font Color

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

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


#f959fb Background Color

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

This div background color is #f959fb


#f959fb Border Color

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

This div border color is #f959fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f959fb

Related Colors


Comments

No comments written yet.

Please login to write comment.