#F57A83

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

Shades of Froly #F57A83

Tints of Froly #F57A83

Color information

#F57A83 (or 0xF57A83) is unknown color: approx Froly. HEX triplet: F5, 7A and 83. RGB value is (245,122,131). Sum of RGB (Red+Green+Blue) = 245+122+131=498 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.20% from 498); Green value is 122 (48.05% from 255 or 24.50% from 498); Blue value is 131 (51.56% from 255 or 26.31% from 498); Max value from RGB is 245 - color contains mainly: red. Hex color #F57A83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57A83 is #0A857C. Grayscale: #9F9F9F. Windows color (decimal): -689533 or 8616693. OLE color: 8616693.

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

Color convert

RGB245122131-
CMYK00.500.470.04
HSL355.61º86.01%71.96%-
HSV(B)355.61º50.2%96.08%-
XYZ48.7134.9725.66-
YUV159.8111.75188.77-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.20%
GREEN value IS 122 (48.05% from 255) = 24.50%
BLUE value IS 131 (51.56% from 255) = 26.31%
R=49.20%
G=24.50%
B=26.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512213100.500.470.04355.6186.0171.96
HexF57A830322F41645648
Octal365172203062574544126110
Binary11110101111101010000011011001010111110010110010010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57A83; }

 p { color: rgb(245,122,131); }

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

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

 a { background-color: rgb(245,122,131); }

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

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

 span { border-color: rgb(245,122,131); }

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