#F58478

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

Shades of Salmon #F58478

Tints of Salmon #F58478

Color information

#F58478 (or 0xF58478) is unknown color: approx Salmon. HEX triplet: F5, 84 and 78. RGB value is (245,132,120). Sum of RGB (Red+Green+Blue) = 245+132+120=497 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.30% from 497); Green value is 132 (51.95% from 255 or 26.56% from 497); Blue value is 120 (47.27% from 255 or 24.14% from 497); Max value from RGB is 245 - color contains mainly: red. Hex color #F58478 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58478 is #0A7B87. Grayscale: #A4A4A4. Windows color (decimal): -686984 or 7898357. OLE color: 7898357.

HSL color Cylindrical-coordinate representation of color #F58478: hue angle of 5.76º 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 #F58478 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB245132120-
CMYK00.460.510.04
HSL5.76º86.21%71.57%-
HSV(B)5.76º51.02%96.08%-
XYZ49.337.2722.37-
YUV164.42102.94185.48-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.30%
GREEN value IS 132 (51.95% from 255) = 26.56%
BLUE value IS 120 (47.27% from 255) = 24.14%
R=49.30%
G=26.56%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513212000.460.510.045.7686.2171.57
HexF5847802E33465648
Octal3652041700566346126110
Binary11110101100001001111000010111011001110011010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58478; }

 p { color: rgb(245,132,120); }

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

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

 a { background-color: rgb(245,132,120); }

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

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

 span { border-color: rgb(245,132,120); }

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