Color Hex Logo

#f975df Color Hex

#F975DF
(249,117,223)
0 Favorites   0 Comments

Color spaces of #f975df

RGB 249117223
HSL0.870.920.72
HSV312°53°98°
CMYK 0.000.530.10   0.02
XYZ58.747538.190074.0871
Yxy38.19000.34350.2233
Hunter Lab61.798161.5420-27.8217
CIE-Lab68.160463.1520-30.8060

#f975df color RGB value is (249,117,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01110101 11011111
Octal 371 165 337
Decimal 249 117 223
Hex F9 75 DF

RGB Percentages of Color #f975df

%42.28
%19.86
%37.86

CMYK Percentages of Color #f975df

%0
%53
%10
%2

Triadic Colors of #f975df

#f975df #dff975 #75dff9

Analogous Colors of #f975df

#f975df #f9759d #d175f9

Monochromatic Colors of #f975df

#f975df

Complementary Color

#f975df #75f98f

#f975df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f975df Color Preview on White Background

Lorem ipsum dolor sit amet.

#f975df Color CSS Codes

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

#f975df Text Font Color

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

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


#f975df Background Color

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

This div background color is #f975df


#f975df Border Color

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

This div border color is #f975df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f975df

Related Colors


Comments

No comments written yet.

Please login to write comment.