Color Hex Logo

#f5162b Color Hex

#F5162B
(245,22,43)
0 Favorites   0 Comments

Color spaces of #f5162b

RGB 2452243
HSL0.980.920.52
HSV354°91°96°
CMYK 0.000.910.82   0.04
XYZ38.379120.16074.1541
Yxy20.16070.61220.3216
Hunter Lab44.900773.997725.9451
CIE-Lab52.018476.380449.9441

#f5162b color RGB value is (245,22,43).

#f5162b hex color red value is 245, green value is 22 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #f5162b hue: 0.98 , saturation: 0.92 and the lightness value of f5162b is 0.52.

The process color (four color CMYK) of #f5162b color hex is 0.00, 0.91, 0.82, 0.04. Web safe color of #f5162b is #ff0033. Color #f5162b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00010110 00101011
Octal 365 26 53
Decimal 245 22 43
Hex F5 16 2B

RGB Percentages of Color #f5162b

%79.03
%7.10
%13.87

CMYK Percentages of Color #f5162b

%0
%91
%82
%4

Triadic Colors of #f5162b

#f5162b #2bf516 #162bf5

Analogous Colors of #f5162b

#f5162b #f57116 #f5169b

Monochromatic Colors of #f5162b

#f5162b

Complementary Color

#f5162b #16f5e0

#f5162b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5162b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5162b Color CSS Codes

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

#f5162b Text Font Color

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

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


#f5162b Background Color

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

This div background color is #f5162b


#f5162b Border Color

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

This div border color is #f5162b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(245,22,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f5162b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f5162b;
  -webkit-box-shadow: 1px 1px 3px 2px #f5162b;
  box-shadow:         1px 1px 3px 2px #f5162b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,22,43, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5162b


Comments

No comments written yet.

Please login to write comment.