Color Hex Logo

#f959ab Color Hex

#F959AB
(249,89,171)
0 Favorites   0 Comments

Color spaces of #f959ab

RGB 24989171
HSL0.910.930.66
HSV329°64°98°
CMYK 0.000.640.31   0.02
XYZ49.990030.224841.7273
Yxy30.22480.40990.2479
Hunter Lab54.977166.0980-6.5168
CIE-Lab61.847768.0499-11.0523

#f959ab color RGB value is (249,89,171).

#f959ab hex color red value is 249, green value is 89 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #f959ab hue: 0.91 , saturation: 0.93 and the lightness value of f959ab is 0.66.

The process color (four color CMYK) of #f959ab color hex is 0.00, 0.64, 0.31, 0.02. Web safe color of #f959ab is #ff6699. Color #f959ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01011001 10101011
Octal 371 131 253
Decimal 249 89 171
Hex F9 59 AB

RGB Percentages of Color #f959ab

%48.92
%17.49
%33.60

CMYK Percentages of Color #f959ab

%0
%64
%31
%2

Triadic Colors of #f959ab

#f959ab #abf959 #59abf9

Analogous Colors of #f959ab

#f959ab #f9595b #f759f9

Monochromatic Colors of #f959ab

#f959ab

Complementary Color

#f959ab #59f9a7

#f959ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f959ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f959ab Color CSS Codes

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

#f959ab Text Font Color

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

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


#f959ab Background Color

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

This div background color is #f959ab


#f959ab Border Color

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

This div border color is #f959ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f959ab


Comments

No comments written yet.

Please login to write comment.