Color Hex Logo

#f5050d Color Hex

#F5050D
(245,5,13)
0 Favorites   0 Comments

Color spaces of #f5050d

RGB 245513
HSL0.990.960.49
HSV358°98°96°
CMYK 0.000.980.95   0.04
XYZ37.783119.55012.1629
Yxy19.55010.63510.3286
Hunter Lab44.215575.155028.0505
CIE-Lab51.324777.447761.9116

#f5050d color RGB value is (245,5,13).

#f5050d hex color red value is 245, green value is 5 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #f5050d hue: 0.99 , saturation: 0.96 and the lightness value of f5050d is 0.49.

The process color (four color CMYK) of #f5050d color hex is 0.00, 0.98, 0.95, 0.04. Web safe color of #f5050d is #ff0000. Color #f5050d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00000101 00001101
Octal 365 5 15
Decimal 245 5 13
Hex F5 5 D

RGB Percentages of Color #f5050d

%93.16
%1.90
%4.94

CMYK Percentages of Color #f5050d

%0
%98
%95
%4

Triadic Colors of #f5050d

#f5050d #0df505 #050df5

Analogous Colors of #f5050d

#f5050d #f57505 #f50585

Monochromatic Colors of #f5050d

#f5050d

Complementary Color

#f5050d #05f5ed

#f5050d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5050d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5050d Color CSS Codes

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

#f5050d Text Font Color

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

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


#f5050d Background Color

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

This div background color is #f5050d


#f5050d Border Color

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

This div border color is #f5050d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5050d


Comments

No comments written yet.

Please login to write comment.