Color Hex Logo

#f942cd Color Hex

#F942CD
(249,66,205)
0 Favorites   0 Comments

Color spaces of #f942cd

RGB 24966205
HSL0.870.940.62
HSV314°73°98°
CMYK 0.000.730.18   0.02
XYZ52.034628.443960.5053
Yxy28.44390.36910.2018
Hunter Lab53.332880.8225-29.9307
CIE-Lab60.287780.2033-32.8970

#f942cd color RGB value is (249,66,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000010 11001101
Octal 371 102 315
Decimal 249 66 205
Hex F9 42 CD

RGB Percentages of Color #f942cd

%47.88
%12.69
%39.42

CMYK Percentages of Color #f942cd

%0
%73
%18
%2

Triadic Colors of #f942cd

#f942cd #cdf942 #42cdf9

Analogous Colors of #f942cd

#f942cd #f94272 #ca42f9

Monochromatic Colors of #f942cd

#f942cd

Complementary Color

#f942cd #42f96e

#f942cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f942cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f942cd Color CSS Codes

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

#f942cd Text Font Color

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

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


#f942cd Background Color

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

This div background color is #f942cd


#f942cd Border Color

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

This div border color is #f942cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,66,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 #f942cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f942cd


Comments

No comments written yet.

Please login to write comment.