#F57D82

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

Shades of Froly #F57D82

Tints of Froly #F57D82

Color information

#F57D82 (or 0xF57D82) is unknown color: approx Froly. HEX triplet: F5, 7D and 82. RGB value is (245,125,130). Sum of RGB (Red+Green+Blue) = 245+125+130=500 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49% from 500); Green value is 125 (49.22% from 255 or 25% from 500); Blue value is 130 (51.17% from 255 or 26% from 500); Max value from RGB is 245 - color contains mainly: red. Hex color #F57D82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57D82 is #0A827D. Grayscale: #A1A1A1. Windows color (decimal): -688766 or 8551925. OLE color: 8551925.

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

Color convert

RGB245125130-
CMYK00.490.470.04
HSL357.5º85.71%72.55%-
HSV(B)357.5º48.98%96.08%-
XYZ49.0235.6925.42-
YUV161.45110.26187.59-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49%
GREEN value IS 125 (49.22% from 255) = 25%
BLUE value IS 130 (51.17% from 255) = 26%
R=49%
G=25%
B=26%

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
Decimal24512513000.490.470.04357.585.7172.55
HexF57D820312F41665649
Octal365175202061574546126111
Binary11110101111110110000010011000110111110010110011010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57D82; }

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

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

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

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

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

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

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

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