Color Hex Logo

#f5002b Color Hex

#F5002B
(245,0,43)
0 Favorites   0 Comments

Color spaces of #f5002b

RGB 245043
HSL0.971.000.48
HSV349°100°96°
CMYK 0.001.000.82   0.04
XYZ38.092219.58694.0585
Yxy19.58690.61700.3173
Hunter Lab44.257176.185525.5429
CIE-Lab51.366978.265549.3413

#f5002b color RGB value is (245,0,43).

#f5002b hex color red value is 245, green value is 0 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #f5002b hue: 0.97 , saturation: 1.00 and the lightness value of f5002b is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00000000 00101011
Octal 365 0 53
Decimal 245 0 43
Hex F5 0 2B

RGB Percentages of Color #f5002b

%85.07
%0.00
%14.93

CMYK Percentages of Color #f5002b

%0
%100
%82
%4

Triadic Colors of #f5002b

#f5002b #2bf500 #002bf5

Analogous Colors of #f5002b

#f5002b #f55000 #f500a6

Monochromatic Colors of #f5002b

#f5002b

Complementary Color

#f5002b #00f5ca

#f5002b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5002b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5002b Color CSS Codes

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

#f5002b Text Font Color

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

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


#f5002b Background Color

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

This div background color is #f5002b


#f5002b Border Color

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

This div border color is #f5002b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,0,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 #f5002b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5002b


Comments

No comments written yet.

Please login to write comment.