#F57782

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

Shades of Froly #F57782

Tints of Froly #F57782

Color information

#F57782 (or 0xF57782) is unknown color: approx Froly. HEX triplet: F5, 77 and 82. RGB value is (245,119,130). Sum of RGB (Red+Green+Blue) = 245+119+130=494 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.60% from 494); Green value is 119 (46.88% from 255 or 24.09% from 494); Blue value is 130 (51.17% from 255 or 26.32% from 494); Max value from RGB is 245 - color contains mainly: red. Hex color #F57782 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57782 is #0A887D. Grayscale: #9E9E9E. Windows color (decimal): -690302 or 8550389. OLE color: 8550389.

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

Color convert

RGB245119130-
CMYK00.510.470.04
HSL354.76º86.3%71.37%-
HSV(B)354.76º51.43%96.08%-
XYZ48.2834.2225.18-
YUV157.93112.24190.11-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.60%
GREEN value IS 119 (46.88% from 255) = 24.09%
BLUE value IS 130 (51.17% from 255) = 26.32%
R=49.60%
G=24.09%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511913000.510.470.04354.7686.371.37
HexF577820332F41635647
Octal365167202063574543126107
Binary11110101111011110000010011001110111110010110001110101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57782; }

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

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

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

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

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

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

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

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