Color Hex Logo

#f964e1 Color Hex

#F964E1
(249,100,225)
0 Favorites   0 Comments

Color spaces of #f964e1

RGB 249100225
HSL0.860.930.68
HSV310°60°98°
CMYK 0.000.600.10   0.02
XYZ57.214734.690374.9145
Yxy34.69030.34300.2080
Hunter Lab58.898570.3248-34.1836
CIE-Lab65.506870.8530-36.0335

#f964e1 color RGB value is (249,100,225).

#f964e1 hex color red value is 249, green value is 100 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #f964e1 hue: 0.86 , saturation: 0.93 and the lightness value of f964e1 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01100100 11100001
Octal 371 144 341
Decimal 249 100 225
Hex F9 64 E1

RGB Percentages of Color #f964e1

%43.38
%17.42
%39.20

CMYK Percentages of Color #f964e1

%0
%60
%10
%2

Triadic Colors of #f964e1

#f964e1 #e1f964 #64e1f9

Analogous Colors of #f964e1

#f964e1 #f96497 #c764f9

Monochromatic Colors of #f964e1

#f964e1

Complementary Color

#f964e1 #64f97c

#f964e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f964e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f964e1 Color CSS Codes

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

#f964e1 Text Font Color

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

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


#f964e1 Background Color

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

This div background color is #f964e1


#f964e1 Border Color

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

This div border color is #f964e1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f964e1


Comments

No comments written yet.

Please login to write comment.