Color Hex Logo

#f24846 Color Hex

#F24846
(242,72,70)
0 Favorites   0 Comments

Color spaces of #f24846

RGB 2427270
HSL0.000.870.61
HSV71°95°
CMYK 0.000.700.71   0.05
XYZ40.040823.95428.3076
Yxy23.95420.55380.3313
Hunter Lab48.943060.382424.1962
CIE-Lab56.041964.296339.3830

#f24846 color RGB value is (242,72,70).

#f24846 hex color red value is 242, green value is 72 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #f24846 hue: 0.00 , saturation: 0.87 and the lightness value of f24846 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 01001000 01000110
Octal 362 110 106
Decimal 242 72 70
Hex F2 48 46

RGB Percentages of Color #f24846

%63.02
%18.75
%18.23

CMYK Percentages of Color #f24846

%0
%70
%71
%5

Triadic Colors of #f24846

#f24846 #46f248 #4846f2

Analogous Colors of #f24846

#f24846 #f29e46 #f2469a

Monochromatic Colors of #f24846

#f24846

Complementary Color

#f24846 #46f0f2

#f24846 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f24846 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f24846 Color CSS Codes

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

#f24846 Text Font Color

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

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


#f24846 Background Color

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

This div background color is #f24846


#f24846 Border Color

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

This div border color is #f24846


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f24846


Comments

No comments written yet.

Please login to write comment.