Color Hex Logo

#f6133f Color Hex

#F6133F
(246,19,63)
0 Favorites   0 Comments

Color spaces of #f6133f

RGB 2461963
HSL0.970.930.52
HSV348°92°96°
CMYK 0.000.920.74   0.04
XYZ39.136120.41756.5809
Yxy20.41750.59180.3087
Hunter Lab45.185775.526822.9949
CIE-Lab52.306077.554839.2806

#f6133f color RGB value is (246,19,63).

#f6133f hex color red value is 246, green value is 19 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #f6133f hue: 0.97 , saturation: 0.93 and the lightness value of f6133f is 0.52.

The process color (four color CMYK) of #f6133f color hex is 0.00, 0.92, 0.74, 0.04. Web safe color of #f6133f is #ff0033. Color #f6133f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00010011 00111111
Octal 366 23 77
Decimal 246 19 63
Hex F6 13 3F

RGB Percentages of Color #f6133f

%75.00
%5.79
%19.21

CMYK Percentages of Color #f6133f

%0
%92
%74
%4

Triadic Colors of #f6133f

#f6133f #3ff613 #133ff6

Analogous Colors of #f6133f

#f6133f #f65813 #f613b1

Monochromatic Colors of #f6133f

#f6133f

Complementary Color

#f6133f #13f6ca

#f6133f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6133f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6133f Color CSS Codes

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

#f6133f Text Font Color

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

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


#f6133f Background Color

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

This div background color is #f6133f


#f6133f Border Color

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

This div border color is #f6133f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,19,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 #f6133f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6133f


Comments

No comments written yet.

Please login to write comment.