Color Hex Logo

#f976ce Color Hex

#F976CE
(249,118,206)
0 Favorites   0 Comments

Color spaces of #f976ce

RGB 249118206
HSL0.890.920.72
HSV320°53°98°
CMYK 0.000.530.17   0.02
XYZ56.685937.552862.6533
Yxy37.55280.36130.2394
Hunter Lab61.280357.8765-17.7221
CIE-Lab67.689760.1393-22.0581

#f976ce color RGB value is (249,118,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01110110 11001110
Octal 371 166 316
Decimal 249 118 206
Hex F9 76 CE

RGB Percentages of Color #f976ce

%43.46
%20.59
%35.95

CMYK Percentages of Color #f976ce

%0
%53
%17
%2

Triadic Colors of #f976ce

#f976ce #cef976 #76cef9

Analogous Colors of #f976ce

#f976ce #f9768d #e376f9

Monochromatic Colors of #f976ce

#f976ce

Complementary Color

#f976ce #76f9a1

#f976ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f976ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f976ce Color CSS Codes

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

#f976ce Text Font Color

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

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


#f976ce Background Color

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

This div background color is #f976ce


#f976ce Border Color

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

This div border color is #f976ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f976ce


Comments

No comments written yet.

Please login to write comment.