Color Hex Logo

#f472cc Color Hex

#F472CC
(244,114,204)
0 Favorites   0 Comments

Color spaces of #f472cc

RGB 244114204
HSL0.880.860.70
HSV318°53°96°
CMYK 0.000.530.16   0.04
XYZ54.224635.627461.1456
Yxy35.62740.35910.2359
Hunter Lab59.688757.7043-18.9551
CIE-Lab66.234260.2312-23.2223

#f472cc color RGB value is (244,114,204).

#f472cc hex color red value is 244, green value is 114 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f472cc hue: 0.88 , saturation: 0.86 and the lightness value of f472cc is 0.70.

The process color (four color CMYK) of #f472cc color hex is 0.00, 0.53, 0.16, 0.04. Web safe color of #f472cc is #ff66cc. Color #f472cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01110010 11001100
Octal 364 162 314
Decimal 244 114 204
Hex F4 72 CC

RGB Percentages of Color #f472cc

%43.42
%20.28
%36.30

CMYK Percentages of Color #f472cc

%0
%53
%16
%4

Triadic Colors of #f472cc

#f472cc #ccf472 #72ccf4

Analogous Colors of #f472cc

#f472cc #f4728b #db72f4

Monochromatic Colors of #f472cc

#f472cc

Complementary Color

#f472cc #72f49a

#f472cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f472cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f472cc Color CSS Codes

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

#f472cc Text Font Color

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

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


#f472cc Background Color

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

This div background color is #f472cc


#f472cc Border Color

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

This div border color is #f472cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f472cc


Comments

No comments written yet.

Please login to write comment.