#F58070

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

Shades of Salmon #F58070

Tints of Salmon #F58070

Color information

#F58070 (or 0xF58070) is unknown color: approx Salmon. HEX triplet: F5, 80 and 70. RGB value is (245,128,112). Sum of RGB (Red+Green+Blue) = 245+128+112=485 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.52% from 485); Green value is 128 (50.39% from 255 or 26.39% from 485); Blue value is 112 (44.14% from 255 or 23.09% from 485); Max value from RGB is 245 - color contains mainly: red. Hex color #F58070 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58070 is #0A7F8F. Grayscale: #A1A1A1. Windows color (decimal): -688016 or 7373045. OLE color: 7373045.

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

Color convert

RGB245128112-
CMYK00.480.540.04
HSL7.22º86.93%70%-
HSV(B)7.22º54.29%96.08%-
XYZ48.336.0219.74-
YUV161.16100.26187.8-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.52%
GREEN value IS 128 (50.39% from 255) = 26.39%
BLUE value IS 112 (44.14% from 255) = 23.09%
R=50.52%
G=26.39%
B=23.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512811200.480.540.047.2286.9370
HexF5807003036475746
Octal3652001600606647127106
Binary11110101100000001110000011000011011010011110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58070; }

 p { color: rgb(245,128,112); }

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

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

 a { background-color: rgb(245,128,112); }

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

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

 span { border-color: rgb(245,128,112); }

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