Color Hex Logo

#f974ba Color Hex

#F974BA
(249,116,186)
0 Favorites   0 Comments

Color spaces of #f974ba

RGB 249116186
HSL0.910.920.72
HSV328°53°98°
CMYK 0.000.530.25   0.02
XYZ54.175236.175750.5816
Yxy36.17570.38440.2567
Hunter Lab60.146255.5234-7.7592
CIE-Lab66.654058.2961-12.3894

#f974ba color RGB value is (249,116,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01110100 10111010
Octal 371 164 272
Decimal 249 116 186
Hex F9 74 BA

RGB Percentages of Color #f974ba

%45.19
%21.05
%33.76

CMYK Percentages of Color #f974ba

%0
%53
%25
%2

Triadic Colors of #f974ba

#f974ba #baf974 #74baf9

Analogous Colors of #f974ba

#f974ba #f97478 #f674f9

Monochromatic Colors of #f974ba

#f974ba

Complementary Color

#f974ba #74f9b3

#f974ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f974ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f974ba Color CSS Codes

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

#f974ba Text Font Color

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

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


#f974ba Background Color

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

This div background color is #f974ba


#f974ba Border Color

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

This div border color is #f974ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f974ba


Comments

No comments written yet.

Please login to write comment.