Color Hex Logo

#f958aa Color Hex

#F958AA
(249,88,170)
0 Favorites   0 Comments

Color spaces of #f958aa

RGB 24988170
HSL0.920.930.66
HSV329°65°98°
CMYK 0.000.650.32   0.02
XYZ49.812330.021541.1995
Yxy30.02150.41160.2480
Hunter Lab54.791966.3918-6.2274
CIE-Lab61.672868.3252-10.7388

#f958aa color RGB value is (249,88,170).

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

The process color (four color CMYK) of #f958aa color hex is 0.00, 0.65, 0.32, 0.02. Web safe color of #f958aa is #ff6699. Color #f958aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01011000 10101010
Octal 371 130 252
Decimal 249 88 170
Hex F9 58 AA

RGB Percentages of Color #f958aa

%49.11
%17.36
%33.53

CMYK Percentages of Color #f958aa

%0
%65
%32
%2

Triadic Colors of #f958aa

#f958aa #aaf958 #58aaf9

Analogous Colors of #f958aa

#f958aa #f9585a #f858f9

Monochromatic Colors of #f958aa

#f958aa

Complementary Color

#f958aa #58f9a7

#f958aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f958aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f958aa Color CSS Codes

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

#f958aa Text Font Color

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

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


#f958aa Background Color

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

This div background color is #f958aa


#f958aa Border Color

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

This div border color is #f958aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f958aa


Comments

No comments written yet.

Please login to write comment.