Color Hex Logo

#f972ba Color Hex

#F972BA
(249,114,186)
0 Favorites   0 Comments

Color spaces of #f972ba

RGB 249114186
HSL0.910.920.71
HSV328°54°98°
CMYK 0.000.540.25   0.02
XYZ53.947235.719550.5056
Yxy35.71950.38490.2548
Hunter Lab59.765856.5317-8.2675
CIE-Lab66.305059.2177-12.9134

#f972ba color RGB value is (249,114,186).

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

The process color (four color CMYK) of #f972ba color hex is 0.00, 0.54, 0.25, 0.02. Web safe color of #f972ba is #ff66cc. Color #f972ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01110010 10111010
Octal 371 162 272
Decimal 249 114 186
Hex F9 72 BA

RGB Percentages of Color #f972ba

%45.36
%20.77
%33.88

CMYK Percentages of Color #f972ba

%0
%54
%25
%2

Triadic Colors of #f972ba

#f972ba #baf972 #72baf9

Analogous Colors of #f972ba

#f972ba #f97277 #f572f9

Monochromatic Colors of #f972ba

#f972ba

Complementary Color

#f972ba #72f9b1

#f972ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f972ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f972ba Color CSS Codes

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

#f972ba Text Font Color

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

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


#f972ba Background Color

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

This div background color is #f972ba


#f972ba Border Color

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

This div border color is #f972ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f972ba


Comments

No comments written yet.

Please login to write comment.