#F5797F

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

Shades of Froly #F5797F

Tints of Froly #F5797F

Color information

#F5797F (or 0xF5797F) is unknown color: approx Froly. HEX triplet: F5, 79 and 7F. RGB value is (245,121,127). Sum of RGB (Red+Green+Blue) = 245+121+127=493 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.70% from 493); Green value is 121 (47.66% from 255 or 24.54% from 493); Blue value is 127 (50% from 255 or 25.76% from 493); Max value from RGB is 245 - color contains mainly: red. Hex color #F5797F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5797F is #0A8680. Grayscale: #9E9E9E. Windows color (decimal): -689793 or 8354293. OLE color: 8354293.

HSL color Cylindrical-coordinate representation of color #F5797F: hue angle of 357.1º 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 #F5797F is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB245121127-
CMYK00.510.480.04
HSL357.1º86.11%71.76%-
HSV(B)357.1º50.61%96.08%-
XYZ48.3234.6224.21-
YUV158.76110.08189.51-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.70%
GREEN value IS 121 (47.66% from 255) = 24.54%
BLUE value IS 127 (50% from 255) = 25.76%
R=49.70%
G=24.54%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512112700.510.480.04357.186.1171.76
HexF5797F0333041655648
Octal365171177063604545126110
Binary1111010111110011111111011001111000010010110010110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5797F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5797F; }

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

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

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

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

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

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

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

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