#F08878

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

Shades of Salmon #F08878

Tints of Salmon #F08878

Color information

#F08878 (or 0xF08878) is unknown color: approx Salmon. HEX triplet: F0, 88 and 78. RGB value is (240,136,120). Sum of RGB (Red+Green+Blue) = 240+136+120=496 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.39% from 496); Green value is 136 (53.52% from 255 or 27.42% from 496); Blue value is 120 (47.27% from 255 or 24.19% from 496); Max value from RGB is 240 - color contains mainly: red. Hex color #F08878 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08878 is #0F7787. Grayscale: #A5A5A5. Windows color (decimal): -1013640 or 7899376. OLE color: 7899376.

HSL color Cylindrical-coordinate representation of color #F08878: hue angle of 8º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F08878 is Cyan = 0, Magento = 0.43, Yellow = 0.5 and Black (K on CMYK) = 0.06.

Color convert

RGB240136120-
CMYK00.430.50.06
HSL80%70.59%-
HSV(B)50%94.12%-
XYZ48.1337.4922.47-
YUV165.27102.46181.3-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48.39%
GREEN value IS 136 (53.52% from 255) = 27.42%
BLUE value IS 120 (47.27% from 255) = 24.19%
R=48.39%
G=27.42%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.5
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013612000.430.50.0688070.59
HexF0887802B32685047
Octal36021017005362610120107
Binary111100001000100011110000101011110010110100010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08878; }

 p { color: rgb(240,136,120); }

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

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

 a { background-color: rgb(240,136,120); }

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

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

 span { border-color: rgb(240,136,120); }

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