Color Hex Logo

#f6219d Color Hex

#F6219D
(246,33,157)
0 Favorites   0 Comments

Color spaces of #f6219d

RGB 24633157
HSL0.900.920.55
HSV325°87°96°
CMYK 0.000.870.36   0.04
XYZ44.635723.114934.0073
Yxy23.11490.43860.2272
Hunter Lab48.078081.5834-8.2834
CIE-Lab55.190581.7878-12.9539

#f6219d color RGB value is (246,33,157).

#f6219d hex color red value is 246, green value is 33 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #f6219d hue: 0.90 , saturation: 0.92 and the lightness value of f6219d is 0.55.

The process color (four color CMYK) of #f6219d color hex is 0.00, 0.87, 0.36, 0.04. Web safe color of #f6219d is #ff3399. Color #f6219d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00100001 10011101
Octal 366 41 235
Decimal 246 33 157
Hex F6 21 9D

RGB Percentages of Color #f6219d

%56.42
%7.57
%36.01

CMYK Percentages of Color #f6219d

%0
%87
%36
%4

Triadic Colors of #f6219d

#f6219d #9df621 #219df6

Analogous Colors of #f6219d

#f6219d #f62133 #e521f6

Monochromatic Colors of #f6219d

#f6219d

Complementary Color

#f6219d #21f67a

#f6219d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6219d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6219d Color CSS Codes

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

#f6219d Text Font Color

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

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


#f6219d Background Color

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

This div background color is #f6219d


#f6219d Border Color

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

This div border color is #f6219d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6219d


Comments

No comments written yet.

Please login to write comment.