#FC7478

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

Shades of Froly #FC7478

Tints of Froly #FC7478

Color information

#FC7478 (or 0xFC7478) is unknown color: approx Froly. HEX triplet: FC, 74 and 78. RGB value is (252,116,120). Sum of RGB (Red+Green+Blue) = 252+116+120=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 116 (45.70% from 255 or 23.77% from 488); Blue value is 120 (47.27% from 255 or 24.59% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7478 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7478 is #038B87. Grayscale: #9D9D9D. Windows color (decimal): -232328 or 7894268. OLE color: 7894268.

HSL color Cylindrical-coordinate representation of color #FC7478: hue angle of 358.24º 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 #FC7478 is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.01.

Color convert

RGB252116120-
CMYK00.540.520.01
HSL358.24º95.77%72.16%-
HSV(B)358.24º53.97%98.82%-
XYZ49.7834.5421.81-
YUV157.12107.06195.67-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.64%
GREEN value IS 116 (45.70% from 255) = 23.77%
BLUE value IS 120 (47.27% from 255) = 24.59%
R=51.64%
G=23.77%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.52
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211612000.540.520.01358.2495.7772.16
HexFC74780363411666048
Octal374164170066641546140110
Binary11111100111010011110000110110110100110110011011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7478; }

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

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

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

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

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

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

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

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