#FC7579

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

Shades of Froly #FC7579

Tints of Froly #FC7579

Color information

#FC7579 (or 0xFC7579) is unknown color: approx Froly. HEX triplet: FC, 75 and 79. RGB value is (252,117,121). Sum of RGB (Red+Green+Blue) = 252+117+121=490 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.43% from 490); Green value is 117 (46.09% from 255 or 23.88% from 490); Blue value is 121 (47.66% from 255 or 24.69% from 490); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7579 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7579 is #038A86. Grayscale: #9D9D9D. Windows color (decimal): -232071 or 7960060. OLE color: 7960060.

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

Color convert

RGB252117121-
CMYK00.540.520.01
HSL358.22º95.74%72.35%-
HSV(B)358.22º53.57%98.82%-
XYZ49.9634.822.17-
YUV157.82107.23195.17-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.43%
GREEN value IS 117 (46.09% from 255) = 23.88%
BLUE value IS 121 (47.66% from 255) = 24.69%
R=51.43%
G=23.88%
B=24.69%

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
Decimal25211712100.540.520.01358.2295.7472.35
HexFC75790363411666048
Octal374165171066641546140110
Binary11111100111010111110010110110110100110110011011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7579; }

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

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

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

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

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

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

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

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