Color Hex Logo

#f2472b Color Hex

#F2472B
(242,71,43)
0 Favorites   0 Comments

Color spaces of #f2472b

RGB 2427143
HSL0.020.880.56
HSV82°95°
CMYK 0.000.710.82   0.05
XYZ39.307223.55814.7610
Yxy23.55810.58120.3484
Hunter Lab48.536759.618228.1599
CIE-Lab55.642663.714253.0617

#f2472b color RGB value is (242,71,43).

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

The process color (four color CMYK) of #f2472b color hex is 0.00, 0.71, 0.82, 0.05. Web safe color of #f2472b is #ff3333. Color #f2472b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01000111 00101011
Octal 362 107 53
Decimal 242 71 43
Hex F2 47 2B

RGB Percentages of Color #f2472b

%67.98
%19.94
%12.08

CMYK Percentages of Color #f2472b

%0
%71
%82
%5

Triadic Colors of #f2472b

#f2472b #2bf247 #472bf2

Analogous Colors of #f2472b

#f2472b #f2ab2b #f22b73

Monochromatic Colors of #f2472b

#f2472b

Complementary Color

#f2472b #2bd6f2

#f2472b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2472b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2472b Color CSS Codes

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

#f2472b Text Font Color

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

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


#f2472b Background Color

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

This div background color is #f2472b


#f2472b Border Color

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

This div border color is #f2472b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(242,71,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f2472b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f2472b;
  -webkit-box-shadow: 1px 1px 3px 2px #f2472b;
  box-shadow:         1px 1px 3px 2px #f2472b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,71,43, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2472b


Comments

No comments written yet.

Please login to write comment.