#FC7475

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

Shades of Froly #FC7475

Tints of Froly #FC7475

Color information

#FC7475 (or 0xFC7475) is unknown color: approx Froly. HEX triplet: FC, 74 and 75. RGB value is (252,116,117). Sum of RGB (Red+Green+Blue) = 252+116+117=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 116 (45.70% from 255 or 23.92% from 485); Blue value is 117 (46.09% from 255 or 24.12% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7475 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7475 is #038B8A. Grayscale: #9C9C9C. Windows color (decimal): -232331 or 7697660. OLE color: 7697660.

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

Color convert

RGB252116117-
CMYK00.540.540.01
HSL359.56º95.77%72.16%-
HSV(B)359.56º53.97%98.82%-
XYZ49.634.4720.87-
YUV156.78105.56195.92-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.96%
GREEN value IS 116 (45.70% from 255) = 23.92%
BLUE value IS 117 (46.09% from 255) = 24.12%
R=51.96%
G=23.92%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211611700.540.540.01359.5695.7772.16
HexFC74750363611686048
Octal374164165066661550140110
Binary11111100111010011101010110110110110110110100011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7475; }

 p { color: rgb(252,116,117); }

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

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

 a { background-color: rgb(252,116,117); }

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

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

 span { border-color: rgb(252,116,117); }

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