Color Hex Logo

#f6026d Color Hex

#F6026D
(246,2,109)
0 Favorites   0 Comments

Color spaces of #f6026d

RGB 2462109
HSL0.930.980.49
HSV334°99°96°
CMYK 0.000.990.56   0.04
XYZ40.788120.740416.3215
Yxy20.74040.52390.2664
Hunter Lab45.541680.170710.6304
CIE-Lab52.664281.172812.1444

#f6026d color RGB value is (246,2,109).

#f6026d hex color red value is 246, green value is 2 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #f6026d hue: 0.93 , saturation: 0.98 and the lightness value of f6026d is 0.49.

The process color (four color CMYK) of #f6026d color hex is 0.00, 0.99, 0.56, 0.04. Web safe color of #f6026d is #ff0066. Color #f6026d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00000010 01101101
Octal 366 2 155
Decimal 246 2 109
Hex F6 2 6D

RGB Percentages of Color #f6026d

%68.91
%0.56
%30.53

CMYK Percentages of Color #f6026d

%0
%99
%56
%4

Triadic Colors of #f6026d

#f6026d #6df602 #026df6

Analogous Colors of #f6026d

#f6026d #f61102 #f602e7

Monochromatic Colors of #f6026d

#f6026d

Complementary Color

#f6026d #02f68b

#f6026d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6026d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6026d Color CSS Codes

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

#f6026d Text Font Color

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

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


#f6026d Background Color

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

This div background color is #f6026d


#f6026d Border Color

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

This div border color is #f6026d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6026d


Comments

No comments written yet.

Please login to write comment.