#F57B69

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

Shades of Salmon #F57B69

Tints of Salmon #F57B69

Color information

#F57B69 (or 0xF57B69) is unknown color: approx Salmon. HEX triplet: F5, 7B and 69. RGB value is (245,123,105). Sum of RGB (Red+Green+Blue) = 245+123+105=473 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.80% from 473); Green value is 123 (48.44% from 255 or 26.00% from 473); Blue value is 105 (41.41% from 255 or 22.20% from 473); Max value from RGB is 245 - color contains mainly: red. Hex color #F57B69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57B69 is #0A8496. Grayscale: #9D9D9D. Windows color (decimal): -689303 or 6913013. OLE color: 6913013.

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

Color convert

RGB245123105-
CMYK00.500.570.04
HSL7.71º87.5%68.63%-
HSV(B)7.71º57.14%96.08%-
XYZ47.2934.617.55-
YUV157.4398.42190.46-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 51.80%
GREEN value IS 123 (48.44% from 255) = 26.00%
BLUE value IS 105 (41.41% from 255) = 22.20%
R=51.80%
G=26.00%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512310500.500.570.047.7187.568.63
HexF57B6903239485845
Octal36517315106271410130105
Binary11110101111101111010010110010111001100100010110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57B69; }

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

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

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

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

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

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

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

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