Color Hex Logo

#f20e5b Color Hex

#F20E5B
(242,14,91)
0 Favorites   0 Comments

Color spaces of #f20e5b

RGB 2421491
HSL0.940.900.50
HSV340°94°95°
CMYK 0.000.940.62   0.05
XYZ38.663319.946711.7098
Yxy19.94670.54980.2837
Hunter Lab44.661776.368015.7180
CIE-Lab51.776978.331421.7467

#f20e5b color RGB value is (242,14,91).

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

The process color (four color CMYK) of #f20e5b color hex is 0.00, 0.94, 0.62, 0.05. Web safe color of #f20e5b is #ff0066. Color #f20e5b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00001110 01011011
Octal 362 16 133
Decimal 242 14 91
Hex F2 E 5B

RGB Percentages of Color #f20e5b

%69.74
%4.03
%26.22

CMYK Percentages of Color #f20e5b

%0
%94
%62
%5

Triadic Colors of #f20e5b

#f20e5b #5bf20e #0e5bf2

Analogous Colors of #f20e5b

#f20e5b #f2330e #f20ecd

Monochromatic Colors of #f20e5b

#f20e5b

Complementary Color

#f20e5b #0ef2a5

#f20e5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f20e5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f20e5b Color CSS Codes

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

#f20e5b Text Font Color

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

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


#f20e5b Background Color

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

This div background color is #f20e5b


#f20e5b Border Color

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

This div border color is #f20e5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f20e5b


Comments

No comments written yet.

Please login to write comment.