#F57980

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

Shades of Froly #F57980

Tints of Froly #F57980

Color information

#F57980 (or 0xF57980) is unknown color: approx Froly. HEX triplet: F5, 79 and 80. RGB value is (245,121,128). Sum of RGB (Red+Green+Blue) = 245+121+128=494 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.60% from 494); Green value is 121 (47.66% from 255 or 24.49% from 494); Blue value is 128 (50.39% from 255 or 25.91% from 494); Max value from RGB is 245 - color contains mainly: red. Hex color #F57980 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57980 is #0A867F. Grayscale: #9E9E9E. Windows color (decimal): -689792 or 8419829. OLE color: 8419829.

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

Color convert

RGB245121128-
CMYK00.510.480.04
HSL356.61º86.11%71.76%-
HSV(B)356.61º50.61%96.08%-
XYZ48.3934.6524.56-
YUV158.87110.58189.43-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.60%
GREEN value IS 121 (47.66% from 255) = 24.49%
BLUE value IS 128 (50.39% from 255) = 25.91%
R=49.60%
G=24.49%
B=25.91%

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
Decimal24512112800.510.480.04356.6186.1171.76
HexF579800333041655648
Octal365171200063604545126110
Binary11110101111100110000000011001111000010010110010110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57980; }

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

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

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

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

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

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

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

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