Color Hex Logo

#f0036e Color Hex

#F0036E
(240,3,110)
0 Favorites   0 Comments

Color spaces of #f0036e

RGB 2403110
HSL0.920.980.48
HSV333°99°94°
CMYK 0.000.990.54   0.06
XYZ38.782219.716216.5134
Yxy19.71620.51700.2628
Hunter Lab44.402978.19959.0322
CIE-Lab51.514879.84059.7480

#f0036e color RGB value is (240,3,110).

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

The process color (four color CMYK) of #f0036e color hex is 0.00, 0.99, 0.54, 0.06. Web safe color of #f0036e is #ff0066. Color #f0036e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00000011 01101110
Octal 360 3 156
Decimal 240 3 110
Hex F0 3 6E

RGB Percentages of Color #f0036e

%67.99
%0.85
%31.16

CMYK Percentages of Color #f0036e

%0
%99
%54
%6

Triadic Colors of #f0036e

#f0036e #6ef003 #036ef0

Analogous Colors of #f0036e

#f0036e #f00f03 #f003e5

Monochromatic Colors of #f0036e

#f0036e

Complementary Color

#f0036e #03f085

#f0036e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0036e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0036e Color CSS Codes

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

#f0036e Text Font Color

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

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


#f0036e Background Color

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

This div background color is #f0036e


#f0036e Border Color

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

This div border color is #f0036e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0036e


Comments

No comments written yet.

Please login to write comment.