Color Hex Logo

#f03b36 Color Hex

#F03B36
(240,59,54)
0 Favorites   0 Comments

Color spaces of #f03b36

RGB 2405954
HSL0.000.860.58
HSV78°94°
CMYK 0.000.750.78   0.06
XYZ38.165021.91955.7094
Yxy21.91950.58010.3332
Hunter Lab46.818363.576525.5425
CIE-Lab53.941567.402845.7304

#f03b36 color RGB value is (240,59,54).

#f03b36 hex color red value is 240, green value is 59 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #f03b36 hue: 0.00 , saturation: 0.86 and the lightness value of f03b36 is 0.58.

The process color (four color CMYK) of #f03b36 color hex is 0.00, 0.75, 0.78, 0.06. Web safe color of #f03b36 is #ff3333. Color #f03b36 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00111011 00110110
Octal 360 73 66
Decimal 240 59 54
Hex F0 3B 36

RGB Percentages of Color #f03b36

%67.99
%16.71
%15.30

CMYK Percentages of Color #f03b36

%0
%75
%78
%6

Triadic Colors of #f03b36

#f03b36 #36f03b #3b36f0

Analogous Colors of #f03b36

#f03b36 #f09836 #f0368e

Monochromatic Colors of #f03b36

#f03b36

Complementary Color

#f03b36 #36ebf0

#f03b36 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f03b36 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f03b36 Color CSS Codes

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

#f03b36 Text Font Color

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

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


#f03b36 Background Color

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

This div background color is #f03b36


#f03b36 Border Color

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

This div border color is #f03b36


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,59,54, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f03b36; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f03b36;
  -webkit-box-shadow: 1px 1px 3px 2px #f03b36;
  box-shadow:         1px 1px 3px 2px #f03b36; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,59,54, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f03b36


Comments

No comments written yet.

Please login to write comment.