Color Hex Logo

#f974ab Color Hex

#F974AB
(249,116,171)
0 Favorites   0 Comments

Color spaces of #f974ab

RGB 249116171
HSL0.930.920.72
HSV335°53°98°
CMYK 0.000.530.31   0.02
XYZ52.663035.570842.6183
Yxy35.57080.40250.2718
Hunter Lab59.641353.2426-0.6184
CIE-Lab66.190756.3993-4.5912

#f974ab color RGB value is (249,116,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01110100 10101011
Octal 371 164 253
Decimal 249 116 171
Hex F9 74 AB

RGB Percentages of Color #f974ab

%46.46
%21.64
%31.90

CMYK Percentages of Color #f974ab

%0
%53
%31
%2

Triadic Colors of #f974ab

#f974ab #abf974 #74abf9

Analogous Colors of #f974ab

#f974ab #f98074 #f974ee

Monochromatic Colors of #f974ab

#f974ab

Complementary Color

#f974ab #74f9c2

#f974ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f974ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f974ab Color CSS Codes

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

#f974ab Text Font Color

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

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


#f974ab Background Color

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

This div background color is #f974ab


#f974ab Border Color

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

This div border color is #f974ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f974ab


Comments

No comments written yet.

Please login to write comment.