Color Hex Logo

#f30f37 Color Hex

#F30F37
(243,15,55)
0 Favorites   0 Comments

Color spaces of #f30f37

RGB 2431555
HSL0.970.900.51
HSV349°94°95°
CMYK 0.000.940.77   0.05
XYZ37.822619.67225.4181
Yxy19.67220.60120.3127
Hunter Lab44.353474.598623.8046
CIE-Lab51.464676.972942.7553

#f30f37 color RGB value is (243,15,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 00001111 00110111
Octal 363 17 67
Decimal 243 15 55
Hex F3 F 37

RGB Percentages of Color #f30f37

%77.64
%4.79
%17.57

CMYK Percentages of Color #f30f37

%0
%94
%77
%5

Triadic Colors of #f30f37

#f30f37 #37f30f #0f37f3

Analogous Colors of #f30f37

#f30f37 #f3590f #f30fa9

Monochromatic Colors of #f30f37

#f30f37

Complementary Color

#f30f37 #0ff3cb

#f30f37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f30f37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f30f37 Color CSS Codes

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

#f30f37 Text Font Color

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

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


#f30f37 Background Color

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

This div background color is #f30f37


#f30f37 Border Color

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

This div border color is #f30f37


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f30f37


Comments

No comments written yet.

Please login to write comment.