Color Hex Logo

#f3000f Color Hex

#F3000F
(243,0,15)
0 Favorites   0 Comments

Color spaces of #f3000f

RGB 243015
HSL0.991.000.48
HSV356°100°95°
CMYK 0.001.000.94   0.05
XYZ37.048419.08922.1838
Yxy19.08920.63520.3273
Hunter Lab43.691274.901427.6204
CIE-Lab50.791477.347760.8183

#f3000f color RGB value is (243,0,15).

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

The process color (four color CMYK) of #f3000f color hex is 0.00, 1.00, 0.94, 0.05. Web safe color of #f3000f is #ff0000. Color #f3000f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00000000 00001111
Octal 363 0 17
Decimal 243 0 15
Hex F3 0 F

RGB Percentages of Color #f3000f

%94.19
%0.00
%5.81

CMYK Percentages of Color #f3000f

%0
%100
%94
%5

Triadic Colors of #f3000f

#f3000f #0ff300 #000ff3

Analogous Colors of #f3000f

#f3000f #f36b00 #f30089

Monochromatic Colors of #f3000f

#f3000f

Complementary Color

#f3000f #00f3e4

#f3000f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3000f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3000f Color CSS Codes

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

#f3000f Text Font Color

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

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


#f3000f Background Color

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

This div background color is #f3000f


#f3000f Border Color

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

This div border color is #f3000f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,0,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3000f


Comments

No comments written yet.

Please login to write comment.