Color Hex Logo

#f970cc Color Hex

#F970CC
(249,112,204)
0 Favorites   0 Comments

Color spaces of #f970cc

RGB 249112204
HSL0.890.920.71
HSV320°55°98°
CMYK 0.000.550.18   0.02
XYZ55.760236.087761.1535
Yxy36.08770.36440.2359
Hunter Lab60.073060.5571-18.3053
CIE-Lab66.586962.5894-22.6214

#f970cc color RGB value is (249,112,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01110000 11001100
Octal 371 160 314
Decimal 249 112 204
Hex F9 70 CC

RGB Percentages of Color #f970cc

%44.07
%19.82
%36.11

CMYK Percentages of Color #f970cc

%0
%55
%18
%2

Triadic Colors of #f970cc

#f970cc #ccf970 #70ccf9

Analogous Colors of #f970cc

#f970cc #f97088 #e270f9

Monochromatic Colors of #f970cc

#f970cc

Complementary Color

#f970cc #70f99d

#f970cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f970cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f970cc Color CSS Codes

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

#f970cc Text Font Color

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

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


#f970cc Background Color

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

This div background color is #f970cc


#f970cc Border Color

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

This div border color is #f970cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f970cc


Comments

No comments written yet.

Please login to write comment.