Color Hex Logo

#f6212d Color Hex

#F6212D
(246,33,45)
0 Favorites   0 Comments

Color spaces of #f6212d

RGB 2463345
HSL0.990.920.55
HSV357°87°96°
CMYK 0.000.870.82   0.04
XYZ39.023520.87004.4542
Yxy20.87000.60640.3243
Hunter Lab45.683772.530126.1978
CIE-Lab52.806975.038649.7198

#f6212d color RGB value is (246,33,45).

#f6212d hex color red value is 246, green value is 33 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #f6212d hue: 0.99 , saturation: 0.92 and the lightness value of f6212d is 0.55.

The process color (four color CMYK) of #f6212d color hex is 0.00, 0.87, 0.82, 0.04. Web safe color of #f6212d is #ff3333. Color #f6212d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00100001 00101101
Octal 366 41 55
Decimal 246 33 45
Hex F6 21 2D

RGB Percentages of Color #f6212d

%75.93
%10.19
%13.89

CMYK Percentages of Color #f6212d

%0
%87
%82
%4

Triadic Colors of #f6212d

#f6212d #2df621 #212df6

Analogous Colors of #f6212d

#f6212d #f68021 #f62198

Monochromatic Colors of #f6212d

#f6212d

Complementary Color

#f6212d #21f6ea

#f6212d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6212d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6212d Color CSS Codes

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

#f6212d Text Font Color

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

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


#f6212d Background Color

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

This div background color is #f6212d


#f6212d Border Color

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

This div border color is #f6212d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,33,45, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6212d


Comments

No comments written yet.

Please login to write comment.