color codes Logo

#f20edf color codes

#F20EDF
(242,14,223)
0 Favorites   0 Comments

Color spaces of #f20edf

RGB 24214223
HSL0.850.900.50
HSV305°94°95°
CMYK 0.000.940.08   0.05
XYZ50.094324.519071.9044
Yxy24.51900.34190.1673
Hunter Lab49.516793.9281-51.4348
CIE-Lab56.603790.9338-48.9865

#f20edf color RGB value is (242,14,223).

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

The process color (four color CMYK) of #f20edf color code is 0.00, 0.94, 0.08, 0.05. Web safe color of #f20edf is #ff00cc. Color #f20edf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00001110 11011111
Octal 362 16 337
Decimal 242 14 223
Hex F2 E DF

RGB Percentages of Color #f20edf

%50.52
%2.92
%46.56

CMYK Percentages of Color #f20edf

%0
%94
%8
%5

Triadic Colors of #f20edf

#f20edf #dff20e #0edff2

Analogous Colors of #f20edf

#f20edf #f20e6d #930ef2

Monochromatic Colors of #f20edf

#f20edf

Complementary Color

#f20edf #0ef221

#f20edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f20edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f20edf Color CSS Codes

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

#f20edf Text Font Color

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

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


#f20edf Background Color

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

This div background color is #f20edf


#f20edf Border Color

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

This div border color is #f20edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f20edf


Comments

No comments written yet.

Please login to write comment.