Color Hex Logo

#fc369f Color Hex

#FC369F
(252,54,159)
0 Favorites   0 Comments

Color spaces of #fc369f

RGB 25254159
HSL0.910.970.60
HSV328°79°99°
CMYK 0.000.790.37   0.01
XYZ47.722125.837035.2727
Yxy25.83700.43850.2374
Hunter Lab50.830178.6329-5.5622
CIE-Lab57.882078.9454-9.9759

#fc369f color RGB value is (252,54,159).

#fc369f hex color red value is 252, green value is 54 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #fc369f hue: 0.91 , saturation: 0.97 and the lightness value of fc369f is 0.60.

The process color (four color CMYK) of #fc369f color hex is 0.00, 0.79, 0.37, 0.01. Web safe color of #fc369f is #ff3399. Color #fc369f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00110110 10011111
Octal 374 66 237
Decimal 252 54 159
Hex FC 36 9F

RGB Percentages of Color #fc369f

%54.19
%11.61
%34.19

CMYK Percentages of Color #fc369f

%0
%79
%37
%1

Triadic Colors of #fc369f

#fc369f #9ffc36 #369ffc

Analogous Colors of #fc369f

#fc369f #fc363c #f636fc

Monochromatic Colors of #fc369f

#fc369f

Complementary Color

#fc369f #36fc93

#fc369f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc369f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc369f Color CSS Codes

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

#fc369f Text Font Color

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

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


#fc369f Background Color

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

This div background color is #fc369f


#fc369f Border Color

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

This div border color is #fc369f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc369f


Comments

No comments written yet.

Please login to write comment.