Color Hex Logo

#f3093f Color Hex

#F3093F
(243,9,63)
0 Favorites   0 Comments

Color spaces of #f3093f

RGB 243963
HSL0.960.930.49
HSV346°96°95°
CMYK 0.000.960.74   0.05
XYZ37.957019.60896.4870
Yxy19.60890.59260.3061
Hunter Lab44.281975.510922.3118
CIE-Lab51.392177.720238.0801

#f3093f color RGB value is (243,9,63).

#f3093f hex color red value is 243, green value is 9 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #f3093f hue: 0.96 , saturation: 0.93 and the lightness value of f3093f is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 00001001 00111111
Octal 363 11 77
Decimal 243 9 63
Hex F3 9 3F

RGB Percentages of Color #f3093f

%77.14
%2.86
%20.00

CMYK Percentages of Color #f3093f

%0
%96
%74
%5

Triadic Colors of #f3093f

#f3093f #3ff309 #093ff3

Analogous Colors of #f3093f

#f3093f #f34809 #f309b4

Monochromatic Colors of #f3093f

#f3093f

Complementary Color

#f3093f #09f3bd

#f3093f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3093f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3093f Color CSS Codes

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

#f3093f Text Font Color

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

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


#f3093f Background Color

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

This div background color is #f3093f


#f3093f Border Color

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

This div border color is #f3093f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3093f


Comments

No comments written yet.

Please login to write comment.