Color Hex Logo

#f941ec Color Hex

#F941EC
(249,65,236)
0 Favorites   0 Comments

Color spaces of #f941ec

RGB 24965236
HSL0.850.940.62
HSV304°74°98°
CMYK 0.000.740.05   0.02
XYZ56.097529.976582.1862
Yxy29.97650.33340.1782
Hunter Lab54.750887.0767-50.6744
CIE-Lab61.633984.7805-48.2482

#f941ec color RGB value is (249,65,236).

#f941ec hex color red value is 249, green value is 65 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #f941ec hue: 0.85 , saturation: 0.94 and the lightness value of f941ec is 0.62.

The process color (four color CMYK) of #f941ec color hex is 0.00, 0.74, 0.05, 0.02. Web safe color of #f941ec is #ff33ff. Color #f941ec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000001 11101100
Octal 371 101 354
Decimal 249 65 236
Hex F9 41 EC

RGB Percentages of Color #f941ec

%45.27
%11.82
%42.91

CMYK Percentages of Color #f941ec

%0
%74
%5
%2

Triadic Colors of #f941ec

#f941ec #ecf941 #41ecf9

Analogous Colors of #f941ec

#f941ec #f94190 #aa41f9

Monochromatic Colors of #f941ec

#f941ec

Complementary Color

#f941ec #41f94e

#f941ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f941ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f941ec Color CSS Codes

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

#f941ec Text Font Color

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

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


#f941ec Background Color

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

This div background color is #f941ec


#f941ec Border Color

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

This div border color is #f941ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f941ec


Comments

No comments written yet.

Please login to write comment.