Color Hex Logo

#f472c6 Color Hex

#F472C6
(244,114,198)
0 Favorites   0 Comments

Color spaces of #f472c6

RGB 244114198
HSL0.890.860.70
HSV321°53°96°
CMYK 0.000.530.19   0.04
XYZ53.518635.344957.4276
Yxy35.34490.36580.2416
Hunter Lab59.451656.6463-15.6554
CIE-Lab66.016359.3629-20.1834

#f472c6 color RGB value is (244,114,198).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01110010 11000110
Octal 364 162 306
Decimal 244 114 198
Hex F4 72 C6

RGB Percentages of Color #f472c6

%43.88
%20.50
%35.61

CMYK Percentages of Color #f472c6

%0
%53
%19
%4

Triadic Colors of #f472c6

#f472c6 #c6f472 #72c6f4

Analogous Colors of #f472c6

#f472c6 #f47285 #e172f4

Monochromatic Colors of #f472c6

#f472c6

Complementary Color

#f472c6 #72f4a0

#f472c6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f472c6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f472c6 Color CSS Codes

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

#f472c6 Text Font Color

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

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


#f472c6 Background Color

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

This div background color is #f472c6


#f472c6 Border Color

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

This div border color is #f472c6


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,114,198, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f472c6


Comments

No comments written yet.

Please login to write comment.