Color Hex Logo

#f0244d Color Hex

#F0244D
(240,36,77)
0 Favorites   0 Comments

Color spaces of #f0244d

RGB 2403677
HSL0.970.870.54
HSV348°85°94°
CMYK 0.000.850.68   0.06
XYZ37.905620.32288.9460
Yxy20.32280.56430.3025
Hunter Lab45.080871.197919.7908
CIE-Lab52.200274.070630.6399

#f0244d color RGB value is (240,36,77).

#f0244d hex color red value is 240, green value is 36 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #f0244d hue: 0.97 , saturation: 0.87 and the lightness value of f0244d is 0.54.

The process color (four color CMYK) of #f0244d color hex is 0.00, 0.85, 0.68, 0.06. Web safe color of #f0244d is #ff3366. Color #f0244d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00100100 01001101
Octal 360 44 115
Decimal 240 36 77
Hex F0 24 4D

RGB Percentages of Color #f0244d

%67.99
%10.20
%21.81

CMYK Percentages of Color #f0244d

%0
%85
%68
%6

Triadic Colors of #f0244d

#f0244d #4df024 #244df0

Analogous Colors of #f0244d

#f0244d #f06124 #f024b3

Monochromatic Colors of #f0244d

#f0244d

Complementary Color

#f0244d #24f0c7

#f0244d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0244d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0244d Color CSS Codes

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

#f0244d Text Font Color

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

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


#f0244d Background Color

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

This div background color is #f0244d


#f0244d Border Color

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

This div border color is #f0244d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,36,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f0244d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f0244d;
  -webkit-box-shadow: 1px 1px 3px 2px #f0244d;
  box-shadow:         1px 1px 3px 2px #f0244d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,36,77, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0244d


Comments

No comments written yet.

Please login to write comment.