Color Hex Logo

#f142ef Color Hex

#F142EF
(241,66,239)
0 Favorites   0 Comments

Color spaces of #f142ef

RGB 24166239
HSL0.840.860.60
HSV301°73°95°
CMYK 0.000.730.01   0.05
XYZ53.803828.829284.3902
Yxy28.82920.32210.1726
Hunter Lab53.692884.9065-55.6024
CIE-Lab60.630683.3094-51.5916

#f142ef color RGB value is (241,66,239).

#f142ef hex color red value is 241, green value is 66 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #f142ef hue: 0.84 , saturation: 0.86 and the lightness value of f142ef is 0.60.

The process color (four color CMYK) of #f142ef color hex is 0.00, 0.73, 0.01, 0.05. Web safe color of #f142ef is #ff33ff. Color #f142ef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01000010 11101111
Octal 361 102 357
Decimal 241 66 239
Hex F1 42 EF

RGB Percentages of Color #f142ef

%44.14
%12.09
%43.77

CMYK Percentages of Color #f142ef

%0
%73
%1
%5

Triadic Colors of #f142ef

#f142ef #eff142 #42eff1

Analogous Colors of #f142ef

#f142ef #f14298 #9c42f1

Monochromatic Colors of #f142ef

#f142ef

Complementary Color

#f142ef #42f144

#f142ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f142ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f142ef Color CSS Codes

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

#f142ef Text Font Color

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

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


#f142ef Background Color

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

This div background color is #f142ef


#f142ef Border Color

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

This div border color is #f142ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f142ef


Comments

No comments written yet.

Please login to write comment.