#F57F80

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

Shades of Froly #F57F80

Tints of Froly #F57F80

Color information

#F57F80 (or 0xF57F80) is unknown color: approx Froly. HEX triplet: F5, 7F and 80. RGB value is (245,127,128). Sum of RGB (Red+Green+Blue) = 245+127+128=500 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49% from 500); Green value is 127 (50% from 255 or 25.4% from 500); Blue value is 128 (50.39% from 255 or 25.6% from 500); Max value from RGB is 245 - color contains mainly: red. Hex color #F57F80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57F80 is #0A807F. Grayscale: #A2A2A2. Windows color (decimal): -688256 or 8421365. OLE color: 8421365.

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

Color convert

RGB245127128-
CMYK00.480.480.04
HSL359.49º85.51%72.94%-
HSV(B)359.49º48.16%96.08%-
XYZ49.1436.1524.81-
YUV162.4108.59186.92-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49%
GREEN value IS 127 (50% from 255) = 25.4%
BLUE value IS 128 (50.39% from 255) = 25.6%
R=49%
G=25.4%
B=25.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512712800.480.480.04359.4985.5172.94
HexF57F800303041675649
Octal365177200060604547126111
Binary11110101111111110000000011000011000010010110011110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57F80; }

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

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

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

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

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

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

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

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