Color Hex Logo

#f946ed Color Hex

#F946ED
(249,70,237)
0 Favorites   0 Comments

Color spaces of #f946ed

RGB 24970237
HSL0.840.940.63
HSV304°72°98°
CMYK 0.000.720.05   0.02
XYZ56.543130.634583.0537
Yxy30.63450.33220.1800
Hunter Lab55.348485.4930-50.2243
CIE-Lab62.197983.4574-47.9144

#f946ed color RGB value is (249,70,237).

#f946ed hex color red value is 249, green value is 70 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #f946ed hue: 0.84 , saturation: 0.94 and the lightness value of f946ed is 0.63.

The process color (four color CMYK) of #f946ed color hex is 0.00, 0.72, 0.05, 0.02. Web safe color of #f946ed is #ff33ff. Color #f946ed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000110 11101101
Octal 371 106 355
Decimal 249 70 237
Hex F9 46 ED

RGB Percentages of Color #f946ed

%44.78
%12.59
%42.63

CMYK Percentages of Color #f946ed

%0
%72
%5
%2

Triadic Colors of #f946ed

#f946ed #edf946 #46edf9

Analogous Colors of #f946ed

#f946ed #f94694 #ac46f9

Monochromatic Colors of #f946ed

#f946ed

Complementary Color

#f946ed #46f952

#f946ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f946ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f946ed Color CSS Codes

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

#f946ed Text Font Color

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

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


#f946ed Background Color

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

This div background color is #f946ed


#f946ed Border Color

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

This div border color is #f946ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,70,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f946ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f946ed;
  -webkit-box-shadow: 1px 1px 3px 2px #f946ed;
  box-shadow:         1px 1px 3px 2px #f946ed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f946ed


Comments

No comments written yet.

Please login to write comment.