#F57682

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

Shades of Froly #F57682

Tints of Froly #F57682

Color information

#F57682 (or 0xF57682) is unknown color: approx Froly. HEX triplet: F5, 76 and 82. RGB value is (245,118,130). Sum of RGB (Red+Green+Blue) = 245+118+130=493 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.70% from 493); Green value is 118 (46.48% from 255 or 23.94% from 493); Blue value is 130 (51.17% from 255 or 26.37% from 493); Max value from RGB is 245 - color contains mainly: red. Hex color #F57682 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57682 is #0A897D. Grayscale: #9D9D9D. Windows color (decimal): -690558 or 8550133. OLE color: 8550133.

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

Color convert

RGB245118130-
CMYK00.520.470.04
HSL354.33º86.39%71.18%-
HSV(B)354.33º51.84%96.08%-
XYZ48.1633.9825.14-
YUV157.34112.58190.52-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.70%
GREEN value IS 118 (46.48% from 255) = 23.94%
BLUE value IS 130 (51.17% from 255) = 26.37%
R=49.70%
G=23.94%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511813000.520.470.04354.3386.3971.18
HexF576820342F41625647
Octal365166202064574542126107
Binary11110101111011010000010011010010111110010110001010101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57682; }

 p { color: rgb(245,118,130); }

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

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

 a { background-color: rgb(245,118,130); }

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

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

 span { border-color: rgb(245,118,130); }

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