Color Hex Logo

#f975cf Color Hex

#F975CF
(249,117,207)
0 Favorites   0 Comments

Color spaces of #f975cf

RGB 249117207
HSL0.890.920.72
HSV319°53°98°
CMYK 0.000.530.17   0.02
XYZ56.690737.367363.2562
Yxy37.36730.36040.2375
Hunter Lab61.128858.5651-18.5632
CIE-Lab67.551760.7462-22.8279

#f975cf color RGB value is (249,117,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01110101 11001111
Octal 371 165 317
Decimal 249 117 207
Hex F9 75 CF

RGB Percentages of Color #f975cf

%43.46
%20.42
%36.13

CMYK Percentages of Color #f975cf

%0
%53
%17
%2

Triadic Colors of #f975cf

#f975cf #cff975 #75cff9

Analogous Colors of #f975cf

#f975cf #f9758d #e175f9

Monochromatic Colors of #f975cf

#f975cf

Complementary Color

#f975cf #75f99f

#f975cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f975cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f975cf Color CSS Codes

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

#f975cf Text Font Color

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

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


#f975cf Background Color

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

This div background color is #f975cf


#f975cf Border Color

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

This div border color is #f975cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f975cf


Comments

No comments written yet.

Please login to write comment.