Color Hex Logo

#f0038e Color Hex

#F0038E
(240,3,142)
0 Favorites   0 Comments

Color spaces of #f0038e

RGB 2403142
HSL0.900.980.48
HSV325°99°94°
CMYK 0.000.990.41   0.06
XYZ40.850220.543427.4034
Yxy20.54340.46000.2314
Hunter Lab45.324881.5594-4.1194
CIE-Lab52.446182.3042-8.2627

#f0038e color RGB value is (240,3,142).

#f0038e hex color red value is 240, green value is 3 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #f0038e hue: 0.90 , saturation: 0.98 and the lightness value of f0038e is 0.48.

The process color (four color CMYK) of #f0038e color hex is 0.00, 0.99, 0.41, 0.06. Web safe color of #f0038e is #ff0099. Color #f0038e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00000011 10001110
Octal 360 3 216
Decimal 240 3 142
Hex F0 3 8E

RGB Percentages of Color #f0038e

%62.34
%0.78
%36.88

CMYK Percentages of Color #f0038e

%0
%99
%41
%6

Triadic Colors of #f0038e

#f0038e #8ef003 #038ef0

Analogous Colors of #f0038e

#f0038e #f00317 #dc03f0

Monochromatic Colors of #f0038e

#f0038e

Complementary Color

#f0038e #03f065

#f0038e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0038e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0038e Color CSS Codes

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

#f0038e Text Font Color

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

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


#f0038e Background Color

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

This div background color is #f0038e


#f0038e Border Color

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

This div border color is #f0038e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0038e


Comments

No comments written yet.

Please login to write comment.