Color Hex Logo

#f04fbe Color Hex

#F04FBE
(240,79,190)
0 Favorites   0 Comments

Color spaces of #f04fbe

RGB 24079190
HSL0.890.840.63
HSV319°67°94°
CMYK 0.000.670.21   0.06
XYZ48.025427.834951.5567
Yxy27.83490.37690.2185
Hunter Lab52.758870.1575-21.0079
CIE-Lab59.739371.7800-25.3003

#f04fbe color RGB value is (240,79,190).

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

The process color (four color CMYK) of #f04fbe color hex is 0.00, 0.67, 0.21, 0.06. Web safe color of #f04fbe is #ff66cc. Color #f04fbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01001111 10111110
Octal 360 117 276
Decimal 240 79 190
Hex F0 4F BE

RGB Percentages of Color #f04fbe

%47.15
%15.52
%37.33

CMYK Percentages of Color #f04fbe

%0
%67
%21
%6

Triadic Colors of #f04fbe

#f04fbe #bef04f #4fbef0

Analogous Colors of #f04fbe

#f04fbe #f04f6e #d24ff0

Monochromatic Colors of #f04fbe

#f04fbe

Complementary Color

#f04fbe #4ff081

#f04fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f04fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f04fbe Color CSS Codes

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

#f04fbe Text Font Color

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

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


#f04fbe Background Color

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

This div background color is #f04fbe


#f04fbe Border Color

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

This div border color is #f04fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f04fbe


Comments

No comments written yet.

Please login to write comment.