Color Hex Logo

#f04f8f Color Hex

#F04F8F
(240,79,143)
0 Favorites   0 Comments

Color spaces of #f04f8f

RGB 24079143
HSL0.930.840.63
HSV336°67°94°
CMYK 0.000.670.40   0.06
XYZ43.689126.100428.7218
Yxy26.10040.44350.2649
Hunter Lab51.088663.24182.4294
CIE-Lab58.132266.3410-0.4525

#f04f8f color RGB value is (240,79,143).

#f04f8f hex color red value is 240, green value is 79 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #f04f8f hue: 0.93 , saturation: 0.84 and the lightness value of f04f8f is 0.63.

The process color (four color CMYK) of #f04f8f color hex is 0.00, 0.67, 0.40, 0.06. Web safe color of #f04f8f is #ff6699. Color #f04f8f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01001111 10001111
Octal 360 117 217
Decimal 240 79 143
Hex F0 4F 8F

RGB Percentages of Color #f04f8f

%51.95
%17.10
%30.95

CMYK Percentages of Color #f04f8f

%0
%67
%40
%6

Triadic Colors of #f04f8f

#f04f8f #8ff04f #4f8ff0

Analogous Colors of #f04f8f

#f04f8f #f0604f #f04fe0

Monochromatic Colors of #f04f8f

#f04f8f

Complementary Color

#f04f8f #4ff0b0

#f04f8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f04f8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f04f8f Color CSS Codes

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

#f04f8f Text Font Color

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

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


#f04f8f Background Color

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

This div background color is #f04f8f


#f04f8f Border Color

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

This div border color is #f04f8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f04f8f


Comments

No comments written yet.

Please login to write comment.