Color Hex Logo

#f20fcf Color Hex

#F20FCF
(242,15,207)
0 Favorites   0 Comments

Color spaces of #f20fcf

RGB 24215207
HSL0.860.900.50
HSV309°94°95°
CMYK 0.000.940.14   0.05
XYZ48.051323.723961.0781
Yxy23.72390.36170.1786
Hunter Lab48.707290.8588-40.2538
CIE-Lab55.810388.7869-41.1339

#f20fcf color RGB value is (242,15,207).

#f20fcf hex color red value is 242, green value is 15 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #f20fcf hue: 0.86 , saturation: 0.90 and the lightness value of f20fcf is 0.50.

The process color (four color CMYK) of #f20fcf color hex is 0.00, 0.94, 0.14, 0.05. Web safe color of #f20fcf is #ff00cc. Color #f20fcf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00001111 11001111
Octal 362 17 317
Decimal 242 15 207
Hex F2 F CF

RGB Percentages of Color #f20fcf

%52.16
%3.23
%44.61

CMYK Percentages of Color #f20fcf

%0
%94
%14
%5

Triadic Colors of #f20fcf

#f20fcf #cff20f #0fcff2

Analogous Colors of #f20fcf

#f20fcf #f20f5e #a40ff2

Monochromatic Colors of #f20fcf

#f20fcf

Complementary Color

#f20fcf #0ff232

#f20fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f20fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f20fcf Color CSS Codes

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

#f20fcf Text Font Color

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

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


#f20fcf Background Color

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

This div background color is #f20fcf


#f20fcf Border Color

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

This div border color is #f20fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f20fcf


Comments

No comments written yet.

Please login to write comment.