Color Hex Logo

#f014f2 Color Hex

#F014F2
(240,20,242)
0 Favorites   0 Comments

Color spaces of #f014f2

RGB 24020242
HSL0.830.900.51
HSV299°92°95°
CMYK 0.010.920.00   0.05
XYZ52.212325.436486.1622
Yxy25.43640.31870.1553
Hunter Lab50.434596.5316-65.9867
CIE-Lab57.498292.6921-58.2693

#f014f2 color RGB value is (240,20,242).

#f014f2 hex color red value is 240, green value is 20 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #f014f2 hue: 0.83 , saturation: 0.90 and the lightness value of f014f2 is 0.51.

The process color (four color CMYK) of #f014f2 color hex is 0.01, 0.92, 0.00, 0.05. Web safe color of #f014f2 is #ff00ff. Color #f014f2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00010100 11110010
Octal 360 24 362
Decimal 240 20 242
Hex F0 14 F2

RGB Percentages of Color #f014f2

%47.81
%3.98
%48.21

CMYK Percentages of Color #f014f2

%1
%92
%0
%5

Triadic Colors of #f014f2

#f014f2 #f2f014 #14f2f0

Analogous Colors of #f014f2

#f014f2 #f21485 #8114f2

Monochromatic Colors of #f014f2

#f014f2

Complementary Color

#f014f2 #16f214

#f014f2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f014f2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f014f2 Color CSS Codes

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

#f014f2 Text Font Color

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

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


#f014f2 Background Color

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

This div background color is #f014f2


#f014f2 Border Color

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

This div border color is #f014f2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f014f2


Comments

No comments written yet.

Please login to write comment.