color codes Logo

#f1462d color codes

#F1462D
(241,70,45)
0 Favorites   0 Comments

Color spaces of #f1462d

RGB 2417045
HSL0.020.880.56
HSV81°95°
CMYK 0.000.710.81   0.05
XYZ38.939423.27064.9220
Yxy23.27060.58000.3466
Hunter Lab48.239659.667327.7182
CIE-Lab55.350063.810051.7717

#f1462d color RGB value is (241,70,45).

#f1462d hex color red value is 241, green value is 70 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #f1462d hue: 0.02 , saturation: 0.88 and the lightness value of f1462d is 0.56.

The process color (four color CMYK) of #f1462d color code is 0.00, 0.71, 0.81, 0.05. Web safe color of #f1462d is #ff3333. Color #f1462d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01000110 00101101
Octal 361 106 55
Decimal 241 70 45
Hex F1 46 2D

RGB Percentages of Color #f1462d

%67.70
%19.66
%12.64

CMYK Percentages of Color #f1462d

%0
%71
%81
%5

Triadic Colors of #f1462d

#f1462d #2df146 #462df1

Analogous Colors of #f1462d

#f1462d #f1a82d #f12d76

Monochromatic Colors of #f1462d

#f1462d

Complementary Color

#f1462d #2dd8f1

#f1462d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1462d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1462d Color CSS Codes

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

#f1462d Text Font Color

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

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


#f1462d Background Color

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

This div background color is #f1462d


#f1462d Border Color

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

This div border color is #f1462d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1462d


Comments

No comments written yet.

Please login to write comment.