Color Hex Logo

#f971ef Color Hex

#F971EF
(249,113,239)
0 Favorites   0 Comments

Color spaces of #f971ef

RGB 249113239
HSL0.850.920.71
HSV304°55°98°
CMYK 0.000.550.04   0.02
XYZ60.552038.182085.8398
Yxy38.18200.32810.2069
Hunter Lab61.791666.7839-39.1105
CIE-Lab68.154567.4943-39.6652

#f971ef color RGB value is (249,113,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01110001 11101111
Octal 371 161 357
Decimal 249 113 239
Hex F9 71 EF

RGB Percentages of Color #f971ef

%41.43
%18.80
%39.77

CMYK Percentages of Color #f971ef

%0
%55
%4
%2

Triadic Colors of #f971ef

#f971ef #eff971 #71eff9

Analogous Colors of #f971ef

#f971ef #f971ab #bf71f9

Monochromatic Colors of #f971ef

#f971ef

Complementary Color

#f971ef #71f97b

#f971ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f971ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f971ef Color CSS Codes

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

#f971ef Text Font Color

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

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


#f971ef Background Color

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

This div background color is #f971ef


#f971ef Border Color

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

This div border color is #f971ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f971ef


Comments

No comments written yet.

Please login to write comment.