Color Hex Logo

#f30f3e Color Hex

#F30F3E
(243,15,62)
0 Favorites   0 Comments

Color spaces of #f30f3e

RGB 2431562
HSL0.970.900.51
HSV348°94°95°
CMYK 0.000.940.74   0.05
XYZ38.002519.74416.3655
Yxy19.74410.59280.3080
Hunter Lab44.434374.902222.6104
CIE-Lab51.546677.201238.8373

#f30f3e color RGB value is (243,15,62).

#f30f3e hex color red value is 243, green value is 15 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #f30f3e hue: 0.97 , saturation: 0.90 and the lightness value of f30f3e is 0.51.

The process color (four color CMYK) of #f30f3e color hex is 0.00, 0.94, 0.74, 0.05. Web safe color of #f30f3e is #ff0033. Color #f30f3e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00001111 00111110
Octal 363 17 76
Decimal 243 15 62
Hex F3 F 3E

RGB Percentages of Color #f30f3e

%75.94
%4.69
%19.38

CMYK Percentages of Color #f30f3e

%0
%94
%74
%5

Triadic Colors of #f30f3e

#f30f3e #3ef30f #0f3ef3

Analogous Colors of #f30f3e

#f30f3e #f3520f #f30fb0

Monochromatic Colors of #f30f3e

#f30f3e

Complementary Color

#f30f3e #0ff3c4

#f30f3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f30f3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f30f3e Color CSS Codes

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

#f30f3e Text Font Color

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

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


#f30f3e Background Color

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

This div background color is #f30f3e


#f30f3e Border Color

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

This div border color is #f30f3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f30f3e


Comments

No comments written yet.

Please login to write comment.