Color Hex Logo

#f974ce Color Hex

#F974CE
(249,116,206)
0 Favorites   0 Comments

Color spaces of #f974ce

RGB 249116206
HSL0.890.920.72
HSV319°53°98°
CMYK 0.000.530.17   0.02
XYZ56.452937.086862.5756
Yxy37.08680.36160.2376
Hunter Lab60.898958.8952-18.2931
CIE-Lab67.342161.0603-22.5886

#f974ce color RGB value is (249,116,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01110100 11001110
Octal 371 164 316
Decimal 249 116 206
Hex F9 74 CE

RGB Percentages of Color #f974ce

%43.61
%20.32
%36.08

CMYK Percentages of Color #f974ce

%0
%53
%17
%2

Triadic Colors of #f974ce

#f974ce #cef974 #74cef9

Analogous Colors of #f974ce

#f974ce #f9748c #e274f9

Monochromatic Colors of #f974ce

#f974ce

Complementary Color

#f974ce #74f99f

#f974ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f974ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f974ce Color CSS Codes

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

#f974ce Text Font Color

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

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


#f974ce Background Color

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

This div background color is #f974ce


#f974ce Border Color

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

This div border color is #f974ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f974ce


Comments

No comments written yet.

Please login to write comment.