Color Hex Logo

#f24f5f Color Hex

#F24F5F
(242,79,95)
0 Favorites   0 Comments

Color spaces of #f24f5f

RGB 2427995
HSL0.980.860.63
HSV354°67°95°
CMYK 0.000.670.61   0.05
XYZ41.479525.295413.5228
Yxy25.29540.51660.3150
Hunter Lab50.294559.199219.2647
CIE-Lab57.362163.042226.7013

#f24f5f color RGB value is (242,79,95).

#f24f5f hex color red value is 242, green value is 79 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #f24f5f hue: 0.98 , saturation: 0.86 and the lightness value of f24f5f is 0.63.

The process color (four color CMYK) of #f24f5f color hex is 0.00, 0.67, 0.61, 0.05. Web safe color of #f24f5f is #ff6666. Color #f24f5f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01001111 01011111
Octal 362 117 137
Decimal 242 79 95
Hex F2 4F 5F

RGB Percentages of Color #f24f5f

%58.17
%18.99
%22.84

CMYK Percentages of Color #f24f5f

%0
%67
%61
%5

Triadic Colors of #f24f5f

#f24f5f #5ff24f #4f5ff2

Analogous Colors of #f24f5f

#f24f5f #f2914f #f24fb1

Monochromatic Colors of #f24f5f

#f24f5f

Complementary Color

#f24f5f #4ff2e2

#f24f5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f24f5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f24f5f Color CSS Codes

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

#f24f5f Text Font Color

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

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


#f24f5f Background Color

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

This div background color is #f24f5f


#f24f5f Border Color

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

This div border color is #f24f5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f24f5f


Comments

No comments written yet.

Please login to write comment.