Color Hex Logo

#f3061b Color Hex

#F3061B
(243,6,27)
0 Favorites   0 Comments

Color spaces of #f3061b

RGB 243627
HSL0.990.950.49
HSV355°98°95°
CMYK 0.000.980.89   0.05
XYZ37.225119.26412.7933
Yxy19.26410.62790.3250
Hunter Lab43.890974.581826.9503
CIE-Lab50.994877.050956.5222

#f3061b color RGB value is (243,6,27).

#f3061b hex color red value is 243, green value is 6 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #f3061b hue: 0.99 , saturation: 0.95 and the lightness value of f3061b is 0.49.

The process color (four color CMYK) of #f3061b color hex is 0.00, 0.98, 0.89, 0.05. Web safe color of #f3061b is #ff0033. Color #f3061b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00000110 00011011
Octal 363 6 33
Decimal 243 6 27
Hex F3 6 1B

RGB Percentages of Color #f3061b

%88.04
%2.17
%9.78

CMYK Percentages of Color #f3061b

%0
%98
%89
%5

Triadic Colors of #f3061b

#f3061b #1bf306 #061bf3

Analogous Colors of #f3061b

#f3061b #f36806 #f30692

Monochromatic Colors of #f3061b

#f3061b

Complementary Color

#f3061b #06f3de

#f3061b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3061b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3061b Color CSS Codes

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

#f3061b Text Font Color

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

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


#f3061b Background Color

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

This div background color is #f3061b


#f3061b Border Color

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

This div border color is #f3061b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3061b

Related Colors


Comments

No comments written yet.

Please login to write comment.