#FC6E71

Color #FC6E71 Froly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Froly #FC6E71

Tints of Froly #FC6E71

Color information

#FC6E71 (or 0xFC6E71) is unknown color: approx Froly. HEX triplet: FC, 6E and 71. RGB value is (252,110,113). Sum of RGB (Red+Green+Blue) = 252+110+113=475 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.05% from 475); Green value is 110 (43.36% from 255 or 23.16% from 475); Blue value is 113 (44.53% from 255 or 23.79% from 475); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6E71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6E71 is #03918E. Grayscale: #989898. Windows color (decimal): -233871 or 7433980. OLE color: 7433980.

HSL color Cylindrical-coordinate representation of color #FC6E71: hue angle of 358.73º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FC6E71 is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB252110113-
CMYK00.560.550.01
HSL358.73º95.95%70.98%-
HSV(B)358.73º56.35%98.82%-
XYZ48.733.0419.43-
YUV152.8105.54198.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 53.05%
GREEN value IS 110 (43.36% from 255) = 23.16%
BLUE value IS 113 (44.53% from 255) = 23.79%
R=53.05%
G=23.16%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211011300.560.550.01358.7395.9570.98
HexFC6E710383711676047
Octal374156161070671547140107
Binary11111100110111011100010111000110111110110011111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6E71; }

 p { color: rgb(252,110,113); }

 H1.HeaderClassName
 {
   color: #FC6E71;
 }
 .AnyTagClassName
 {
   color: #FC6E71;
 }
</style>
background-color css

<style>
 a { background-color: #FC6E71; }

 a { background-color: rgb(252,110,113); }

 div.DivClassName
 {
   background-color: #FC6E71;
 }
 .BgClassName
 {
   background-color: #FC6E71;
 }
</style>
border-color css

<style>
 span { border-color: #FC6E71; }

 span { border-color: rgb(252,110,113); }

 td.TdClassName
 {
   border-color: #FC6E71;
 }
 .TagClassName
 {
   border-color: #FC6E71;
 }
</style>