Color Hex Logo

#f974cc Color Hex

#F974CC
(249,116,204)
0 Favorites   0 Comments

Color spaces of #f974cc

RGB 249116204
HSL0.890.920.72
HSV320°53°98°
CMYK 0.000.530.18   0.02
XYZ56.211436.990261.3039
Yxy36.99020.36380.2394
Hunter Lab60.819658.5412-17.1885
CIE-Lab67.269760.7722-21.5793

#f974cc color RGB value is (249,116,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01110100 11001100
Octal 371 164 314
Decimal 249 116 204
Hex F9 74 CC

RGB Percentages of Color #f974cc

%43.76
%20.39
%35.85

CMYK Percentages of Color #f974cc

%0
%53
%18
%2

Triadic Colors of #f974cc

#f974cc #ccf974 #74ccf9

Analogous Colors of #f974cc

#f974cc #f9748a #e474f9

Monochromatic Colors of #f974cc

#f974cc

Complementary Color

#f974cc #74f9a1

#f974cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f974cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f974cc Color CSS Codes

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

#f974cc Text Font Color

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

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


#f974cc Background Color

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

This div background color is #f974cc


#f974cc Border Color

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

This div border color is #f974cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f974cc


Comments

No comments written yet.

Please login to write comment.