Color Hex Logo

#f975ae Color Hex

#F975AE
(249,117,174)
0 Favorites   0 Comments

Color spaces of #f975ae

RGB 249117174
HSL0.930.920.72
HSV334°53°98°
CMYK 0.000.530.30   0.02
XYZ53.068235.918344.1803
Yxy35.91830.39850.2697
Hunter Lab59.931953.1766-1.7548
CIE-Lab66.457556.3000-5.8971

#f975ae color RGB value is (249,117,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01110101 10101110
Octal 371 165 256
Decimal 249 117 174
Hex F9 75 AE

RGB Percentages of Color #f975ae

%46.11
%21.67
%32.22

CMYK Percentages of Color #f975ae

%0
%53
%30
%2

Triadic Colors of #f975ae

#f975ae #aef975 #75aef9

Analogous Colors of #f975ae

#f975ae #f97e75 #f975f0

Monochromatic Colors of #f975ae

#f975ae

Complementary Color

#f975ae #75f9c0

#f975ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f975ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f975ae Color CSS Codes

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

#f975ae Text Font Color

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

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


#f975ae Background Color

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

This div background color is #f975ae


#f975ae Border Color

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

This div border color is #f975ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f975ae


Comments

No comments written yet.

Please login to write comment.