#F5797A

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

Shades of Froly #F5797A

Tints of Froly #F5797A

Color information

#F5797A (or 0xF5797A) is unknown color: approx Froly. HEX triplet: F5, 79 and 7A. RGB value is (245,121,122). Sum of RGB (Red+Green+Blue) = 245+121+122=488 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.20% from 488); Green value is 121 (47.66% from 255 or 24.80% from 488); Blue value is 122 (48.05% from 255 or 25% from 488); Max value from RGB is 245 - color contains mainly: red. Hex color #F5797A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5797A is #0A8685. Grayscale: #9E9E9E. Windows color (decimal): -689798 or 8026613. OLE color: 8026613.

HSL color Cylindrical-coordinate representation of color #F5797A: hue angle of 359.52º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F5797A is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB245121122-
CMYK00.510.500.04
HSL359.52º86.11%71.76%-
HSV(B)359.52º50.61%96.08%-
XYZ48.0134.4922.54-
YUV158.19107.58189.92-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.20%
GREEN value IS 121 (47.66% from 255) = 24.80%
BLUE value IS 122 (48.05% from 255) = 25%
R=50.20%
G=24.80%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512112200.510.500.04359.5286.1171.76
HexF5797A0333241685648
Octal365171172063624550126110
Binary1111010111110011111010011001111001010010110100010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5797A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5797A; }

 p { color: rgb(245,121,122); }

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

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

 a { background-color: rgb(245,121,122); }

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

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

 span { border-color: rgb(245,121,122); }

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