Color Hex Logo

#f984cf Color Hex

#F984CF
(249,132,207)
0 Favorites   0 Comments

Color spaces of #f984cf

RGB 249132207
HSL0.890.910.75
HSV322°47°98°
CMYK 0.000.470.17   0.02
XYZ58.580741.147363.8862
Yxy41.14730.35800.2515
Hunter Lab64.146250.7572-14.1474
CIE-Lab70.279053.6167-18.6779

#f984cf color RGB value is (249,132,207).

#f984cf hex color red value is 249, green value is 132 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #f984cf hue: 0.89 , saturation: 0.91 and the lightness value of f984cf is 0.75.

The process color (four color CMYK) of #f984cf color hex is 0.00, 0.47, 0.17, 0.02. Web safe color of #f984cf is #ff99cc. Color #f984cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10000100 11001111
Octal 371 204 317
Decimal 249 132 207
Hex F9 84 CF

RGB Percentages of Color #f984cf

%42.35
%22.45
%35.20

CMYK Percentages of Color #f984cf

%0
%47
%17
%2

Triadic Colors of #f984cf

#f984cf #cff984 #84cff9

Analogous Colors of #f984cf

#f984cf #f98495 #e984f9

Monochromatic Colors of #f984cf

#f984cf

Complementary Color

#f984cf #84f9ae

#f984cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f984cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f984cf Color CSS Codes

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

#f984cf Text Font Color

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

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


#f984cf Background Color

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

This div background color is #f984cf


#f984cf Border Color

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

This div border color is #f984cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f984cf

Related Colors


Comments

No comments written yet.

Please login to write comment.