Color Hex Logo

#f946cd Color Hex

#F946CD
(249,70,205)
0 Favorites   0 Comments

Color spaces of #f946cd

RGB 24970205
HSL0.870.940.63
HSV315°72°98°
CMYK 0.000.720.18   0.02
XYZ52.276528.927860.5860
Yxy28.92780.36870.2040
Hunter Lab53.784679.3720-29.1384
CIE-Lab60.717978.9819-32.2284

#f946cd color RGB value is (249,70,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000110 11001101
Octal 371 106 315
Decimal 249 70 205
Hex F9 46 CD

RGB Percentages of Color #f946cd

%47.52
%13.36
%39.12

CMYK Percentages of Color #f946cd

%0
%72
%18
%2

Triadic Colors of #f946cd

#f946cd #cdf946 #46cdf9

Analogous Colors of #f946cd

#f946cd #f94674 #cc46f9

Monochromatic Colors of #f946cd

#f946cd

Complementary Color

#f946cd #46f972

#f946cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f946cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f946cd Color CSS Codes

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

#f946cd Text Font Color

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

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


#f946cd Background Color

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

This div background color is #f946cd


#f946cd Border Color

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

This div border color is #f946cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f946cd

Related Colors


Comments

No comments written yet.

Please login to write comment.