Color Hex Logo

#f975cc Color Hex

#F975CC
(249,117,204)
0 Favorites   0 Comments

Color spaces of #f975cc

RGB 249117204
HSL0.890.920.72
HSV320°53°98°
CMYK 0.000.530.18   0.02
XYZ56.327337.221961.3425
Yxy37.22190.36370.2403
Hunter Lab61.009858.0332-16.9065
CIE-Lab67.443260.3126-21.3149

#f975cc color RGB value is (249,117,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01110101 11001100
Octal 371 165 314
Decimal 249 117 204
Hex F9 75 CC

RGB Percentages of Color #f975cc

%43.68
%20.53
%35.79

CMYK Percentages of Color #f975cc

%0
%53
%18
%2

Triadic Colors of #f975cc

#f975cc #ccf975 #75ccf9

Analogous Colors of #f975cc

#f975cc #f9758a #e475f9

Monochromatic Colors of #f975cc

#f975cc

Complementary Color

#f975cc #75f9a2

#f975cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f975cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f975cc Color CSS Codes

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

#f975cc Text Font Color

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

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


#f975cc Background Color

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

This div background color is #f975cc


#f975cc Border Color

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

This div border color is #f975cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f975cc


Comments

No comments written yet.

Please login to write comment.