color codes Logo

#f941e7 color codes

#F941E7
(249,65,231)
0 Favorites   0 Comments

Color spaces of #f941e7

RGB 24965231
HSL0.850.940.62
HSV306°74°98°
CMYK 0.000.740.07   0.02
XYZ55.381029.689978.4131
Yxy29.68990.33880.1816
Hunter Lab54.488486.0692-47.1810
CIE-Lab61.385784.0571-45.8457

#f941e7 color RGB value is (249,65,231).

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

The process color (four color CMYK) of #f941e7 color code is 0.00, 0.74, 0.07, 0.02. Web safe color of #f941e7 is #ff33ff. Color #f941e7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000001 11100111
Octal 371 101 347
Decimal 249 65 231
Hex F9 41 E7

RGB Percentages of Color #f941e7

%45.69
%11.93
%42.39

CMYK Percentages of Color #f941e7

%0
%74
%7
%2

Triadic Colors of #f941e7

#f941e7 #e7f941 #41e7f9

Analogous Colors of #f941e7

#f941e7 #f9418b #af41f9

Monochromatic Colors of #f941e7

#f941e7

Complementary Color

#f941e7 #41f953

#f941e7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f941e7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f941e7 Color CSS Codes

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

#f941e7 Text Font Color

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

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


#f941e7 Background Color

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

This div background color is #f941e7


#f941e7 Border Color

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

This div border color is #f941e7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f941e7

Related Colors


Comments

No comments written yet.

Please login to write comment.