Color Hex Logo

#f04551 Color Hex

#F04551
(240,69,81)
0 Favorites   0 Comments

Color spaces of #f04551

RGB 2406981
HSL0.990.850.61
HSV356°71°94°
CMYK 0.000.710.66   0.06
XYZ39.548523.375610.2121
Yxy23.37560.54080.3196
Hunter Lab48.348361.401921.3206
CIE-Lab55.457165.274432.3331

#f04551 color RGB value is (240,69,81).

#f04551 hex color red value is 240, green value is 69 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #f04551 hue: 0.99 , saturation: 0.85 and the lightness value of f04551 is 0.61.

The process color (four color CMYK) of #f04551 color hex is 0.00, 0.71, 0.66, 0.06. Web safe color of #f04551 is #ff3366. Color #f04551 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01000101 01010001
Octal 360 105 121
Decimal 240 69 81
Hex F0 45 51

RGB Percentages of Color #f04551

%61.54
%17.69
%20.77

CMYK Percentages of Color #f04551

%0
%71
%66
%6

Triadic Colors of #f04551

#f04551 #51f045 #4551f0

Analogous Colors of #f04551

#f04551 #f08f45 #f045a7

Monochromatic Colors of #f04551

#f04551

Complementary Color

#f04551 #45f0e4

#f04551 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f04551 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f04551 Color CSS Codes

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

#f04551 Text Font Color

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

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


#f04551 Background Color

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

This div background color is #f04551


#f04551 Border Color

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

This div border color is #f04551


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f04551


Comments

No comments written yet.

Please login to write comment.