Color Hex Logo

#f16453 Color Hex

#F16453
(241,100,83)
0 Favorites   0 Comments

Color spaces of #f16453

RGB 24110083
HSL0.020.850.64
HSV66°95°
CMYK 0.000.590.66   0.05
XYZ42.394128.439611.4386
Yxy28.43960.51530.3457
Hunter Lab53.328848.574524.6129
CIE-Lab60.283853.215937.1538

#f16453 color RGB value is (241,100,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01100100 01010011
Octal 361 144 123
Decimal 241 100 83
Hex F1 64 53

RGB Percentages of Color #f16453

%56.84
%23.58
%19.58

CMYK Percentages of Color #f16453

%0
%59
%66
%5

Triadic Colors of #f16453

#f16453 #53f164 #6453f1

Analogous Colors of #f16453

#f16453 #f1b353 #f15391

Monochromatic Colors of #f16453

#f16453

Complementary Color

#f16453 #53e0f1

#f16453 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f16453 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f16453 Color CSS Codes

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

#f16453 Text Font Color

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

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


#f16453 Background Color

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

This div background color is #f16453


#f16453 Border Color

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

This div border color is #f16453


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,100,83, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f16453


Comments

No comments written yet.

Please login to write comment.