Color Hex Logo

#f021f1 Color Hex

#F021F1
(240,33,241)
0 Favorites   0 Comments

Color spaces of #f021f1

RGB 24033241
HSL0.830.880.54
HSV300°86°95°
CMYK 0.000.860.00   0.05
XYZ52.356225.963985.4711
Yxy25.96390.31970.1585
Hunter Lab50.954894.2384-63.7842
CIE-Lab58.002890.8930-56.9034

#f021f1 color RGB value is (240,33,241).

#f021f1 hex color red value is 240, green value is 33 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #f021f1 hue: 0.83 , saturation: 0.88 and the lightness value of f021f1 is 0.54.

The process color (four color CMYK) of #f021f1 color hex is 0.00, 0.86, 0.00, 0.05. Web safe color of #f021f1 is #ff33ff. Color #f021f1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00100001 11110001
Octal 360 41 361
Decimal 240 33 241
Hex F0 21 F1

RGB Percentages of Color #f021f1

%46.69
%6.42
%46.89

CMYK Percentages of Color #f021f1

%0
%86
%0
%5

Triadic Colors of #f021f1

#f021f1 #f1f021 #21f1f0

Analogous Colors of #f021f1

#f021f1 #f1218a #8821f1

Monochromatic Colors of #f021f1

#f021f1

Complementary Color

#f021f1 #22f121

#f021f1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f021f1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f021f1 Color CSS Codes

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

#f021f1 Text Font Color

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

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


#f021f1 Background Color

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

This div background color is #f021f1


#f021f1 Border Color

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

This div border color is #f021f1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,33,241, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f021f1


Comments

No comments written yet.

Please login to write comment.