color codes Logo

#f971af color codes

#F971AF
(249,113,175)
0 Favorites   0 Comments

Color spaces of #f971af

RGB 249113175
HSL0.920.920.71
HSV333°55°98°
CMYK 0.000.550.30   0.02
XYZ52.709935.045144.5437
Yxy35.04510.39840.2649
Hunter Lab59.198955.3359-3.1730
CIE-Lab65.783858.2751-7.4635

#f971af color RGB value is (249,113,175).

#f971af hex color red value is 249, green value is 113 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #f971af hue: 0.92 , saturation: 0.92 and the lightness value of f971af is 0.71.

The process color (four color CMYK) of #f971af color code is 0.00, 0.55, 0.30, 0.02. Web safe color of #f971af is #ff6699. Color #f971af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01110001 10101111
Octal 371 161 257
Decimal 249 113 175
Hex F9 71 AF

RGB Percentages of Color #f971af

%46.37
%21.04
%32.59

CMYK Percentages of Color #f971af

%0
%55
%30
%2

Triadic Colors of #f971af

#f971af #aff971 #71aff9

Analogous Colors of #f971af

#f971af #f97771 #f971f3

Monochromatic Colors of #f971af

#f971af

Complementary Color

#f971af #71f9bb

#f971af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f971af Color Preview on White Background

Lorem ipsum dolor sit amet.

#f971af Color CSS Codes

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

#f971af Text Font Color

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

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


#f971af Background Color

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

This div background color is #f971af


#f971af Border Color

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

This div border color is #f971af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f971af


Comments

No comments written yet.

Please login to write comment.