Color Hex Logo

#f975aa Color Hex

#F975AA
(249,117,170)
0 Favorites   0 Comments

Color spaces of #f975aa

RGB 249117170
HSL0.930.920.72
HSV336°53°98°
CMYK 0.000.530.32   0.02
XYZ52.683935.764642.1567
Yxy35.76460.40340.2738
Hunter Lab59.803552.59340.0677
CIE-Lab66.339755.8114-3.8042

#f975aa color RGB value is (249,117,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01110101 10101010
Octal 371 165 252
Decimal 249 117 170
Hex F9 75 AA

RGB Percentages of Color #f975aa

%46.46
%21.83
%31.72

CMYK Percentages of Color #f975aa

%0
%53
%32
%2

Triadic Colors of #f975aa

#f975aa #aaf975 #75aaf9

Analogous Colors of #f975aa

#f975aa #f98275 #f975ec

Monochromatic Colors of #f975aa

#f975aa

Complementary Color

#f975aa #75f9c4

#f975aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f975aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f975aa Color CSS Codes

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

#f975aa Text Font Color

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

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


#f975aa Background Color

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

This div background color is #f975aa


#f975aa Border Color

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

This div border color is #f975aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f975aa

Related Colors


Comments

No comments written yet.

Please login to write comment.