Color Hex Logo

#f6614d Color Hex

#F6614D
(246,97,77)
0 Favorites   0 Comments

Color spaces of #f6614d

RGB 2469777
HSL0.020.900.63
HSV69°96°
CMYK 0.000.610.69   0.04
XYZ43.620328.678010.2576
Yxy28.67800.52840.3474
Hunter Lab53.551851.680326.1296
CIE-Lab60.496455.947940.8867

#f6614d color RGB value is (246,97,77).

#f6614d hex color red value is 246, green value is 97 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #f6614d hue: 0.02 , saturation: 0.90 and the lightness value of f6614d is 0.63.

The process color (four color CMYK) of #f6614d color hex is 0.00, 0.61, 0.69, 0.04. Web safe color of #f6614d is #ff6666. Color #f6614d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01100001 01001101
Octal 366 141 115
Decimal 246 97 77
Hex F6 61 4D

RGB Percentages of Color #f6614d

%58.57
%23.10
%18.33

CMYK Percentages of Color #f6614d

%0
%61
%69
%4

Triadic Colors of #f6614d

#f6614d #4df661 #614df6

Analogous Colors of #f6614d

#f6614d #f6b64d #f64d8e

Monochromatic Colors of #f6614d

#f6614d

Complementary Color

#f6614d #4de2f6

#f6614d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6614d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6614d Color CSS Codes

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

#f6614d Text Font Color

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

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


#f6614d Background Color

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

This div background color is #f6614d


#f6614d Border Color

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

This div border color is #f6614d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6614d

Related Colors


Comments

No comments written yet.

Please login to write comment.