Color Hex Logo

#f972ef Color Hex

#F972EF
(249,114,239)
0 Favorites   0 Comments

Color spaces of #f972ef

RGB 249114239
HSL0.850.920.71
HSV304°54°98°
CMYK 0.000.540.04   0.02
XYZ60.664238.406485.8772
Yxy38.40640.32800.2077
Hunter Lab61.972966.2780-38.7784
CIE-Lab68.319167.0506-39.4084

#f972ef color RGB value is (249,114,239).

#f972ef hex color red value is 249, green value is 114 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #f972ef hue: 0.85 , saturation: 0.92 and the lightness value of f972ef is 0.71.

The process color (four color CMYK) of #f972ef color hex is 0.00, 0.54, 0.04, 0.02. Web safe color of #f972ef is #ff66ff. Color #f972ef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01110010 11101111
Octal 371 162 357
Decimal 249 114 239
Hex F9 72 EF

RGB Percentages of Color #f972ef

%41.36
%18.94
%39.70

CMYK Percentages of Color #f972ef

%0
%54
%4
%2

Triadic Colors of #f972ef

#f972ef #eff972 #72eff9

Analogous Colors of #f972ef

#f972ef #f972ac #c072f9

Monochromatic Colors of #f972ef

#f972ef

Complementary Color

#f972ef #72f97c

#f972ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f972ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f972ef Color CSS Codes

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

#f972ef Text Font Color

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

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


#f972ef Background Color

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

This div background color is #f972ef


#f972ef Border Color

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

This div border color is #f972ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f972ef


Comments

No comments written yet.

Please login to write comment.