Color Hex Logo

#f946d3 Color Hex

#F946D3
(249,70,211)
0 Favorites   0 Comments

Color spaces of #f946d3

RGB 24970211
HSL0.870.940.63
HSV313°72°98°
CMYK 0.000.720.15   0.02
XYZ53.015029.223264.4745
Yxy29.22320.36140.1992
Hunter Lab54.058580.4521-32.8731
CIE-Lab60.978179.7802-35.2263

#f946d3 color RGB value is (249,70,211).

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

The process color (four color CMYK) of #f946d3 color hex is 0.00, 0.72, 0.15, 0.02. Web safe color of #f946d3 is #ff33cc. Color #f946d3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000110 11010011
Octal 371 106 323
Decimal 249 70 211
Hex F9 46 D3

RGB Percentages of Color #f946d3

%46.98
%13.21
%39.81

CMYK Percentages of Color #f946d3

%0
%72
%15
%2

Triadic Colors of #f946d3

#f946d3 #d3f946 #46d3f9

Analogous Colors of #f946d3

#f946d3 #f9467a #c646f9

Monochromatic Colors of #f946d3

#f946d3

Complementary Color

#f946d3 #46f96c

#f946d3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f946d3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f946d3 Color CSS Codes

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

#f946d3 Text Font Color

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

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


#f946d3 Background Color

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

This div background color is #f946d3


#f946d3 Border Color

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

This div border color is #f946d3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f946d3


Comments

No comments written yet.

Please login to write comment.