Color Hex Logo

#fc266f Color Hex

#FC266F
(252,38,111)
0 Favorites   0 Comments

Color spaces of #fc266f

RGB 25238111
HSL0.940.970.57
HSV340°85°99°
CMYK 0.000.850.56   0.01
XYZ43.707223.229417.2190
Yxy23.22940.51940.2760
Hunter Lab48.196977.527612.5557
CIE-Lab55.307878.568314.7897

#fc266f color RGB value is (252,38,111).

#fc266f hex color red value is 252, green value is 38 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #fc266f hue: 0.94 , saturation: 0.97 and the lightness value of fc266f is 0.57.

The process color (four color CMYK) of #fc266f color hex is 0.00, 0.85, 0.56, 0.01. Web safe color of #fc266f is #ff3366. Color #fc266f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00100110 01101111
Octal 374 46 157
Decimal 252 38 111
Hex FC 26 6F

RGB Percentages of Color #fc266f

%62.84
%9.48
%27.68

CMYK Percentages of Color #fc266f

%0
%85
%56
%1

Triadic Colors of #fc266f

#fc266f #6ffc26 #266ffc

Analogous Colors of #fc266f

#fc266f #fc4826 #fc26da

Monochromatic Colors of #fc266f

#fc266f

Complementary Color

#fc266f #26fcb3

#fc266f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc266f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc266f Color CSS Codes

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

#fc266f Text Font Color

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

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


#fc266f Background Color

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

This div background color is #fc266f


#fc266f Border Color

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

This div border color is #fc266f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc266f


Comments

No comments written yet.

Please login to write comment.