Color Hex Logo

#f97fbc Color Hex

#F97FBC
(249,127,188)
0 Favorites   0 Comments

Color spaces of #f97fbc

RGB 249127188
HSL0.920.910.74
HSV330°49°98°
CMYK 0.000.490.24   0.02
XYZ55.733438.949352.1575
Yxy38.94930.37960.2652
Hunter Lab62.409450.1893-5.8640
CIE-Lab68.714553.3514-10.4289

#f97fbc color RGB value is (249,127,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01111111 10111100
Octal 371 177 274
Decimal 249 127 188
Hex F9 7F BC

RGB Percentages of Color #f97fbc

%44.15
%22.52
%33.33

CMYK Percentages of Color #f97fbc

%0
%49
%24
%2

Triadic Colors of #f97fbc

#f97fbc #bcf97f #7fbcf9

Analogous Colors of #f97fbc

#f97fbc #f97f7f #f97ff9

Monochromatic Colors of #f97fbc

#f97fbc

Complementary Color

#f97fbc #7ff9bc

#f97fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f97fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f97fbc Color CSS Codes

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

#f97fbc Text Font Color

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

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


#f97fbc Background Color

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

This div background color is #f97fbc


#f97fbc Border Color

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

This div border color is #f97fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f97fbc


Comments

No comments written yet.

Please login to write comment.