Color Hex Logo

#f6058e Color Hex

#F6058E
(246,5,142)
0 Favorites   0 Comments

Color spaces of #f6058e

RGB 2465142
HSL0.910.960.49
HSV326°98°96°
CMYK 0.000.980.42   0.04
XYZ42.942821.654427.5076
Yxy21.65440.46620.2351
Hunter Lab46.534383.2885-2.4738
CIE-Lab53.658483.4150-6.3325

#f6058e color RGB value is (246,5,142).

#f6058e hex color red value is 246, green value is 5 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #f6058e hue: 0.91 , saturation: 0.96 and the lightness value of f6058e is 0.49.

The process color (four color CMYK) of #f6058e color hex is 0.00, 0.98, 0.42, 0.04. Web safe color of #f6058e is #ff0099. Color #f6058e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00000101 10001110
Octal 366 5 216
Decimal 246 5 142
Hex F6 5 8E

RGB Percentages of Color #f6058e

%62.60
%1.27
%36.13

CMYK Percentages of Color #f6058e

%0
%98
%42
%4

Triadic Colors of #f6058e

#f6058e #8ef605 #058ef6

Analogous Colors of #f6058e

#f6058e #f60515 #e605f6

Monochromatic Colors of #f6058e

#f6058e

Complementary Color

#f6058e #05f66d

#f6058e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6058e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6058e Color CSS Codes

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

#f6058e Text Font Color

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

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


#f6058e Background Color

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

This div background color is #f6058e


#f6058e Border Color

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

This div border color is #f6058e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,5,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 #f6058e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6058e


Comments

No comments written yet.

Please login to write comment.