Color Hex Logo

#f049cc Color Hex

#F049CC
(240,73,204)
0 Favorites   0 Comments

Color spaces of #f049cc

RGB 24073204
HSL0.870.850.61
HSV313°70°94°
CMYK 0.000.700.15   0.06
XYZ49.216827.650059.8697
Yxy27.65000.35990.2022
Hunter Lab52.583375.0514-30.6975
CIE-Lab59.571275.7708-33.5545

#f049cc color RGB value is (240,73,204).

#f049cc hex color red value is 240, green value is 73 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f049cc hue: 0.87 , saturation: 0.85 and the lightness value of f049cc is 0.61.

The process color (four color CMYK) of #f049cc color hex is 0.00, 0.70, 0.15, 0.06. Web safe color of #f049cc is #ff33cc. Color #f049cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01001001 11001100
Octal 360 111 314
Decimal 240 73 204
Hex F0 49 CC

RGB Percentages of Color #f049cc

%46.42
%14.12
%39.46

CMYK Percentages of Color #f049cc

%0
%70
%15
%6

Triadic Colors of #f049cc

#f049cc #ccf049 #49ccf0

Analogous Colors of #f049cc

#f049cc #f04979 #c149f0

Monochromatic Colors of #f049cc

#f049cc

Complementary Color

#f049cc #49f06d

#f049cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f049cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f049cc Color CSS Codes

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

#f049cc Text Font Color

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

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


#f049cc Background Color

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

This div background color is #f049cc


#f049cc Border Color

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

This div border color is #f049cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,73,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f049cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f049cc;
  -webkit-box-shadow: 1px 1px 3px 2px #f049cc;
  box-shadow:         1px 1px 3px 2px #f049cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,73,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f049cc


Comments

No comments written yet.

Please login to write comment.