#F57E82

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

Shades of Froly #F57E82

Tints of Froly #F57E82

Color information

#F57E82 (or 0xF57E82) is unknown color: approx Froly. HEX triplet: F5, 7E and 82. RGB value is (245,126,130). Sum of RGB (Red+Green+Blue) = 245+126+130=501 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.90% from 501); Green value is 126 (49.61% from 255 or 25.15% from 501); Blue value is 130 (51.17% from 255 or 25.95% from 501); Max value from RGB is 245 - color contains mainly: red. Hex color #F57E82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57E82 is #0A817D. Grayscale: #A2A2A2. Windows color (decimal): -688510 or 8552181. OLE color: 8552181.

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

Color convert

RGB245126130-
CMYK00.490.470.04
HSL357.98º85.61%72.75%-
HSV(B)357.98º48.57%96.08%-
XYZ49.1535.9525.47-
YUV162.04109.92187.17-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.90%
GREEN value IS 126 (49.61% from 255) = 25.15%
BLUE value IS 130 (51.17% from 255) = 25.95%
R=48.90%
G=25.15%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512613000.490.470.04357.9885.6172.75
HexF57E820312F41665649
Octal365176202061574546126111
Binary11110101111111010000010011000110111110010110011010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57E82; }

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

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

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

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

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

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

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

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