#F57982

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

Shades of Froly #F57982

Tints of Froly #F57982

Color information

#F57982 (or 0xF57982) is unknown color: approx Froly. HEX triplet: F5, 79 and 82. RGB value is (245,121,130). Sum of RGB (Red+Green+Blue) = 245+121+130=496 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.40% from 496); Green value is 121 (47.66% from 255 or 24.40% from 496); Blue value is 130 (51.17% from 255 or 26.21% from 496); Max value from RGB is 245 - color contains mainly: red. Hex color #F57982 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57982 is #0A867D. Grayscale: #9F9F9F. Windows color (decimal): -689790 or 8550901. OLE color: 8550901.

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

Color convert

RGB245121130-
CMYK00.510.470.04
HSL355.65º86.11%71.76%-
HSV(B)355.65º50.61%96.08%-
XYZ48.5234.725.26-
YUV159.1111.58189.27-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.40%
GREEN value IS 121 (47.66% from 255) = 24.40%
BLUE value IS 130 (51.17% from 255) = 26.21%
R=49.40%
G=24.40%
B=26.21%

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
Decimal24512113000.510.470.04355.6586.1171.76
HexF579820332F41645648
Octal365171202063574544126110
Binary11110101111100110000010011001110111110010110010010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57982; }

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

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

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

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

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

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

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

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