Color Hex Logo

#f947ca Color Hex

#F947CA
(249,71,202)
0 Favorites   0 Comments

Color spaces of #f947ca

RGB 24971202
HSL0.880.940.63
HSV316°71°98°
CMYK 0.000.710.19   0.02
XYZ51.980828.910558.7177
Yxy28.91050.37230.2071
Hunter Lab53.768578.4704-27.1095
CIE-Lab60.702678.2740-30.5462

#f947ca color RGB value is (249,71,202).

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

The process color (four color CMYK) of #f947ca color hex is 0.00, 0.71, 0.19, 0.02. Web safe color of #f947ca is #ff33cc. Color #f947ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000111 11001010
Octal 371 107 312
Decimal 249 71 202
Hex F9 47 CA

RGB Percentages of Color #f947ca

%47.70
%13.60
%38.70

CMYK Percentages of Color #f947ca

%0
%71
%19
%2

Triadic Colors of #f947ca

#f947ca #caf947 #47caf9

Analogous Colors of #f947ca

#f947ca #f94771 #cf47f9

Monochromatic Colors of #f947ca

#f947ca

Complementary Color

#f947ca #47f976

#f947ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f947ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f947ca Color CSS Codes

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

#f947ca Text Font Color

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

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


#f947ca Background Color

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

This div background color is #f947ca


#f947ca Border Color

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

This div border color is #f947ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f947ca


Comments

No comments written yet.

Please login to write comment.