Color Hex Logo

#f971ee Color Hex

#F971EE
(249,113,238)
0 Favorites   0 Comments

Color spaces of #f971ee

RGB 249113238
HSL0.850.920.71
HSV305°55°98°
CMYK 0.000.550.04   0.02
XYZ60.404738.123085.0637
Yxy38.12300.32900.2077
Hunter Lab61.743866.5769-38.4624
CIE-Lab68.111267.3321-39.1815

#f971ee color RGB value is (249,113,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01110001 11101110
Octal 371 161 356
Decimal 249 113 238
Hex F9 71 EE

RGB Percentages of Color #f971ee

%41.50
%18.83
%39.67

CMYK Percentages of Color #f971ee

%0
%55
%4
%2

Triadic Colors of #f971ee

#f971ee #eef971 #71eef9

Analogous Colors of #f971ee

#f971ee #f971aa #c071f9

Monochromatic Colors of #f971ee

#f971ee

Complementary Color

#f971ee #71f97c

#f971ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f971ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f971ee Color CSS Codes

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

#f971ee Text Font Color

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

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


#f971ee Background Color

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

This div background color is #f971ee


#f971ee Border Color

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

This div border color is #f971ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f971ee


Comments

No comments written yet.

Please login to write comment.