Color Hex Logo

#fc247a Color Hex

#FC247A
(252,36,122)
0 Favorites   0 Comments

Color spaces of #fc247a

RGB 25236122
HSL0.930.970.56
HSV336°86°99°
CMYK 0.000.860.52   0.01
XYZ44.288623.362320.5875
Yxy23.36230.50190.2648
Hunter Lab48.334678.97278.5804
CIE-Lab55.443679.68698.3867

#fc247a color RGB value is (252,36,122).

#fc247a hex color red value is 252, green value is 36 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #fc247a hue: 0.93 , saturation: 0.97 and the lightness value of fc247a is 0.56.

The process color (four color CMYK) of #fc247a color hex is 0.00, 0.86, 0.52, 0.01. Web safe color of #fc247a is #ff3366. Color #fc247a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00100100 01111010
Octal 374 44 172
Decimal 252 36 122
Hex FC 24 7A

RGB Percentages of Color #fc247a

%61.46
%8.78
%29.76

CMYK Percentages of Color #fc247a

%0
%86
%52
%1

Triadic Colors of #fc247a

#fc247a #7afc24 #247afc

Analogous Colors of #fc247a

#fc247a #fc3a24 #fc24e6

Monochromatic Colors of #fc247a

#fc247a

Complementary Color

#fc247a #24fca6

#fc247a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc247a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc247a Color CSS Codes

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

#fc247a Text Font Color

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

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


#fc247a Background Color

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

This div background color is #fc247a


#fc247a Border Color

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

This div border color is #fc247a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,36,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fc247a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fc247a;
  -webkit-box-shadow: 1px 1px 3px 2px #fc247a;
  box-shadow:         1px 1px 3px 2px #fc247a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,36,122, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc247a


Comments

No comments written yet.

Please login to write comment.