Color Hex Logo

#f972bc Color Hex

#F972BC
(249,114,188)
0 Favorites   0 Comments

Color spaces of #f972bc

RGB 249114188
HSL0.910.920.71
HSV327°54°98°
CMYK 0.000.540.24   0.02
XYZ54.161335.805251.6334
Yxy35.80520.38250.2529
Hunter Lab59.837456.8521-9.2748
CIE-Lab66.370859.4811-13.9439

#f972bc color RGB value is (249,114,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01110010 10111100
Octal 371 162 274
Decimal 249 114 188
Hex F9 72 BC

RGB Percentages of Color #f972bc

%45.19
%20.69
%34.12

CMYK Percentages of Color #f972bc

%0
%54
%24
%2

Triadic Colors of #f972bc

#f972bc #bcf972 #72bcf9

Analogous Colors of #f972bc

#f972bc #f97279 #f372f9

Monochromatic Colors of #f972bc

#f972bc

Complementary Color

#f972bc #72f9af

#f972bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f972bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f972bc Color CSS Codes

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

#f972bc Text Font Color

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

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


#f972bc Background Color

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

This div background color is #f972bc


#f972bc Border Color

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

This div border color is #f972bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f972bc


Comments

No comments written yet.

Please login to write comment.