Color Hex Logo

#f1634d Color Hex

#F1634D
(241,99,77)
0 Favorites   0 Comments

Color spaces of #f1634d

RGB 2419977
HSL0.020.850.62
HSV68°95°
CMYK 0.000.590.68   0.05
XYZ42.077028.160310.2390
Yxy28.16030.52280.3499
Hunter Lab53.066348.669225.7065
CIE-Lab60.033353.340940.1433

#f1634d color RGB value is (241,99,77).

#f1634d hex color red value is 241, green value is 99 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #f1634d hue: 0.02 , saturation: 0.85 and the lightness value of f1634d is 0.62.

The process color (four color CMYK) of #f1634d color hex is 0.00, 0.59, 0.68, 0.05. Web safe color of #f1634d is #ff6666. Color #f1634d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01100011 01001101
Octal 361 143 115
Decimal 241 99 77
Hex F1 63 4D

RGB Percentages of Color #f1634d

%57.79
%23.74
%18.47

CMYK Percentages of Color #f1634d

%0
%59
%68
%5

Triadic Colors of #f1634d

#f1634d #4df163 #634df1

Analogous Colors of #f1634d

#f1634d #f1b54d #f14d89

Monochromatic Colors of #f1634d

#f1634d

Complementary Color

#f1634d #4ddbf1

#f1634d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1634d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1634d Color CSS Codes

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

#f1634d Text Font Color

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

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


#f1634d Background Color

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

This div background color is #f1634d


#f1634d Border Color

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

This div border color is #f1634d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1634d


Comments

No comments written yet.

Please login to write comment.