#F57B72

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

Shades of Salmon #F57B72

Tints of Salmon #F57B72

Color information

#F57B72 (or 0xF57B72) is unknown color: approx Salmon. HEX triplet: F5, 7B and 72. RGB value is (245,123,114). Sum of RGB (Red+Green+Blue) = 245+123+114=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 123 (48.44% from 255 or 25.52% from 482); Blue value is 114 (44.92% from 255 or 23.65% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F57B72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57B72 is #0A848D. Grayscale: #9E9E9E. Windows color (decimal): -689294 or 7502837. OLE color: 7502837.

HSL color Cylindrical-coordinate representation of color #F57B72: hue angle of 4.12º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F57B72 is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB245123114-
CMYK00.500.530.04
HSL4.12º86.75%70.39%-
HSV(B)4.12º53.47%96.08%-
XYZ47.7834.7920.12-
YUV158.45102.92189.73-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.83%
GREEN value IS 123 (48.44% from 255) = 25.52%
BLUE value IS 114 (44.92% from 255) = 23.65%
R=50.83%
G=25.52%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512311400.500.530.044.1286.7570.39
HexF57B7203235445746
Octal3651731620626544127106
Binary1111010111110111110010011001011010110010010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57B72; }

 p { color: rgb(245,123,114); }

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

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

 a { background-color: rgb(245,123,114); }

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

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

 span { border-color: rgb(245,123,114); }

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